|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CPSForceIntensityHelper Class Referencethis class defines the newElement, deleteElement, and resize method of a class that derives from CPSForceIntensity And that don't add per paerticle attribute.
More...
#include <ps_force.h>
Inheritance diagram for NL3D::CPSForceIntensityHelper:
List of all members.
Public Methods |
void | serial (NLMISC::IStream &f) throw (NLMISC::EStream) |
| Serial the force definition. MUST be called by deriver during their serialisation. More...
|
Protected Methods |
virtual CPSLocated * | getForceIntensityOwner (void) |
| deriver must return the located that own them here. More...
|
virtual void | newElement (CPSLocated *emitterLocated, uint32 emitterIndex) |
| Generate a new element for this bindable. More...
|
virtual void | deleteElement (uint32 index) |
| Delete an element given its index Attributes of the located that hold this bindable are still accessible for of the index given index out of range -> nl_assert. More...
|
virtual void | resize (uint32 size) |
| Resize the bindable attributes containers DERIVERS SHOULD CALL THEIR PARENT VERSION should not be called directly. More...
|
Detailed Description
this class defines the newElement, deleteElement, and resize method of a class that derives from CPSForceIntensity And that don't add per paerticle attribute.
Definition at line 218 of file ps_force.h.
Member Function Documentation
virtual void NL3D::CPSForceIntensityHelper::deleteElement |
( |
uint32 |
index |
) |
[inline, protected, virtual] |
|
virtual CPSLocated* NL3D::CPSForceIntensityHelper::getForceIntensityOwner |
( |
void |
|
) |
[inline, protected, virtual] |
|
virtual void NL3D::CPSForceIntensityHelper::newElement |
( |
CPSLocated * |
emitterLocated, |
|
|
uint32 |
emitterIndex |
|
) |
[inline, protected, virtual] |
|
virtual void NL3D::CPSForceIntensityHelper::resize |
( |
uint32 |
size |
) |
[inline, protected, virtual] |
|
The documentation for this class was generated from the following files:
|
|