Carna
Version 3.3.2
|
Interfaces the Texture<3> that a ManagedTexture3D represents. More...
#include <ManagedTexture3DInterface.h>
Public Member Functions | |
ManagedTexture3DInterface (ManagedTexture3D &managed) | |
Creates a new interface to the Texture<3> that managed represents. | |
virtual | ~ManagedTexture3DInterface () |
Releases this interface. | |
const Texture< 3 > & | get () const |
![]() | |
virtual | ~ManagedInterface () |
Releases the video resources previously acquired from the managing geometryFeature. | |
Public Attributes | |
ManagedTexture3D & | managed |
References the ManagedTexture3D object this interface belongs to. | |
![]() | |
GeometryFeature & | geometryFeature |
References the GeometryFeature that manages the video resources that this object interfaces. | |
Additional Inherited Members | |
![]() | |
ManagedInterface (GeometryFeature &gf) | |
Acquires the video resources from gf. More... | |
Interfaces the Texture<3> that a ManagedTexture3D represents.
Definition at line 42 of file ManagedTexture3DInterface.h.
const Texture< 3 >& Carna::base::ManagedTexture3DInterface::get | ( | ) | const |
Referencs the texture represented by managed.
Documentation generated by Doxygen