VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
DtSimModelReplacer Class Reference

Interface for allowing substituting model files. More...

Public Member Functions

virtual ~DtSimModelReplacer ()
 Virtual destructor. More...
 
virtual std::string replaceModel (const std::string &file)
 Return the alternate file for a given file. More...
 

Detailed Description

Interface for allowing substituting model files.

Interface for allowing substituting model files. Can be customized to replace model files with alternates.

Constructor & Destructor Documentation

virtual DtSimModelReplacer::~DtSimModelReplacer ( )
virtual

Virtual destructor.

Member Function Documentation

virtual std::string DtSimModelReplacer::replaceModel ( const std::string &  file)
virtual

Return the alternate file for a given file.

Default returns the same as file with the word "SIM" substituted at the end, before the path. i.e. ../path/filename.medf will be transformed to ../path/filenameSIM.medf


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)