Public Attributes | List of all members
mirtk::UnaryVoxelFunction::Clamp< T > Struct Template Reference

#include <UnaryVoxelFunction.h>

Inheritance diagram for mirtk::UnaryVoxelFunction::Clamp< T >:
Inheritance graph
Collaboration diagram for mirtk::UnaryVoxelFunction::Clamp< T >:
Collaboration graph

Public Attributes

_LowerThreshold
 Lower threshold value.
 
_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 ()
 

Detailed Description

template<class T>
struct mirtk::UnaryVoxelFunction::Clamp< T >

Sets voxel values to a minimum/maximum value if below/above minimum/maximum

Definition at line 253 of file UnaryVoxelFunction.h.


The documentation for this struct was generated from the following file: