Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Public Member Functions | Public Attributes | List of all members
RegionDB::RegionItem Struct Reference

One item in region database. More...

Collaboration diagram for RegionDB::RegionItem:
Collaboration graph
[legend]

Public Member Functions

 RegionItem (unsigned int index, unsigned int id, const std::string &label, unsigned int dim)
 
unsigned int get_id () const
 
unsigned int dim () const
 

Public Attributes

unsigned int index
 
DimID id
 
std::string label
 

Detailed Description

One item in region database.

Definition at line 509 of file region.hh.

Constructor & Destructor Documentation

RegionDB::RegionItem::RegionItem ( unsigned int  index,
unsigned int  id,
const std::string &  label,
unsigned int  dim 
)
inline

Definition at line 510 of file region.hh.

Member Function Documentation

unsigned int RegionDB::RegionItem::dim ( ) const
inline

Definition at line 514 of file region.hh.

unsigned int RegionDB::RegionItem::get_id ( ) const
inline

Definition at line 513 of file region.hh.

Member Data Documentation

DimID RegionDB::RegionItem::id

Definition at line 518 of file region.hh.

unsigned int RegionDB::RegionItem::index

Definition at line 517 of file region.hh.

std::string RegionDB::RegionItem::label

Definition at line 519 of file region.hh.


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