11#ifndef __stir_assign_to_subregion_H__
12#define __stir_assign_to_subregion_H__
35 const BasicCoordinate<3, int>& mask_location,
36 const BasicCoordinate<3, int>& half_size,
defines the stir::Array class for multi-dimensional (numeric) arrays
implementation of the stir::assign_to_subregion function
void assign_to_subregion(Array< 3, elemT > &input_array, const BasicCoordinate< 3, int > &mask_location, const BasicCoordinate< 3, int > &half_size, const elemT &value)
assign a value to a sub-region of an array
Definition assign_to_subregion.inl:24