2003-04-18 00:22:51 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class OSGPARTICLE_EXPORT osgParticle::Emitter< / TITLE >
2004-08-06 14:53:36 +08:00
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.6" >
2003-04-18 00:22:51 +08:00
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > class OSGPARTICLE_EXPORT < A HREF = "#DOC.DOCU" > osgParticle::Emitter< / A > < / H2 > < / H2 > < BLOCKQUOTE > An abstract base class for particle emitters.< / BLOCKQUOTE >
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 125 >
< param name = classes value = "Mosg::Node,M,CParticleProcessor,MParticleProcessor.html,CEmitter,MEmitter.html,CModularEmitter,MModularEmitter.html" >
< param name = before value = "M,M,M,M^_" >
< param name = after value = "Md_SP,Md_,M,M" >
< param name = indent value = "0,1,2,2" >
< param name = arrowdir value = "down" >
< / APPLET >
< HR >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.5.1" > Emitter< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.5.2" > Emitter< / A > < / B > (const <!1> < A HREF = "Emitter.html#DOC.2.5.2" > Emitter< / A > & copy, const osg::CopyOp & copyop = osg::CopyOp::SHALLOW_COPY)
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual const char* < B > < A HREF = "#DOC.2.5.3" > libraryName< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual const char* < B > < A HREF = "#DOC.2.5.4" > className< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual bool < B > < A HREF = "#DOC.2.5.5" > isSameKindAs< / A > < / B > (const osg::Object* obj) const
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.5.6" > accept< / A > < / B > (osg::NodeVisitor& nv)
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Particle.html" > Particle< / A > & < B > < A HREF = "#DOC.2.5.12" > getParticleTemplate< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DD > < I > Get the particle template< / I >
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.5.13" > setParticleTemplate< / A > < / B > (const <!1> < A HREF = "Particle.html" > Particle< / A > & p)
2003-04-18 00:22:51 +08:00
< DD > < I > Set the particle template (particle is copied)< / I >
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline bool < B > < A HREF = "#DOC.2.5.14" > getUseDefaultTemplate< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DD > < I > Return whether the particle system's default template should be used< / I >
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.5.15" > setUseDefaultTemplate< / A > < / B > (bool v)
2003-04-18 00:22:51 +08:00
< DD > < I > Set whether the default particle template should be used.< / I >
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.5.16" > process< / A > < / B > (double dt)
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.5.7" > ~Emitter< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Emitter.html" > Emitter< / A > & < B > < A HREF = "#DOC.2.5.8" > operator=< / A > < / B > (const <!1> < A HREF = "Emitter.html" > Emitter< / A > & )
2003-04-18 00:22:51 +08:00
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.5.9" > emit< / A > < / B > (double dt)
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "ParticleProcessor.html" > ParticleProcessor< / A > :< / H3 >
< DL >
2004-08-06 14:53:36 +08:00
< P > < DL >
< DT > < H3 > Public Classes< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > enum < B > ReferenceFrame< / B >
< / DL > < / P >
2003-04-18 00:22:51 +08:00
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "ParticleProcessor.html#DOC.2.18.1" > ReferenceFrame< / A > < B > getReferenceFrame< / B > () const
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > traverse< / B > (osg::NodeVisitor & nv)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline ParticleProcessor::ReferenceFrame < B > getReferenceFrame< / B > () const
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setReferenceFrame< / B > (<!1> < A HREF = "ParticleProcessor.html#DOC.2.18.1" > ReferenceFrame< / A > rf)
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline bool < B > isEnabled< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setEnabled< / B > (bool v)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "ParticleSystem.html" > ParticleSystem< / A > * < B > getParticleSystem< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "ParticleSystem.html" > ParticleSystem< / A > * < B > getParticleSystem< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setParticleSystem< / B > (<!1> < A HREF = "ParticleSystem.html" > ParticleSystem< / A > * ps)
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setEndless< / B > (bool type)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline bool < B > isEndless< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setLifeTime< / B > (double t)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline double < B > getLifeTime< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setStartTime< / B > (double t)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline double < B > getStartTime< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setCurrentTime< / B > (double t)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline double < B > getCurrentTime< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setResetTime< / B > (double t)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline double < B > getResetTime< / B > () const
< DT >
2003-04-18 00:22:51 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline bool < B > computeBound< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const osg::Matrix& < B > getLocalToWorldMatrix< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const osg::Matrix& < B > getWorldToLocalMatrix< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline osg::Vec3 < B > transformLocalToWorld< / B > (const osg::Vec3 & P)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline osg::Vec3 < B > transformWorldToLocal< / B > (const osg::Vec3 & P)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline osg::Vec3 < B > rotateLocalToWorld< / B > (const osg::Vec3 & P)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline osg::Vec3 < B > rotateWorldToLocal< / B > (const osg::Vec3 & P)
2004-08-06 14:53:36 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline bool < B > isAlive< / B > () const
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE > An abstract base class for particle emitters.
Descendant classes must override the < CODE > emit()< / CODE > method to generate new particles by
calling the < CODE > ParticleSystem::createParticle()< / CODE > method on the particle system associated
to the emitter.< / BLOCKQUOTE >
< DL >
< A NAME = "Emitter" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.1" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > Emitter()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "Emitter" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > Emitter(const <!1> < A HREF = "Emitter.html#DOC.2.5.2" > Emitter< / A > & copy, const osg::CopyOp & copyop = osg::CopyOp::SHALLOW_COPY)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "libraryName" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.3" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual const char* libraryName() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "className" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.4" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual const char* className() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "isSameKindAs" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.5" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual bool isSameKindAs(const osg::Object* obj) const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "accept" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.6" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void accept(osg::NodeVisitor& nv)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~Emitter" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.7" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~Emitter()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "operator=" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.8" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Emitter.html" > Emitter< / A > & operator=(const <!1> < A HREF = "Emitter.html" > Emitter< / A > & )< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "emit" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.9" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void emit(double dt)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getParticleTemplate" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.12" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Particle.html" > Particle< / A > & getParticleTemplate() const < / B > < / TT >
< DD > Get the particle template
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setParticleTemplate" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.13" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void setParticleTemplate(const <!1> < A HREF = "Particle.html" > Particle< / A > & p)< / B > < / TT >
< DD > Set the particle template (particle is copied)
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getUseDefaultTemplate" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.14" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline bool getUseDefaultTemplate() const < / B > < / TT >
< DD > Return whether the particle system's default template should be used
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setUseDefaultTemplate" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.15" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void setUseDefaultTemplate(bool v)< / B > < / TT >
< DD > Set whether the default particle template should be used.
When this flag is true, the particle template is ignored, and the
particle system's default template is used instead.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "process" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.5.16" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void process(double dt)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR >
< DL > < DT > < B > Direct child classes:
< / B > < DD > < A HREF = "ModularEmitter.html" > ModularEmitter< / A > < BR >
< / DL >
< DL > < DT > < DD > < / DL > < P > < P > < I > < A HREF = "index.html" > Alphabetic index< / A > < / I > < I > < A HREF = "HIER.html" > HTML hierarchy of classes< / A > or < A HREF = "HIERjava.html" > Java< / A > < / I > < / P > < HR >
< BR >
2004-08-06 14:53:36 +08:00
This page was generated with the help of < A HREF = "http://www.linuxsupportline.com/~doc++" > DOC++< / A > .
2003-04-18 00:22:51 +08:00
< / BODY >
< / HTML >