MorphoGraphX
|
This files contains the attribute system. More...
Go to the source code of this file.
Classes | |
class | mgx::AttribBase |
Base class for attributes system. More... | |
Namespaces | |
mgx | |
This namespace contains all the API of MorphoGraphX. | |
Functions | |
mgx::Attrib (const QString &name, ValueT &defVal) | |
Constructor. More... | |
const std::unordered_map < IndexT, ValueT > & | mgx::data () |
Variables | |
AttribBase(const QString &name) const QString & | name () |
Default constructor of named attribute. More... | |
QString | _name |
mgx::IndexT | |
Type of the pair used in the attribute map. | |
mgx::AttribPair | |
std::unordered_map< IndexT, ValueT > | mgx::_data |
ValueT | mgx::_defVal |
This files contains the attribute system.