DtRenameFileToMedfVisitor will store the original file name of the proxy node.
More...
Public Member Functions |
| | DtRenameFileToMedfVisitor (const std::string &relativePath, bool resolveToRelativePath) |
| | CTOR If the file cache is provided it will rename all proxy nodes to use their cached name.
|
| | ~DtRenameFileToMedfVisitor () |
| virtual void | apply (osg::ProxyNode &node) |
| | Traverse proxy nodes.
|
| std::string | getNewFilename (const std::string &originalFileName) |
| | Gets the new filename.
|
Detailed Description
DtRenameFileToMedfVisitor will store the original file name of the proxy node.
It will add a custom field to the description list containing the original file name.
Constructor & Destructor Documentation
| makVrv::DtRenameFileToMedfVisitor::DtRenameFileToMedfVisitor |
( |
const std::string & |
relativePath, |
|
|
bool |
resolveToRelativePath |
|
) |
| |
CTOR If the file cache is provided it will rename all proxy nodes to use their cached name.
| makVrv::DtRenameFileToMedfVisitor::~DtRenameFileToMedfVisitor |
( |
| ) |
|
Member Function Documentation
| virtual void makVrv::DtRenameFileToMedfVisitor::apply |
( |
osg::ProxyNode & |
node | ) |
|
|
virtual |
| std::string makVrv::DtRenameFileToMedfVisitor::getNewFilename |
( |
const std::string & |
originalFileName | ) |
|
Member Data Documentation
| std::string makVrv::DtRenameFileToMedfVisitor::myRelativePath |
|
protected |
| bool makVrv::DtRenameFileToMedfVisitor::myResolveToRelativePath |
|
protected |
The documentation for this class was generated from the following file: