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

creator for all the different DtIndirectManager types More...

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

Public Types

typedef std::map< int,
DtIndirectManagerCreator * > 
MapManagerTypeToCreator
 
typedef std::map< int,
DtIndirectManager * > 
MapManagerTypeToManager
 

Public Member Functions

 DtIndirectManagerFactory (DtDe &de)
 CTOR. More...
 
virtual ~DtIndirectManagerFactory ()
 DTOR. More...
 
virtual void registerType (int managerType, DtIndirectManagerCreator *creator)
 
virtual DtIndirectManagercreate (int managerType, DtInstanceContainer &container) const
 Create an instance of a DtIndirectManager. More...
 
virtual MapManagerTypeToManager createAll (DtInstanceContainer &container) const
 Create an instance of each of the registered managers. 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 DtIndirectManagerFactoryinstance (DtDe &de)
 Get the creator for the DtIndirectManager use de.registerInstance(DtIndirectManagerCreator::theClassName()) to override this creator. More...
 
static const std::string & theClassName ()
 Class name for this class ("DtIndirectManagerFactory") More...
 

Protected Attributes

DtDemyDe
 
MapManagerTypeToCreator myIndirectManagers
 

Detailed Description

creator for all the different DtIndirectManager types

Member Typedef Documentation

Constructor & Destructor Documentation

makVrv::DtIndirectManagerFactory::DtIndirectManagerFactory ( DtDe de)

CTOR.

virtual makVrv::DtIndirectManagerFactory::~DtIndirectManagerFactory ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtIndirectManagerFactory::registerType ( int  managerType,
DtIndirectManagerCreator creator 
)
virtual
virtual DtIndirectManager* makVrv::DtIndirectManagerFactory::create ( int  managerType,
DtInstanceContainer container 
) const
virtual

Create an instance of a DtIndirectManager.

virtual MapManagerTypeToManager makVrv::DtIndirectManagerFactory::createAll ( DtInstanceContainer container) const
virtual

Create an instance of each of the registered managers.

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

Get the creator for the DtIndirectManager use de.registerInstance(DtIndirectManagerCreator::theClassName()) to override this creator.

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

Class name for this class ("DtIndirectManagerFactory")

Member Data Documentation

DtDe& makVrv::DtIndirectManagerFactory::myDe
protected
MapManagerTypeToCreator makVrv::DtIndirectManagerFactory::myIndirectManagers
protected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)