#include <itkPointSetFunction.h>
Evaluates a function of an image at specified position.
FIXME: Documentation was copy-pasted from ImageFunction.
PointSetFunction is a baseclass for all objects that evaluates a function of an image at index, continuous index or point. This class is templated over the input image type, the type of the function output and the coordinate representation type (e.g. float or double).
The input image is set via method SetInputPointSet(). Methods Evaluate, EvaluateAtIndex and EvaluateAtContinuousIndex respectively evaluates the function at an geometric point, image index and continuous image index.
Definition at line 56 of file itkPointSetFunction.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | CoordinateType = TCoordinate |
using | InputPixelType = typename InputPointSetType::PixelType |
using | InputPointSetConstPointer = typename InputPointSetType::ConstPointer |
using | InputPointSetType = TInputPointSet |
using | InputPointType = typename InputPointSetType::PointType |
using | OutputType = TOutput |
using | Pointer = SmartPointer<Self> |
using | Self = PointSetFunction |
using | Superclass = FunctionBase<typename TInputPointSet::PointType, TOutput> |
![]() | |
using | ConstPointer |
using | InputType |
using | OutputType |
using | Pointer |
using | Self |
using | Superclass |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Public Member Functions | |
TOutput | Evaluate (const InputPointType &point) const override=0 |
const InputPointSetType * | GetInputPointSet () const |
const char * | GetNameOfClass () const override |
virtual void | SetInputPointSet (const InputPointSetType *ptr) |
![]() | |
virtual OutputType | Evaluate (const InputType &input) const=0 |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
LightObject::Pointer | CreateAnother () const override |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) const |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Attributes | |
static constexpr unsigned int | Dimension = TInputPointSet::PointDimension |
Protected Member Functions | |
PointSetFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~PointSetFunction () override=default | |
![]() | |
FunctionBase ()=default | |
~FunctionBase () override=default | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
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 | |
InputPointSetConstPointer | m_PointSet {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
Additional Inherited Members | |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordinate >::ConstPointer = SmartPointer<const Self> |
Definition at line 68 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordinate >::CoordinateType = TCoordinate |
CoordinateType type alias support
Definition at line 87 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordinate >::InputPixelType = typename InputPointSetType::PixelType |
Definition at line 78 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordinate >::InputPointSetConstPointer = typename InputPointSetType::ConstPointer |
InputPointSetPointer type alias support
Definition at line 81 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordinate >::InputPointSetType = TInputPointSet |
InputPointSetType type alias support
Definition at line 74 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordinate >::InputPointType = typename InputPointSetType::PointType |
InputPixel type alias support
Definition at line 77 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordinate >::OutputType = TOutput |
OutputType type alias support
Definition at line 84 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordinate >::Pointer = SmartPointer<Self> |
Definition at line 67 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordinate >::Self = PointSetFunction |
Standard class type aliases.
Definition at line 65 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordinate >::Superclass = FunctionBase<typename TInputPointSet::PointType, TOutput> |
Definition at line 66 of file itkPointSetFunction.h.
|
protected |
|
overrideprotecteddefault |
|
overridepure virtual |
Evaluate the function at specified Point position. Subclasses must provide this method.
Implemented in itk::ManifoldParzenWindowsPointSetFunction< TPointSet, TOutput, TCoordinate >, itk::ManifoldParzenWindowsPointSetFunction< PointSetType, RealType >, and itk::ManifoldParzenWindowsPointSetFunction< PointSetType, RealType >.
|
inline |
Get the input image.
Definition at line 102 of file itkPointSetFunction.h.
|
overridevirtual |
Reimplemented from itk::FunctionBase< TInputPointSet::PointType, TOutput >.
|
overrideprotectedvirtual |
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::Object.
|
virtual |
Set the input point set.
Reimplemented in itk::ManifoldParzenWindowsPointSetFunction< TPointSet, TOutput, TCoordinate >.
|
staticconstexpr |
Dimension underlying input point set.
Definition at line 62 of file itkPointSetFunction.h.
|
protected |
Const pointer to the input image.
Definition at line 119 of file itkPointSetFunction.h.