|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CPSFaceHelper Class ReferenceWell, we could have put a method template in CPSFace, 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.
Detailed Description
Well, we could have put a method template in CPSFace, 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 50 of file ps_face.cpp.
Member Function Documentation
template<class T, class U> |
void NL3D::CPSFaceHelper::drawFaces |
( |
T |
posIt, |
|
|
U |
indexIt, |
|
|
CPSFace & |
f, |
|
|
uint |
size, |
|
|
uint32 |
srcStep |
|
) |
[inline, static] |
|
The documentation for this class was generated from the following file:
|
|