Google

class osgParticle::Placer

An abstract base class for implementing particle placers.

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]virtual void place(Particle* P) const = 0
Place a particle.
[more]inline Placer()
[more]inline Placer(const Placer &copy, const osg::CopyOp &copyop)

Protected Methods

[more] ~Placer()
[more]Placer& operator=(const Placer &)


Documentation

An abstract base class for implementing particle placers. A placer is an object which take a particle as input, and places it somewhere by setting its position vector. Placer objects are used by the ModularEmitter class as part of the particle emission process.
ovirtual const char* libraryName() const

ovirtual const char* className() const

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

ovirtual void place(Particle* P) const = 0
Place a particle. Must be implemented in descendant classes.

o ~Placer()

oPlacer& operator=(const Placer &)

oinline Placer()

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


Direct child classes:
SegmentPlacer
MultiSegmentPlacer
CenteredPlacer

Alphabetic index HTML hierarchy of classes or Java



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