|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CPSConstraintMeshHelper Class ReferenceWell, we could have put a method template in CPSConstraintMesh, but some compilers want the definition of the methods in the header, and some compilers don't want friend with function template, so we use a static method template of a friend class instead, which gives us the same result :).
More...
List of all members.
Static Public Methods |
template<class T> void | drawMeshs (T posIt, CPSConstraintMesh &m, uint size, uint32 srcStep, bool opaque) |
template<class T, class U> void | drawPrerotatedMeshs (T posIt, U indexIt, CPSConstraintMesh &m, uint size, uint32 srcStep, bool opaque, TAnimationTime ellapsedTime) |
Detailed Description
Well, we could have put a method template in CPSConstraintMesh, but some compilers want the definition of the methods in the header, and some compilers don't want friend with function template, so we use a static method template of a friend class instead, which gives us the same result :).
Definition at line 475 of file ps_mesh.cpp.
Member Function Documentation
template<class T> |
void NL3D::CPSConstraintMeshHelper::drawMeshs |
( |
T |
posIt, |
|
|
CPSConstraintMesh & |
m, |
|
|
uint |
size, |
|
|
uint32 |
srcStep, |
|
|
bool |
opaque |
|
) |
[inline, static] |
|
template<class T, class U> |
void NL3D::CPSConstraintMeshHelper::drawPrerotatedMeshs |
( |
T |
posIt, |
|
|
U |
indexIt, |
|
|
CPSConstraintMesh & |
m, |
|
|
uint |
size, |
|
|
uint32 |
srcStep, |
|
|
bool |
opaque, |
|
|
TAnimationTime |
ellapsedTime |
|
) |
[inline, static] |
|
The documentation for this class was generated from the following file:
|
|