ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryThresholdSpatialFunction.h>
A spatial functions that returns if the internal spatial function is within user specified thresholds.
BinaryThresholdSpatialFunction is a wrapper class for an internal spatial function and returns true if it is within user specified thresholds and false otherwise.
This class is templated over the internal spatial function type.
Definition at line 42 of file itkBinaryThresholdSpatialFunction.h.
typedef SmartPointer< const Self > itk::BinaryThresholdSpatialFunction< TFunction >::ConstPointer |
Reimplemented from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
Definition at line 55 of file itkBinaryThresholdSpatialFunction.h.
typedef TFunction::OutputType itk::BinaryThresholdSpatialFunction< TFunction >::FunctionOutputType |
Underlying function output type.
Definition at line 73 of file itkBinaryThresholdSpatialFunction.h.
typedef TFunction itk::BinaryThresholdSpatialFunction< TFunction >::FunctionType |
Underlying function type.
Definition at line 70 of file itkBinaryThresholdSpatialFunction.h.
typedef TFunction::InputType itk::BinaryThresholdSpatialFunction< TFunction >::InputType |
InputType typedef support.
Reimplemented from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
Definition at line 67 of file itkBinaryThresholdSpatialFunction.h.
typedef Superclass::OutputType itk::BinaryThresholdSpatialFunction< TFunction >::OutputType |
OutputType typedef support.
Reimplemented from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
Definition at line 61 of file itkBinaryThresholdSpatialFunction.h.
typedef SmartPointer< Self > itk::BinaryThresholdSpatialFunction< TFunction >::Pointer |
Reimplemented from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
Definition at line 54 of file itkBinaryThresholdSpatialFunction.h.
typedef BinaryThresholdSpatialFunction itk::BinaryThresholdSpatialFunction< TFunction >::Self |
Standard class typedefs.
Reimplemented from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
Definition at line 49 of file itkBinaryThresholdSpatialFunction.h.
typedef SpatialFunction< bool, ::itk::GetImageDimension< TFunction >::ImageDimension, typename TFunction::InputType > itk::BinaryThresholdSpatialFunction< TFunction >::Superclass |
Reimplemented from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
Definition at line 52 of file itkBinaryThresholdSpatialFunction.h.
itk::BinaryThresholdSpatialFunction< TFunction >::BinaryThresholdSpatialFunction | ( | ) | [protected] |
itk::BinaryThresholdSpatialFunction< TFunction >::~BinaryThresholdSpatialFunction | ( | ) | [protected] |
itk::BinaryThresholdSpatialFunction< TFunction >::BinaryThresholdSpatialFunction | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::BinaryThresholdSpatialFunction< TFunction >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
virtual OutputType itk::BinaryThresholdSpatialFunction< TFunction >::Evaluate | ( | const InputType & | point | ) | const [virtual] |
Evaluate the function at a given position.
Implements itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
virtual const FunctionType* itk::BinaryThresholdSpatialFunction< TFunction >::GetFunction | ( | ) | [virtual] |
Set/Get the underlying function.
virtual const FunctionOutputType& itk::BinaryThresholdSpatialFunction< TFunction >::GetLowerThreshold | ( | ) | [virtual] |
Set/Get the lower threshold.
virtual const char* itk::BinaryThresholdSpatialFunction< TFunction >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
virtual const FunctionOutputType& itk::BinaryThresholdSpatialFunction< TFunction >::GetUpperThreshold | ( | ) | [virtual] |
Set/Get the upper threshold.
static Pointer itk::BinaryThresholdSpatialFunction< TFunction >::New | ( | ) | [static] |
New macro for creation of through the object factory.
Reimplemented from itk::Object.
void itk::BinaryThresholdSpatialFunction< TFunction >::operator= | ( | const Self & | ) | [private] |
void itk::BinaryThresholdSpatialFunction< TFunction >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
virtual void itk::BinaryThresholdSpatialFunction< TFunction >::SetFunction | ( | FunctionType * | _arg | ) | [virtual] |
Set/Get the underlying function.
virtual void itk::BinaryThresholdSpatialFunction< TFunction >::SetLowerThreshold | ( | FunctionOutputType | _arg | ) | [virtual] |
Set/Get the lower threshold.
virtual void itk::BinaryThresholdSpatialFunction< TFunction >::SetUpperThreshold | ( | FunctionOutputType | _arg | ) | [virtual] |
Set/Get the upper threshold.
FunctionType::Pointer itk::BinaryThresholdSpatialFunction< TFunction >::m_Function [protected] |
Definition at line 102 of file itkBinaryThresholdSpatialFunction.h.
FunctionOutputType itk::BinaryThresholdSpatialFunction< TFunction >::m_LowerThreshold [protected] |
Definition at line 99 of file itkBinaryThresholdSpatialFunction.h.
FunctionOutputType itk::BinaryThresholdSpatialFunction< TFunction >::m_UpperThreshold [protected] |
Definition at line 100 of file itkBinaryThresholdSpatialFunction.h.