Google

class osgParticle::CenteredPlacer

An abstract placer base class for placers which need a center point

Inheritance:


Public Methods

[more]virtual const char* libraryName() const
[more]virtual const char* className() const
[more]virtual bool isSameKindAs(const osg::Object* obj) const
[more]inline CenteredPlacer()
[more]inline CenteredPlacer(const CenteredPlacer &copy, const osg::CopyOp &copyop)
[more]inline const osg::Vec3& getCenter() const
Get the center point
[more]inline void setCenter(const osg::Vec3 &v)
Set the center point
[more]inline void setCenter(float x, float y, float z)
Set the center point

Protected Methods

[more]virtual ~CenteredPlacer()


Inherited from Placer:

Public Methods

ovirtual void place(Particle* P) const

Protected Methods

oPlacer& operator=(const Placer &)


Documentation

An abstract placer base class for placers which need a center point
ovirtual const char* libraryName() const

ovirtual const char* className() const

ovirtual bool isSameKindAs(const osg::Object* obj) const

ovirtual ~CenteredPlacer()

oinline CenteredPlacer()

oinline CenteredPlacer(const CenteredPlacer &copy, const osg::CopyOp &copyop)

oinline const osg::Vec3& getCenter() const
Get the center point

oinline void setCenter(const osg::Vec3 &v)
Set the center point

oinline void setCenter(float x, float y, float z)
Set the center point


Direct child classes:
SectorPlacer
PointPlacer

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.