Assimp  v3.1.1 (June 2014)
Name Struct Reference

Stores an OpenDDL-specific name. More...

Public Member Functions

 Name (NameType type, Text *id)
 The constructor with the type and the id. More...
 
 Name (const Name &name)
 
 ~Name ()
 The destructor. More...
 

Public Attributes

Textm_id
 The id. More...
 
NameType m_type
 The type of the name (. More...
 

Detailed Description

Stores an OpenDDL-specific name.

Constructor & Destructor Documentation

◆ Name() [1/2]

Name::Name ( NameType  type,
Text id 
)

The constructor with the type and the id.

Parameters
type[in] The name type.
id[in] The id.

◆ Name() [2/2]

Name::Name ( const Name name)

◆ ~Name()

Name::~Name ( )

The destructor.

Member Data Documentation

◆ m_id

Text* Name::m_id

The id.

◆ m_type

NameType Name::m_type

The type of the name (.

See also
NameType ).

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