Panda3D
Loading...
Searching...
No Matches
Public Member Functions | List of all members
PointParticleFactory Class Reference

#include <pandadoc.hpp>

Inheritance diagram for PointParticleFactory:
BaseParticleFactory ReferenceCount

Public Member Functions

 __init__ ()
 default constructor
 
 __init__ (const PointParticleFactory copy)
 copy constructor
 
- Public Member Functions inherited from BaseParticleFactory
BaseParticle allocParticle ()
 
float getLifespanBase ()
 public
 
float getLifespanSpread ()
 public
 
float getMassBase ()
 public
 
float getMassSpread ()
 public
 
float getTerminalVelocityBase ()
 public
 
float getTerminalVelocitySpread ()
 public
 
 output (Ostream out)
 Write a string representation of this instance to <out>.
 
 populateParticle (BaseParticle bp)
 public
 
 setLifespanBase (float lb)
 public
 
 setLifespanSpread (float ls)
 public
 
 setMassBase (float mb)
 public
 
 setMassSpread (float ms)
 public
 
 setTerminalVelocityBase (float tvb)
 public
 
 setTerminalVelocitySpread (float tvs)
 public
 
 write (Ostream out, int indent)
 Write a string representation of this instance to <out>.
 
- Public Member Functions inherited from ReferenceCount
int getRefCount ()
 Returns the current reference count.
 
 ref ()
 Explicitly increments the reference count.
 
bool testRefCountIntegrity ()
 Does some easy checks to make sure that the reference count isn't completely bogus.
 
bool testRefCountNonzero ()
 Does some easy checks to make sure that the reference count isn't zero, or completely bogus.
 
bool unref ()
 Explicitly decrements the reference count.
 

Additional Inherited Members

- Static Public Member Functions inherited from ReferenceCount
static TypeHandle getClassType ()
 
- Public Attributes inherited from ReferenceCount
int ref_count
 The current reference count.
 

Member Function Documentation

◆ __init__() [1/2]

__init__ ( )

default constructor

◆ __init__() [2/2]

__init__ ( const PointParticleFactory copy)

copy constructor