VR-Forces 5.0.1 Developer's Guide
 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

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

Public Member Functions

 DtGroundFogPatchCreator (DtDe &de)
 
virtual ~DtGroundFogPatchCreator ()
 
virtual DtGroundFogPatchcreate (int gridSize, float patchSize) const
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 
virtual ~DtVirtualBaseClass ()
 

Static Public Member Functions

static DtGroundFogPatchCreatorinstance (DtDe &de)
 
static const std::string & theClassName ()
 

Protected Attributes

DtDemyDe
 

Private Member Functions

 DtGroundFogPatchCreator (const DtGroundFogPatchCreator &other)
 
DtGroundFogPatchCreatoroperator= (const DtGroundFogPatchCreator &other)
 

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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)