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::DtGroundFogPatchCreator Class Reference

creator for DtGroundFogPatch More...

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

Public Member Functions

 DtGroundFogPatchCreator (DtDe &de)
 CTOR. More...
 
virtual ~DtGroundFogPatchCreator ()
 DTOR. More...
 
virtual DtGroundFogPatchcreate (int gridSize, float patchSize) const
 Create an instance of a DtGroundFogPatch. 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 DtGroundFogPatchCreatorinstance (DtDe &de)
 Get the creator for the DtGroundFogPatch use de.registerInstance(DtGroundFogPatchCreator::theClassName()) to override this creator. More...
 
static const std::string & theClassName ()
 Class name for this class ("DtGroundFogPatchCreator") More...
 

Protected Attributes

DtDemyDe
 

Private Member Functions

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

Detailed Description

creator for DtGroundFogPatch

Constructor & Destructor Documentation

makVrv::DtGroundFogPatchCreator::DtGroundFogPatchCreator ( DtDe de)

CTOR.

virtual makVrv::DtGroundFogPatchCreator::~DtGroundFogPatchCreator ( )
virtual

DTOR.

makVrv::DtGroundFogPatchCreator::DtGroundFogPatchCreator ( const DtGroundFogPatchCreator other)
private

Copy Constructor not implemented – Copy Not Allowed.

Member Function Documentation

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

Assignment Operator Not implemented – Assignment Not Allowed.

virtual DtGroundFogPatch* makVrv::DtGroundFogPatchCreator::create ( int  gridSize,
float  patchSize 
) const
virtual

Create an instance of a DtGroundFogPatch.

Parameters
gridSizeThe number of cells in 1 row of the patch.
patchSizeThe world space size of 1 row of the patch.
static DtGroundFogPatchCreator& makVrv::DtGroundFogPatchCreator::instance ( DtDe de)
static

Get the creator for the DtGroundFogPatch use de.registerInstance(DtGroundFogPatchCreator::theClassName()) to override this creator.

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

Class name for this class ("DtGroundFogPatchCreator")

Member Data Documentation

DtDe& makVrv::DtGroundFogPatchCreator::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)