# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
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 Reference

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 :). More...

List of all members.

Static Public Methods

template<class T, class U> void drawFaces (T posIt, U indexIt, CPSFace &f, uint size, uint32 srcStep)


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   posIt,
  indexIt,
CPSFace   f,
uint    size,
uint32    srcStep
[inline, static]
 

Definition at line 54 of file ps_face.cpp.

References CHECK_VERTEX_BUFFER, nlassert, and stride.


The documentation for this class was generated from the following file: