|
Carna
Version 3.0.1
|
Interfaces the Texture<3> that a ManagedTexture3D represents. More...
#include <ManagedTexture3DInterface.h>
Inheritance diagram for Carna::base::ManagedTexture3DInterface:
Collaboration diagram for Carna::base::ManagedTexture3DInterface: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 |
Public Member Functions inherited from Carna::base::GeometryFeature::ManagedInterface | |
| virtual | ~ManagedInterface () |
| Releases the video resources previously acquired from the managing geometryFeature. | |
Public Attributes | |
| ManagedTexture3D & | managed |
References the ManagedTexture3D object this interface belongs to. | |
Public Attributes inherited from Carna::base::GeometryFeature::ManagedInterface | |
| GeometryFeature & | geometryFeature |
References the GeometryFeature that manages the video resources that this object interfaces. | |
Additional Inherited Members | |
Protected Member Functions inherited from Carna::base::GeometryFeature::ManagedInterface | |
| 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