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