15 #include <boost/unordered_map.hpp>
22 class DtScalingAlgorithmCreator;
23 class DtScalingAlgorithm;
67 typedef boost::unordered_map<std::string, DtScalingAlgorithmCreator*>
RegistrationMap;
RegistrationMap myCreators
Definition: DtScalingAlgorithmFactory.h:85
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtDe & myDe
Definition: DtScalingAlgorithmFactory.h:84
Contains makVrv::DtVirtualBaseClass class.
Abstract interface for creating instances of scaling algorithm classes. In addition to the more tradi...
Definition: DtScalingAlgorithmCreator.h:26
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Provides an algorithm for scaling objects in the scene. It provides a container for the scale factor ...
Definition: DtScalingAlgorithm.h:35
boost::unordered_map< std::string, DtScalingAlgorithmCreator * > RegistrationMap
Definition: DtScalingAlgorithmFactory.h:67
DtScalingAlgorithmFactory provides a mechanism to register creators for and create different model sc...
Definition: DtScalingAlgorithmFactory.h:40
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains DLL export macros.