VR-Engage  2.2
Loading...
Searching...
No Matches
vreVrvUtil.h File Reference
Include dependency graph for vreVrvUtil.h:

Go to the source code of this file.

Namespaces

namespace  makVrv
 
namespace  makVre
 

Functions

UTIL_DLL makVrv::DtWindow * makVre::findWindow (makVrv::DtDe &de, const std::string &windowName="Window 1")
 
UTIL_DLL makVrv::DtChannel * makVre::findChannel (makVrv::DtDe &de, const std::string &channelName="Channel 1", const std::string &windowName="Window 1")
 
UTIL_DLL makVrv::DtOsgChannel * makVre::findOsgChannel (makVrv::DtDe &de, const std::string &channelName="Channel 1", const std::string &windowName="Window 1")
 
UTIL_DLL makVrv::DtObserver * makVre::findObserver (makVrv::DtDe &de, const std::string &observerName="Observer 1")
 
UTIL_DLL bool makVre::applyChannelConfig (makVrv::DtDe &de, const std::string &channelName, const std::string &windowName, const makVrv::DtChannelConfiguration &config)
 
UTIL_DLL bool makVre::applyChannelConfig (makVrv::DtDe &de, const makVrv::DtChannel &channel, const makVrv::DtChannelConfiguration &config)
 

Detailed Description

This file provides helper functions for finding and manipulating various VRV components such as windows, channels, and observers, as well as applying configurations to channels. These utilities simplify common operations in the VREngage application.