Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
TagCounts Struct Reference
+ Collaboration diagram for TagCounts:

Public Member Functions

 TagCounts (std::string n)

Public Attributes

std::string name
int counts [MBMAXTYPE]

Detailed Description

Definition at line 178 of file size.cpp.


Constructor & Destructor Documentation

TagCounts::TagCounts ( std::string  n) [inline]

Definition at line 180 of file size.cpp.

References MBMAXTYPE.

                             : name( n )
    {
        std::fill( counts, counts + MBMAXTYPE, 0 );
    }

Member Data Documentation

Definition at line 185 of file size.cpp.

std::string TagCounts::name

Definition at line 184 of file size.cpp.

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