ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryThresholdSpatialFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TFunction::OutputType | FunctionOutputType |
typedef TFunction | FunctionType |
typedef TFunction::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef BinaryThresholdSpatialFunction | Self |
typedef SpatialFunction< bool,::itk::GetImageDimension < TFunction >::ImageDimension, typename TFunction::InputType > | Superclass |
Public Types inherited from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType > | |
Public Types inherited from itk::FunctionBase< TFunction::InputType, bool > | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual OutputType | Evaluate (const InputType &point) const |
virtual const char * | GetNameOfClass () const |
virtual void | SetLowerThreshold (FunctionOutputType _arg) |
virtual const FunctionOutputType & | GetLowerThreshold () |
virtual void | SetUpperThreshold (FunctionOutputType _arg) |
virtual const FunctionOutputType & | GetUpperThreshold () |
virtual void | SetFunction (FunctionType *_arg) |
virtual const FunctionType * | GetFunction () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
BinaryThresholdSpatialFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
~BinaryThresholdSpatialFunction () | |
Protected Member Functions inherited from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType > | |
SpatialFunction () | |
virtual | ~SpatialFunction () |
Protected Member Functions inherited from itk::FunctionBase< TFunction::InputType, bool > | |
FunctionBase () | |
~FunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
FunctionType::Pointer | m_Function |
FunctionOutputType | m_LowerThreshold |
FunctionOutputType | m_UpperThreshold |
Private Member Functions | |
BinaryThresholdSpatialFunction (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType > | |
static const unsigned int | ImageDimension |
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.
|
protected |
|
protected |
|
private |
|
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 |
Evaluate the function at a given position.
Implements itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
|
virtual |
Set/Get the underlying function.
|
virtual |
Set/Get the lower threshold.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >.
|
virtual |
Set/Get the upper threshold.
|
static |
New macro for creation of through the object factory.
Reimplemented from itk::Object.
|
private |
|
protectedvirtual |
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 |
Set/Get the underlying function.
|
virtual |
Set/Get the lower threshold.
|
virtual |
Set/Get the upper threshold.
|
protected |
Definition at line 102 of file itkBinaryThresholdSpatialFunction.h.
|
protected |
Definition at line 99 of file itkBinaryThresholdSpatialFunction.h.
|
protected |
Definition at line 100 of file itkBinaryThresholdSpatialFunction.h.