AnimatLab  2
Test
VortexAnimatSim::VsMeshMgr Class Reference

Vortex physical structure implementation. More...

#include <VsMeshMgr.h>

+ Collaboration diagram for VortexAnimatSim::VsMeshMgr:

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
 

Detailed Description

Vortex physical structure implementation.

Author
dcofer
Date
4/25/2011

Definition at line 18 of file VsMeshMgr.h.

Constructor & Destructor Documentation

VortexAnimatSim::VsMeshMgr::VsMeshMgr ( )

Default constructor.

Author
dcofer
Date
4/25/2011

Definition at line 19 of file VsMeshMgr.cpp.

VortexAnimatSim::VsMeshMgr::~VsMeshMgr ( )
virtual

Destructor.

Author
dcofer
Date
4/25/2011

Definition at line 29 of file VsMeshMgr.cpp.

References StdUtils::Std_TraceMsg().

+ Here is the call graph for this function:


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