Fill (std::map< short int, unsigned int > &im)
~Fill ()
void operator() (const short int &pos)
std::map< short int, unsigned int > & id_map
unsigned int cnt
Functor class for printing a single node's info To be used with 'for_each'. Functor class for printing a single side's info. To be used with 'for_each'. Functor class for initializing a map. The entries being added to the map increase by exactly one each time. The desctructor also inserts the invalid_id entry.
Definition at line 328 of file boundary_info.h.
Definition at line 331 of file boundary_info.h.
: id_map(im), cnt(0) {}
Definition at line 333 of file boundary_info.h.
References cnt, id_map, and BoundaryInfo::invalid_id.
{
id_map[invalid_id] = cnt;
}
Definition at line 339 of file boundary_info.h.
References cnt, and id_map.
{
id_map[pos] = cnt++;
}
Definition at line 346 of file boundary_info.h.
Referenced by operator()(), and ~Fill().
Definition at line 345 of file boundary_info.h.
Referenced by operator()(), and ~Fill().
Generated automatically by Doxygen for libMesh from the source code.