24 class DtAppPathResolver;
53 : DtModelDefinitionManager(de)
83 virtual void initialize();
115 osg::Node* terrainNode();
116 osg::Node* propNode();
133 bool needsShaderGeneration(
137 void encodeOptionsString(
139 osgDB::ReaderWriter::Options& options)
const;
142 const osgDB::ReaderWriter::Options& options,
146 const std::string& inputFilename,
Definition: singleton.h:121
DtVrfModelDefinitionManager(makVrv::DtDe &de)
Definition: singleton.h:52
The DtOsgRenderer is the component responsible for rendering 3D images onto the screen via OpenSceneG...
Definition: DtOsgRenderer.h:87
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
Override to provide minimal renderer functionality.
Definition: singleton.h:106
The model definition manager is responsible to managing all of the model definitions the IG knows abo...
Definition: DtModelDefinitionManager.h:78
Time saving override. Do not allow backups.
Definition: singleton.h:49
virtual void backup()
Backs up model definitions to backup manager.
Definition: singleton.h:57
DtModelSetStringProvider is an interface for a class to provide strings for model sets...
Definition: DtModelSetStringProvider.h:24
InitializationResult
Result codes for the initialize() function.
Definition: DtDe.h:113
Singleton for resolving path variables (DATA_DIR, USER_DIR, etc)
Definition: appPathResolver.h:21
#define DT_DLL_vrfmodelmanager
This file is used to determine how to build.
Definition: vrfModelManagerDefines.h:24
Contains makVrv::DtDeSharedState class.
virtual int stringToModelSet(const makVrv::DtUnicode &modelSetString) const
Get the model set that's mapped to the specified string.
Definition: singleton.h:38
DtVrfModelSetStringProvider(makVrv::DtDe &de)
Definition: singleton.h:30
The DtOsgFileCache creator..
Definition: DtOsgFileCache.h:397
virtual void setModelSetName(int modelSet, const makVrv::DtUnicode &name)
Change the string associated with a model set (if it exists) or add a new string to model set mapping...
Definition: singleton.h:45
Definition: singleton.h:109
The OSG implementation of makVrv::DtOsgFileCache. This will cache files as .ive's for quicker load ti...
Definition: DtOsgFileCache.h:54
Definition: singleton.h:125
virtual void getModelSetList(StringList &outList) const
Get the list of model set names.
Definition: singleton.h:32
The DtDeSharedState represents all the data that is shared between the master and its slaves...
Definition: DtDeSharedState.h:44
Definition: vrfVrvOverrides.h:213
std::vector< DtUnicode > StringList
Definition: DtModelSetStringProvider.h:29
Definition: DtFileCache.h:44
This class will remove most of the De functionality so it can simply be used as a singleton...
Definition: singleton.h:87
Creator class for DtDeSharedState.
Definition: DtDeSharedState.h:1248
The DtRenderer is the component responsible for rendering 3D images onto the screen.
Definition: DtRenderer.h:43
Contains makVrv::DtOsgFileCache class.
Contains makVrv::DtModelSetStringProvider class.
Abstract creator base class.
Definition: DtRenderer.h:164
virtual InitializationResult initialize(bool abortOnLicenseFailure=true, bool useLicenseErrorDialog=true)
Initialize the application prior to running it. It is required that this function be called prior to ...
virtual int numModelSets() const
Get the current number of model set names on the model set list.
Definition: singleton.h:41
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:70
Shared state.
Definition: vrfVrvOverrides.h:65
static DtUnicode fromAscii(const std::string &ascii)
Create a unicode string from an ascii string, the string MUST be zero terminated if the length is not...
Contains makVrv::DtOsgRenderer class.
virtual makVrv::DtUnicode modelSetToString(int modelSet) const
Get the string that's mapped to the specified model set.
Definition: singleton.h:35
Handles the caching of files. Includes functions for excluding files with certain extensions from bei...
Definition: DtFileCache.h:36