Inheritance diagram for osgParticle::CenteredPlacer:

Public Member Functions | |
| CenteredPlacer () | |
| CenteredPlacer (const CenteredPlacer ©, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| virtual const char * | libraryName () const |
| return the name of the object's library. | |
| virtual const char * | className () const |
| return the name of the object's class type. | |
| virtual bool | isSameKindAs (const osg::Object *obj) const |
| const osg::Vec3 & | getCenter () const |
| Get the center point. | |
| void | setCenter (const osg::Vec3 &v) |
| Set the center point. | |
| void | setCenter (float x, float y, float z) |
| Set the center point. | |
Protected Member Functions | |
| virtual | ~CenteredPlacer () |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
return the name of the object's class type. Must be defined by derived classes. Reimplemented from osgParticle::Placer. |
|
|
Get the center point.
|
|
|
Reimplemented from osgParticle::Placer. |
|
|
return the name of the object's library. Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. Reimplemented from osgParticle::Placer. |
|
||||||||||||||||
|
Set the center point.
|
|
|
Set the center point.
|