Atoms Crowd  4.1.0
Atoms::DefaultSkeletonLoader Class Reference
Inheritance diagram for Atoms::DefaultSkeletonLoader:
Atoms::BaseSkeletonLoader

Public Member Functions

std::string typeStr () const
 Type string. More...
 
unsigned int typeId () const
 Type id. More...
 
 DefaultSkeletonLoader ()
 Constructor.
 
 ~DefaultSkeletonLoader ()
 Destructor.
 
AtomsCore::Skeleton load (const std::string &filePath, const std::string &filter="")
 load More...
 
- Public Member Functions inherited from Atoms::BaseSkeletonLoader
 BaseSkeletonLoader ()
 Constructor.
 
virtual ~BaseSkeletonLoader ()=0
 Virtual Destructor.
 

Static Public Member Functions

static AtomsPtr< BaseSkeletonLoadercreator ()
 Creator function. More...
 

Static Public Attributes

static std::string const staticTypeStr
 Class static type string.
 
static const unsigned int staticTypeId
 Class static type id.
 

Member Function Documentation

◆ creator()

static AtomsPtr<BaseSkeletonLoader> Atoms::DefaultSkeletonLoader::creator ( )
static

Creator function.

Returns
Return a new DefaultSkeletonLoader object

◆ load()

AtomsCore::Skeleton Atoms::DefaultSkeletonLoader::load ( const std::string &  filePath,
const std::string &  filter = "" 
)
virtual

load

Load an atoms file

Implements Atoms::BaseSkeletonLoader.

◆ typeId()

unsigned int Atoms::DefaultSkeletonLoader::typeId ( ) const
virtual

Type id.

Returns
Class type id

Implements Atoms::BaseSkeletonLoader.

◆ typeStr()

std::string Atoms::DefaultSkeletonLoader::typeStr ( ) const
virtual

Type string.

Returns
Class type string

Implements Atoms::BaseSkeletonLoader.


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