#include <SO3DataScol.h>
Public Member Functions | |
| SData (std::string dataName) | |
| virtual | ~SData () |
| std::string | GetName () |
| SUserObjectBindings & | GetUserObjectBindings () |
| const SUserObjectBindings & | GetUserObjectBindings () const |
Protected Attributes | |
| std::string | name |
Definition at line 43 of file SO3DataScol.h.
| SO3::SData::SData | ( | std::string | dataName | ) |
Constructor
Definition at line 15 of file SO3DataScol.cpp.
| SO3::SData::~SData | ( | ) | [virtual] |
Definition at line 20 of file SO3DataScol.cpp.
| std::string SO3::SData::GetName | ( | ) |
Definition at line 24 of file SO3DataScol.cpp.
| const SUserObjectBindings & SO3::SData::GetUserObjectBindings | ( | ) | const |
Return an instance of user objects binding associated with this class. You can use it to associate one or more custom objects with this class instance.
Definition at line 34 of file SO3DataScol.cpp.
| SUserObjectBindings & SO3::SData::GetUserObjectBindings | ( | ) |
Return an instance of user objects binding associated with this class. You can use it to associate one or more custom objects with this class instance.
Definition at line 29 of file SO3DataScol.cpp.
std::string SO3::SData::name [protected] |
Definition at line 47 of file SO3DataScol.h.
1.6.3