ITK
6.0.0
Insight Toolkit
|
#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 | CoordRepType = TCoordRep |
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 > |
Public Types inherited from itk::FunctionBase< TInputPointSet::PointType, TOutput > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputType = TInputPointSet::PointType |
using | OutputType = TOutput |
using | Pointer = SmartPointer< Self > |
using | Self = FunctionBase |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::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) |
Public Member Functions inherited from itk::FunctionBase< TInputPointSet::PointType, TOutput > | |
virtual OutputType | Evaluate (const InputType &input) const=0 |
const char * | GetNameOfClass () const override |
Public Member Functions inherited from itk::Object | |
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 |
const char * | GetNameOfClass () const override |
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 |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual Pointer | CreateAnother () const |
virtual void | Delete () |
virtual const char * | GetNameOfClass () const |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
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 | |
Protected Member Functions inherited from itk::FunctionBase< TInputPointSet::PointType, TOutput > | |
FunctionBase ()=default | |
~FunctionBase () override=default | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
InputPointSetConstPointer | m_PointSet {} |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >::ConstPointer = SmartPointer<const Self> |
Definition at line 68 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >::CoordRepType = TCoordRep |
CoordRepType type alias support
Definition at line 87 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >::InputPixelType = typename InputPointSetType::PixelType |
Definition at line 78 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >::InputPointSetConstPointer = typename InputPointSetType::ConstPointer |
InputPointSetPointer type alias support
Definition at line 81 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >::InputPointSetType = TInputPointSet |
InputPointSetType type alias support
Definition at line 74 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >::InputPointType = typename InputPointSetType::PointType |
InputPixel type alias support
Definition at line 77 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >::OutputType = TOutput |
OutputType type alias support
Definition at line 84 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >::Pointer = SmartPointer<Self> |
Definition at line 67 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >::Self = PointSetFunction |
Standard class type aliases.
Definition at line 65 of file itkPointSetFunction.h.
using itk::PointSetFunction< TInputPointSet, TOutput, TCoordRep >::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, TCoordRep >.
|
inline |
Get the input image.
Definition at line 98 of file itkPointSetFunction.h.
|
overridevirtual |
Reimplemented from itk::Object.
|
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, TCoordRep >.
|
staticconstexpr |
Dimension underlying input point set.
Definition at line 62 of file itkPointSetFunction.h.
|
protected |
Const pointer to the input image.
Definition at line 115 of file itkPointSetFunction.h.