MeshKit  1.0
LocalTag Class Reference

#include <LocalTag.hpp>

List of all members.

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_

Detailed Description

Definition at line 12 of file LocalTag.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

iMesh imesh_ [private]

Definition at line 59 of file LocalTag.hpp.

iMesh::TagHandle tag_handle_ [private]

Definition at line 60 of file LocalTag.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines