Go to the source code of this file.
Classes | |
| class | FeatureFloodCount |
| This object will mark nodes or elements of continuous regions all with a unique number for the purpose of counting or "coloring" unique regions in a solution. More... | |
| class | FeatureFloodCount::FeatureData |
| struct | enable_bitmask_operators< FeatureFloodCount::Status > |
| struct | enable_bitmask_operators< FeatureFloodCount::BoundaryIntersection > |
Functions | |
| template<> | |
| void | dataStore (std::ostream &stream, FeatureFloodCount::FeatureData &feature, void *context) |
| template<> | |
| void | dataStore (std::ostream &stream, BoundingBox &bbox, void *context) |
| template<> | |
| void | dataLoad (std::istream &stream, FeatureFloodCount::FeatureData &feature, void *context) |
| template<> | |
| void | dataLoad (std::istream &stream, BoundingBox &bbox, void *context) |
| void dataLoad | ( | std::istream & | stream, |
| BoundingBox & | bbox, | ||
| void * | context | ||
| ) |
Definition at line 86 of file FeatureFloodCount.C.
| void dataLoad | ( | std::istream & | stream, |
| FeatureFloodCount::FeatureData & | feature, | ||
| void * | context | ||
| ) |
Note that _local_ids is not loaded here. It's not needed for restart, and not needed during the parallel merge operation
Definition at line 63 of file FeatureFloodCount.C.
Referenced by FeatureFloodCount::deserialize().
| void dataStore | ( | std::ostream & | stream, |
| BoundingBox & | bbox, | ||
| void * | context | ||
| ) |
Definition at line 55 of file FeatureFloodCount.C.
| void dataStore | ( | std::ostream & | stream, |
| FeatureFloodCount::FeatureData & | feature, | ||
| void * | context | ||
| ) |
Note that _local_ids is not stored here. It's not needed for restart, and not needed during the parallel merge operation
Definition at line 32 of file FeatureFloodCount.C.
Referenced by FeatureFloodCount::serialize().