16 #include <unordered_map>
23 class DtScalingAlgorithmCreator;
24 class DtScalingAlgorithm;
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
Contains makVrv::DtScalingAlgorithmFactory class.
std::unordered_map< std::string, DtScalingAlgorithm * > AlgorithmCache
Definition: DtOsgScalingAlgorithmFactory.h:57
Abstract interface for creating instances of scaling algorithm classes. In addition to the more tradi...
Definition: DtScalingAlgorithmCreator.h:26
Provides an algorithm for scaling objects in the scene. It provides a container for the scale factor ...
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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
This is the vrvOsg-specific implementation of a DtScalingAlgorithmFactory. It implements the register...
Definition: DtOsgScalingAlgorithmFactory.h:29