21 class DtVrvApplicationConfiguration;
32 makVrv::DtDe& de,
double left=0,
double right=100,
double bottom=0,
40 makVrv::DtDe& de,
int x,
int y,
unsigned int numChannels=1);
47 makVrv::DtDe& de,
const std::string& name =
"My Display Configuration");
void inspectDisplayWindows(makVrv::DtDe &de)
Helper function to inspect the structure of the display, windows, channels and observers.
void loadTheScene(makVrv::DtDe &de)
Helper function to load all the models into the scene.
void addModelToTheScene(makVrv::DtDe &de, const std::string &modelName)
Helper function to load a geometry file and add it to the scene.
Contains makVrv::DtChannelConfiguration class.
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:28
void makeObserverConfigurations(makVrv::DtVrvApplicationConfiguration &config, makVrv::DtDe &de, const makVrv::DtDisplayConfiguration &displayConfig)
Helper function creates observer configurations for each channel This function iterates through the c...
This owns a list of window configurations.
Definition: DtDisplayConfiguration.h:47
This owns a list of display engine configurations.
Definition: DtVrvApplicationConfiguration.h:27
Contains makVrv::DtDisplayConfiguration class.
Configuration for a single channel Serialized and sent to remote displays as necessary to configure r...
Definition: DtChannelConfiguration.h:26
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
makVrv::DtChannelConfiguration makeChannelConfiguration(makVrv::DtDe &de, double left=0, double right=100, double bottom=0, double top=100)
Helper function creates a channel-configuration with a default name.
std::string registerModelDefinition(makVrv::DtDe &de, const std::string &dataFile)
Helper function populates a makVrv::DtModelDefinitionManager with a model- description for later use...
makVrv::DtWindowConfiguration makeWindowConfiguration(makVrv::DtDe &de, int x, int y, unsigned int numChannels=1)
Helper function creates a window-configuration with a default name.
Contains makVrv::DtViewConfiguration class.
makVrv::DtDisplayConfiguration makeDisplayConfiguration(makVrv::DtDe &de, const std::string &name="My Display Configuration")
Helper function creates a display-configuration.