Panda3D
Public Member Functions
OrientedParticleFactory Class Reference

Creates particles that are affected by angular forces. More...

#include "orientedParticleFactory.h"

Inheritance diagram for OrientedParticleFactory:
BaseParticleFactory ReferenceCount MemoryBase

List of all members.

Public Member Functions

 OrientedParticleFactory ()
 Constructor.
 OrientedParticleFactory (const OrientedParticleFactory &copy)
 copy Constructor
virtual ~OrientedParticleFactory ()
 destructor
LOrientation get_final_orientation () const
LOrientation get_initial_orientation () const
virtual void output (ostream &out) const
 Write a string representation of this instance to <out>.
void set_final_orientation (const LOrientation &o)
void set_initial_orientation (const LOrientation &o)
virtual void write (ostream &out, unsigned int indent=0) const
 Write a string representation of this instance to <out>.

Detailed Description

Creates particles that are affected by angular forces.

Definition at line 27 of file orientedParticleFactory.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 24 of file orientedParticleFactory.cxx.

copy Constructor

Definition at line 34 of file orientedParticleFactory.cxx.

destructor

Definition at line 46 of file orientedParticleFactory.cxx.


Member Function Documentation

void OrientedParticleFactory::output ( ostream &  out) const [virtual]

Write a string representation of this instance to <out>.

Reimplemented from BaseParticleFactory.

Definition at line 76 of file orientedParticleFactory.cxx.

void OrientedParticleFactory::write ( ostream &  out,
unsigned int  indent = 0 
) const [virtual]

Write a string representation of this instance to <out>.

Definition at line 89 of file orientedParticleFactory.cxx.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations