16 #include <boost/unordered_map.hpp>
23 class DtScalingAlgorithmCreator;
24 class DtScalingAlgorithm;
57 typedef boost::unordered_map<std::string, DtScalingAlgorithm*>
AlgorithmCache;
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
boost::unordered_map< std::string, DtScalingAlgorithm * > AlgorithmCache
Definition: DtOsgScalingAlgorithmFactory.h:57
Contains makVrv::DtScalingAlgorithmFactory class.
Abstract interface for creating instances of scaling algorithm classes.
Definition: DtScalingAlgorithmCreator.h:26
Provides an algorithm for scaling objects in the scene.
Definition: DtScalingAlgorithm.h:35
AlgorithmCache myAlgorithmCache
Definition: DtOsgScalingAlgorithmFactory.h:58
DtScalingAlgorithmFactory provides a mechanism to register creators for and create different model sc...
Definition: DtScalingAlgorithmFactory.h:40
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
This is the vrvOsg-specific implementation of a DtScalingAlgorithmFactory.
Definition: DtOsgScalingAlgorithmFactory.h:29