ExtractScalarsFromQuantity< TYPE > Class Template Reference
Last update: 16.07.2025a struct which collects settings for extractAboveThreshold More...
Public Member Functions | |
| check (Structure database) | |
| < TYPE >::check ( Structure database ) More... | |
| ExtractScalarsFromQuantity (DataObjectContainer the_data, number part_idx, number idx_in_part) | |
| constructor which sets suitable defaults for all members All quantity idents are extracted. Then for each quantity a new result object will be created. More... | |
Public Attributes | |
| number | index |
| The node/element index in the part. | |
| DataObjectContainer::string_vector_type | new_quantity_idents |
| The new idents for each quantity. The dimension and index space must fit the one of quantity_idents. | |
| number | part |
| The part index. | |
Detailed Description
template<dataobject_types TYPE>
class ExtractScalarsFromQuantity< TYPE >
a struct which collects settings for extractAboveThreshold
- Template Parameters
-
TYPE the field data type
Constructor & Destructor Documentation
◆ ExtractScalarsFromQuantity()
| ExtractScalarsFromQuantity | ( | DataObjectContainer | the_data, |
| number | part_idx, | ||
| number | idx_in_part | ||
| ) |
constructor which sets suitable defaults for all members All quantity idents are extracted. Then for each quantity a new result object will be created.
- Parameters
-
the_data the subset of field data to be token as input. part_idx the index of the part of the node/element idx_in_part the index of the element/node in the given part