MOAB: Mesh Oriented datABase  (version 5.4.1)
MBMesquite::ArrayMesh::Tag Struct Reference
+ Collaboration diagram for MBMesquite::ArrayMesh::Tag:

Public Attributes

char * name
 Tag name (null-terminated string)
TagType type
 tag data type
unsigned size
 number of *bytes* per entity
bool owned
 true if memory for tag storage is owned by this class
unsigned char * vtxWritePtr
 pointer to writable tag data (NULL if read-only)
const unsigned char * vtxReadPtr
 pointer to tag data
unsigned char * eleWritePtr
 pointer to writable tag data (NULL if read-only)
const unsigned char * eleReadPtr
 pointer to tag data
unsigned char * defaultValue
 Default value.
Tagnext
 Linked-list next pointer.

Detailed Description

Definition at line 349 of file ArrayMesh.hpp.


Member Data Documentation

List of all members.


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