#include <GT_OSD3.h>
Definition at line 408 of file GT_OSD3.h.
GT_OSDAttributes::VertexStorage::VertexStorage |
( |
| ) |
|
|
inline |
GT_OSDAttributes::VertexStorage::~VertexStorage |
( |
| ) |
|
|
inline |
Access a specific data array in the attributes.
Definition at line 463 of file GT_OSD3.h.
template<typename T >
T* GT_OSDAttributes::VertexStorage::attribData |
( |
int |
attrib, |
|
|
GT_Size |
index, |
|
|
int |
seg |
|
) |
| |
|
inline |
template<typename T >
const T* GT_OSDAttributes::VertexStorage::attribData |
( |
int |
attrib, |
|
|
GT_Size |
index, |
|
|
int |
seg |
|
) |
| const |
|
inline |
Raw access to the attributes.
Definition at line 460 of file GT_OSD3.h.
GT_Size GT_OSDAttributes::VertexStorage::attribSize |
( |
int |
attrib | ) |
const |
|
inline |
GT_Storage GT_OSDAttributes::VertexStorage::attribStorage |
( |
int |
attrib | ) |
const |
|
inline |
GT_Type GT_OSDAttributes::VertexStorage::attribType |
( |
int |
attrib | ) |
const |
|
inline |
bool GT_OSDAttributes::VertexStorage::attribValid |
( |
int |
attrib | ) |
const |
|
inline |
void GT_OSDAttributes::VertexStorage::clear |
( |
| ) |
|
|
inline |
void GT_OSDAttributes::VertexStorage::dump |
( |
| ) |
const |
Extract the attributes for a given level. Note that the array returned makes reference to the arrays including the temporary vertices. Passing harden==true
will cause the arrays to be duplicated (more memory, but more compact)
int GT_OSDAttributes::VertexStorage::findAttrib |
( |
const char * |
name | ) |
const |
|
inline |
exint GT_OSDAttributes::VertexStorage::getMemoryUsage |
( |
| ) |
const |
int GT_OSDAttributes::VertexStorage::motionSegments |
( |
| ) |
const |
|
inline |
bool GT_OSDAttributes::VertexStorage::readOnly |
( |
| ) |
const |
|
inline |
exint GT_OSDAttributes::VertexStorage::size |
( |
void |
| ) |
const |
|
inline |
bool GT_OSDAttributes::VertexStorage::update |
( |
const GT_AttributeListHandle & |
list, |
|
|
bool |
skip_equality_check = false |
|
) |
| |
The documentation for this class was generated from the following file: