|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CTextureMem Class ReferenceCTextureMem.
More...
#include <texture_mem.h>
Inheritance diagram for NL3D::CTextureMem
[legend]Collaboration diagram for NL3D::CTextureMem:
[legend]List of all members.
Detailed Description
CTextureMem.
Definition at line 41 of file texture_mem.h.
Constructor & Destructor Documentation
NL3D::CTextureMem::CTextureMem (
|
) [inline]
|
|
NL3D::CTextureMem::~CTextureMem (
|
) [inline, virtual]
|
|
NL3D::CTextureMem::CTextureMem (
|
uint8 * data,
|
|
uint32 lenght,
|
|
bool _delete ) [inline]
|
|
|
constructor.
-
Parameters:
-
data
|
Pointer of the file. |
_delete
|
Is true if the class must delete the pointer. |
Definition at line 74 of file texture_mem.h. |
Member Function Documentation
NL3D::CTextureMem::NLMISC_DECLARE_CLASS (
|
CTextureMem )
|
|
void NL3D::CTextureMem::doGenerate (
|
) [virtual]
|
|
uint32 NL3D::CTextureMem::getLength (
|
) const [inline]
|
|
|
Get length of the memory file containing the texture.
Definition at line 107 of file texture_mem.h. |
uint8 * NL3D::CTextureMem::getPointer (
|
) const [inline]
|
|
|
Get the Pointer of the memory file containing the texture.
Definition at line 101 of file texture_mem.h. |
bool NL3D::CTextureMem::isDeletable (
|
) const [inline]
|
|
|
Return true if the class handle the delete of the pointer.
Definition at line 113 of file texture_mem.h. |
void NL3D::CTextureMem::setPointer (
|
uint8 * data,
|
|
uint32 length,
|
|
bool _delete ) [inline]
|
|
|
Set the pointer of the mem file containing the texture.
-
Parameters:
-
data
|
Pointer of the file. |
_delete
|
Is true if the class must delete the pointer. |
Definition at line 87 of file texture_mem.h. |
Member Data Documentation
uint8 * NL3D::CTextureMem::_Data [private]
|
|
bool NL3D::CTextureMem::_Delete [private]
|
|
uint32 NL3D::CTextureMem::_Length [private]
|
|
The documentation for this class was generated from the following files:
|
|