Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
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::TagCounts ( std::string  n)
inline

Definition at line 180 of file size.cpp.

180  : name( n )
181  {
182  std::fill( counts, counts + MBMAXTYPE, 0 );
183  }

References MBMAXTYPE.

Member Data Documentation

◆ counts

int TagCounts::counts[MBMAXTYPE]

Definition at line 185 of file size.cpp.

◆ name

std::string TagCounts::name

Definition at line 184 of file size.cpp.


The documentation for this struct was generated from the following file: