# 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::CPSShockWaveHelper Class Reference

Well, we could have put a method template in CPSShockWave, 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 drawShockWave (T posIt, CPSShockWave &s, uint size, uint32 srcStep)


Detailed Description

Well, we could have put a method template in CPSShockWave, 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 65 of file ps_shockwave.cpp.


Member Function Documentation

template<class T>
void NL3D::CPSShockWaveHelper::drawShockWave   posIt,
CPSShockWave   s,
uint    size,
uint32    srcStep
[inline, static]
 

Definition at line 69 of file ps_shockwave.cpp.

References CHECK_VERTEX_BUFFER, min, nlassert, s, and NL3D::ShockWaveBufSize.


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