MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions | Variables
Attributes.hpp File Reference

This files contains the attribute system. More...

#include <Config.hpp>
#include <Mesh.hpp>

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
 

Detailed Description

This files contains the attribute system.

Variable Documentation

AttribBase (const QString& name) const QString& name()

Default constructor of named attribute.

Attribute classes are derived Get the name of the Attribute