![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMesh.h>
Public Types | |
typedef _TYPE_INDEX | INDEX_t |
_TYPE_INDEX = WORD or INT32 More... | |
Public Member Functions | |
ITERATE_t | get_IndexQty () const |
void | put_IndexQty (ITERATE_t nQty) |
INDEX_t | get_Index (ITERATE_t i) const |
INDEX_t & | ref_Index (ITERATE_t i) |
INDEX_t * | get_IndexPtr () |
const INDEX_t * | get_IndexPtr () const |
ITERATE_t | AddIndex (INDEX_t index) |
void | FreeIndexes () |
ITERATE_t | get_TriangleQty () const |
Protected Attributes | |
cArrayVal< INDEX_t > | m_aIndexes |
DWORD or WORD = indexes into the m_Vertices. usually triangle triplets. More... | |
Similar to cDXMeshIndex _TYPE_INDEX = WORD or INT32 Indexes typically point to array of triangle triplets for faces. like cDXMeshIndex
typedef _TYPE_INDEX Gray3D::cMeshIndexT< _TYPE_INDEX >::INDEX_t |
_TYPE_INDEX = WORD or INT32
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
DWORD or WORD = indexes into the m_Vertices. usually triangle triplets.