Go to the source code of this file.
|
| subroutine, public | fieldslicer_operator_mod::perform_fieldslicer_operator (io_configuration, field_values, action_attributes, source_monc_location, source_monc, operator_result_values) |
| | Performs the actual field slicing. More...
|
| |
| subroutine | fieldslicer_operator_mod::determine_dimension_bounds (corresponding_field_definition, registered_monc_info, dimension_to_slice, index_to_slice, dim_starts, dim_ends, dim_weights, number_dims, sliced_size) |
| | Determines the bounds for each dimension which is specified via the configuration file. More...
|
| |
| type(list_type) function, public | fieldslicer_operator_mod::fieldslicer_operator_get_required_fields (action_attributes) |
| | Retrieves a list of the required fields for running this operator. More...
|
| |
| integer function | fieldslicer_operator_mod::get_dimension_to_slice (action_attributes) |
| | Retrieves the integer index of the dimension to slice. More...
|
| |
| integer function | fieldslicer_operator_mod::convert_dimension_str_to_id (dim_str) |
| | Converts a dimension string to the corresponding numeric ID. More...
|
| |