12 #include <osg/NodeVisitor>
31 bool addOriginalName =
true);
36 virtual void apply(osg::ProxyNode& node);
41 static bool getOriginalFilenameFromDescription(
const std::string& strIn, std::string& strOut);
63 bool resolveToRelativePath );
68 virtual void apply(osg::ProxyNode& node);
71 std::string getNewFilename(
const std::string& originalFileName );
bool myResolveToRelativePath
Definition: DtKeepOriginalFilenamesVisitor.h:75
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DtFileCache * myFileCache
Definition: DtKeepOriginalFilenamesVisitor.h:45
std::string myRelativePath
Definition: DtKeepOriginalFilenamesVisitor.h:74
std::string myRootFilePath
Definition: DtKeepOriginalFilenamesVisitor.h:44
bool myAddOriginalName
Definition: DtKeepOriginalFilenamesVisitor.h:46
Contains DLL export macros.
Handles the caching of files. Includes functions for excluding files with certain extensions from bei...
Definition: DtFileCache.h:36
DtRenameFileToMedfVisitor will store the original file name of the proxy node. It will add a custom f...
Definition: DtKeepOriginalFilenamesVisitor.h:54
DtKeepOriginalFileNameVisitor 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.
Definition: DtKeepOriginalFilenamesVisitor.h:21