VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes | Private Member Functions
makVrv::DtWeatherEffectCreator Class Reference

creator for DtWeatherEffect More...

Inheritance diagram for makVrv::DtWeatherEffectCreator:
Inheritance graph
[legend]

Public Member Functions

 DtWeatherEffectCreator (DtDe &de)
 CTOR. More...
 
virtual ~DtWeatherEffectCreator ()
 DTOR. More...
 
virtual DtWeatherEffectcreate (int particleCount, float particleSize, float radius, DtWeatherEffect::EffectType type) const
 Create an instance of a DtWeatherEffect. More...
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor. More...
 
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor. More...
 

Static Public Member Functions

static DtWeatherEffectCreatorinstance (DtDe &de)
 Get the creator for the DtWeatherEffect use de.registerInstance(DtWeatherEffectCreator::theClassName()) to override this creator. More...
 
static const std::string & theClassName ()
 Class name for this class ("DtWeatherEffectCreator") More...
 

Protected Attributes

DtDemyDe
 

Private Member Functions

 DtWeatherEffectCreator (const DtWeatherEffectCreator &other)
 Copy Constructor not implemented – Copy Not Allowed. More...
 
DtWeatherEffectCreatoroperator= (const DtWeatherEffectCreator &other)
 Assignment Operator Not implemented – Assignment Not Allowed. More...
 

Detailed Description

creator for DtWeatherEffect

Constructor & Destructor Documentation

makVrv::DtWeatherEffectCreator::DtWeatherEffectCreator ( DtDe de)

CTOR.

virtual makVrv::DtWeatherEffectCreator::~DtWeatherEffectCreator ( )
virtual

DTOR.

makVrv::DtWeatherEffectCreator::DtWeatherEffectCreator ( const DtWeatherEffectCreator other)
private

Copy Constructor not implemented – Copy Not Allowed.

Member Function Documentation

DtWeatherEffectCreator& makVrv::DtWeatherEffectCreator::operator= ( const DtWeatherEffectCreator other)
private

Assignment Operator Not implemented – Assignment Not Allowed.

virtual DtWeatherEffect* makVrv::DtWeatherEffectCreator::create ( int  particleCount,
float  particleSize,
float  radius,
DtWeatherEffect::EffectType  type 
) const
virtual

Create an instance of a DtWeatherEffect.

static DtWeatherEffectCreator& makVrv::DtWeatherEffectCreator::instance ( DtDe de)
static

Get the creator for the DtWeatherEffect use de.registerInstance(DtWeatherEffectCreator::theClassName()) to override this creator.

static const std::string& makVrv::DtWeatherEffectCreator::theClassName ( )
static

Class name for this class ("DtWeatherEffectCreator")

Member Data Documentation

DtDe& makVrv::DtWeatherEffectCreator::myDe
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)