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

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)
 
virtual ~DtIndirectManagerFactory ()
 
virtual void registerType (int managerType, DtIndirectManagerCreator *creator)
 
virtual DtIndirectManagercreate (int managerType, DtInstanceContainer &container) const
 
virtual MapManagerTypeToManager createAll (DtInstanceContainer &container) const
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 
virtual ~DtVirtualBaseClass ()
 

Static Public Member Functions

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

Protected Attributes

DtDemyDe
 
MapManagerTypeToCreator myIndirectManagers
 

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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)