|
MeshKit
1.0
|
#include <Mesh.hpp>
Public Member Functions | |
| void | removeAll () |
| template<class T > | |
| int | setAttribute (const string &s, const T &val) |
| template<class T > | |
| int | getAttribute (const string &s, T &val) const |
| int | hasAttribute (const string &s) const |
| void | removeAttribute (const string &s) |
Public Attributes | |
| std::vector< Attribute * > | attributes |
| int getAttribute | ( | const string & | s, |
| T & | val | ||
| ) | const [inline] |
| int hasAttribute | ( | const string & | s | ) | const [inline] |
| void removeAttribute | ( | const string & | s | ) | [inline] |
| int setAttribute | ( | const string & | s, |
| const T & | val | ||
| ) | [inline] |
| std::vector<Attribute*> attributes |