|
template<Field FldT, Colour ColB, Semantics SemB> |
int | up_prop_mean (Data< FldT, ColB, SemB > &parent_data, const std::array< Data< FldT, ColB, SemB >, 8 > &child_data) |
| Up-propagate the mean of the valid child_data into parent_data and return the number of children with valid data.
|
|
template<Field FldT, Colour ColB, Semantics SemB> |
int | up_prop_min (Data< FldT, ColB, SemB > &parent_min_data, const std::array< Data< FldT, ColB, SemB >, 8 > &child_min_data) |
| Up-propagate the minimum of the valid child_data into parent_data and return the number of children with valid data.
|
|
template<Field FldT, Colour ColB, Semantics SemB> |
int | up_prop_max (Data< FldT, ColB, SemB > &parent_max_data, const std::array< Data< FldT, ColB, SemB >, 8 > &child_max_data) |
| Up-propagate the maximum of the valid child_data into parent_data and return the number of children with valid data.
|
|