VR-Engage  2.2
Loading...
Searching...
No Matches
roleTemplateUtilities.h File Reference
Include dependency graph for roleTemplateUtilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  makVre
 

Functions

UTIL_DLL DtInitTable makVre::loadTableFile (const std::string &path, DtInitializer *initializer)
 
UTIL_DLL DtInitTable makVre::getRoleTemplateFromPath (const std::string &path, DtInitializer *initializer)
 
UTIL_DLL DtInitTable makVre::getDisplayLayout (DtEntityRoleDescriptor &roleDescriptor, const std::string &name, DtInitializer *initializer)
 
UTIL_DLL DtInitTable makVre::getDefaultDisplayLayout (const std::string &roleDescriptorPath, DtInitializer *initializer)
 
UTIL_DLL void makVre::getDisplayConfigNames (DtEntityRoleDescriptor &roleDescriptor, DtInitializer *initializer, std::set< std::string > &displayConfigNames)
 
UTIL_DLL void makVre::clearRoleCache (DtInitializer *initializer)
 

Detailed Description

This file provides utility functions for loading and managing role definition files, display configurations, and other role-related settings. It includes functions for loading table files, retrieving role templates, and managing display layouts.