|
MeshKit
1.0
|
#include <LocalTag.hpp>
Public Member Functions | |
| LocalTag (MKCore *mkCore, int size=1, iMesh::TagValueType type=iBase_ENTITY_HANDLE) | |
| LocalTag (MKCore *mkCore, const std::string &name, int size=1, iMesh::TagValueType type=iBase_ENTITY_HANDLE) | |
| ~LocalTag () | |
| operator iMesh::TagHandle () | |
Private Member Functions | |
| void | init (const std::string &name, int size, iMesh::TagValueType type) |
Private Attributes | |
| iMesh | imesh_ |
| iMesh::TagHandle | tag_handle_ |
Definition at line 12 of file LocalTag.hpp.
| LocalTag | ( | MKCore * | mkCore, |
| int | size = 1, |
||
| iMesh::TagValueType | type = iBase_ENTITY_HANDLE |
||
| ) | [inline, explicit] |
Definition at line 15 of file LocalTag.hpp.
| LocalTag | ( | MKCore * | mkCore, |
| const std::string & | name, | ||
| int | size = 1, |
||
| iMesh::TagValueType | type = iBase_ENTITY_HANDLE |
||
| ) | [inline] |
Definition at line 26 of file LocalTag.hpp.
| ~LocalTag | ( | ) | [inline] |
Definition at line 33 of file LocalTag.hpp.
| void init | ( | const std::string & | name, |
| int | size, | ||
| iMesh::TagValueType | type | ||
| ) | [inline, private] |
Definition at line 44 of file LocalTag.hpp.
| operator iMesh::TagHandle | ( | ) | [inline] |
Definition at line 38 of file LocalTag.hpp.
Definition at line 59 of file LocalTag.hpp.
iMesh::TagHandle tag_handle_ [private] |
Definition at line 60 of file LocalTag.hpp.