#include <plSpanTemplate.h>
Member Enumeration Documentation
- Enumerator:
kPosMask |
|
kNormMask |
|
kColorMask |
|
kWgtIdxMask |
|
kUVWMask |
|
kWeightMask |
|
kColor2Mask |
|
Constructor & Destructor Documentation
plSpanTemplate::plSpanTemplate |
( |
| ) |
|
plSpanTemplate::~plSpanTemplate |
( |
| ) |
|
Member Function Documentation
unsigned short plSpanTemplate::getFormat |
( |
| ) |
const |
const unsigned short* plSpanTemplate::getIndices |
( |
| ) |
const |
unsigned short plSpanTemplate::getNumTris |
( |
| ) |
const |
unsigned short plSpanTemplate::getNumVerts |
( |
| ) |
const |
std::vector<Vertex> plSpanTemplate::getVertices |
( |
| ) |
const |
void plSpanTemplate::prcParse |
( |
const pfPrcTag * |
tag | ) |
|
void plSpanTemplate::read |
( |
hsStream * |
S | ) |
|
void plSpanTemplate::setFormat |
( |
unsigned short |
fmt | ) |
|
void plSpanTemplate::setIndices |
( |
unsigned short |
count, |
|
|
const unsigned short * |
indices |
|
) |
| |
void plSpanTemplate::setVertices |
( |
const std::vector< Vertex > & |
verts | ) |
|
void plSpanTemplate::write |
( |
hsStream * |
S | ) |
|
Member Data Documentation
unsigned char* plSpanTemplate::fData |
|
protected |
unsigned short plSpanTemplate::fFormat |
|
protected |
unsigned short* plSpanTemplate::fIndices |
|
protected |
unsigned short plSpanTemplate::fNumTris |
|
protected |
unsigned short plSpanTemplate::fNumVerts |
|
protected |
unsigned short plSpanTemplate::fStride |
|
protected |
The documentation for this class was generated from the following file: