#include <UnaryVoxelFunction.h>
Public Attributes | |
T | _LowerThreshold |
Lower threshold value. | |
T | _UpperThreshold |
Upper threshold value. | |
Public Attributes inherited from mirtk::VoxelFunction | |
const ImageAttributes * | _Domain |
Additional Inherited Members | |
Public Member Functions inherited from mirtk::VoxelFunction | |
void | join (VoxelFunction &) |
Join results. | |
void | split (VoxelFunction &) |
VoxelFunction () | |
Default constructor. | |
Static Public Member Functions inherited from mirtk::VoxelFunction | |
static bool | IsReduction () |
Sets voxel values to a minimum/maximum value if below/above minimum/maximum
Definition at line 253 of file UnaryVoxelFunction.h.