X3D libraries
The libraries to work with X3D dataset

x3d::Type Class Reference

Inheritance diagram for x3d::Type:

Inheritance graph
[legend]
Collaboration diagram for x3d::Type:

Collaboration graph
[legend]
List of all members.

Public Member Functions

field_t GetID (void) const
const char * GetName (void) const
UserTypeGetUserType (void) const
 Type (const char *name, UserType *user_type, field_t id)
 ~Type ()

Private Attributes

field_t f_id
char * f_name
UserTypef_user_type

Constructor & Destructor Documentation

x3d::Type::Type const char *  name,
UserType user_type,
field_t  id
[inline]
 

x3d::Type::~Type  )  [inline]
 


Member Function Documentation

field_t x3d::Type::GetID void   )  const [inline]
 

const char* x3d::Type::GetName void   )  const [inline]
 

UserType* x3d::Type::GetUserType void   )  const [inline]
 


Member Data Documentation

field_t x3d::Type::f_id [private]
 

char* x3d::Type::f_name [private]
 

UserType* x3d::Type::f_user_type [private]
 


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