AnimatLab
2
Test
|
Vortex physical structure implementation. More...
#include <VsMeshMgr.h>
Public Member Functions | |
VsMeshMgr () | |
Default constructor. More... | |
virtual | ~VsMeshMgr () |
Destructor. More... | |
bool | ContainesMesh (std::string strFilename) |
osg::Node * | LoadMesh (std::string strFilename) |
void | ReleaseMesh (std::string strFilename) |
bool | VsMeshMgr::FindMesh (std::string strFilename, std::pair< std::string, osg::ref_ptr< osg::Node >> &MeshPair, bool bThrowError=true) |
Protected Member Functions | |
osg::Node * | AddMesh (std::string strFilename) |
std::string | FileCreateTime (std::string strFilename) |
Protected Attributes | |
CStdMap< std::string, std::pair< std::string, osg::ref_ptr< osg::Node > > > | m_aryMeshes |
VortexAnimatSim::VsMeshMgr::VsMeshMgr | ( | ) |
|
virtual |
Destructor.
Definition at line 29 of file VsMeshMgr.cpp.
References StdUtils::Std_TraceMsg().