HShellVertexData
Functions
HShellVertexData |
|
~HShellVertexData |
|
void | SetKey |
char const * | GetType |
int | GetVertexCount |
HC_KEY | GetKey |
int | GetFIndexDataSize |
float const * | GetFIndexData |
void | GetFIndexData |
void | SetFIndexData |
Detailed Description
-
class
HShellVertexData
The HShellVertexData class encapsulates colormap index information associated with the vertices of a shell.
HShellVertexData simplifies the management of shell data.
Public Functions
-
inline
HShellVertexData
()
-
inline
~HShellVertexData
()
-
void
SetKey
(HC_KEY const key)
-
inline char const *
GetType
() const
-
inline int
GetVertexCount
() const
-
inline HC_KEY
GetKey
() const
-
inline int
GetFIndexDataSize
() const
-
inline float const *
GetFIndexData
() const
-
void
GetFIndexData
(float data[]) const
-
void
SetFIndexData
(int size, float const data[])
-
inline