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 | dataStore (std::ostream &stream, FeatureFloodCount::Status &, void *) |
| template<> | |
| void | dataStore (std::ostream &stream, FeatureFloodCount::BoundaryIntersection &, void *) |
| template<> | |
| void | dataLoad (std::istream &stream, FeatureFloodCount::FeatureData &feature, void *context) |
| template<> | |
| void | dataLoad (std::istream &stream, BoundingBox &bbox, void *context) |
| template<> | |
| void | dataLoad (std::istream &stream, FeatureFloodCount::Status &, void *) |
| template<> | |
| void | dataLoad (std::istream &stream, FeatureFloodCount::BoundaryIntersection &, void *) |
| void dataLoad | ( | std::istream & | stream, |
| BoundingBox & | bbox, | ||
| void * | context | ||
| ) |
Definition at line 86 of file FeatureFloodCount.C.
| void dataLoad | ( | std::istream & | stream, |
| FeatureFloodCount::BoundaryIntersection & | v, | ||
| void * | context | ||
| ) |
Definition at line 2294 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 dataLoad(), dataLoad(), dataLoad(), dataLoad(), and FeatureFloodCount::deserialize().
| void dataLoad | ( | std::istream & | stream, |
| FeatureFloodCount::Status & | v, | ||
| void * | context | ||
| ) |
Definition at line 2277 of file FeatureFloodCount.C.
| void dataStore | ( | std::ostream & | stream, |
| BoundingBox & | bbox, | ||
| void * | context | ||
| ) |
Definition at line 55 of file FeatureFloodCount.C.
| void dataStore | ( | std::ostream & | stream, |
| FeatureFloodCount::BoundaryIntersection & | v, | ||
| void * | ctx | ||
| ) |
Definition at line 2286 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 dataStore(), dataStore(), dataStore(), dataStore(), and FeatureFloodCount::serialize().
| void dataStore | ( | std::ostream & | stream, |
| FeatureFloodCount::Status & | v, | ||
| void * | ctx | ||
| ) |
Definition at line 2269 of file FeatureFloodCount.C.