ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
itk::ImageSpatialObject< TDimension, TPixelType > Class Template Reference

#include <itkImageSpatialObject.h>

+ Inheritance diagram for itk::ImageSpatialObject< TDimension, TPixelType >:
+ Collaboration diagram for itk::ImageSpatialObject< TDimension, TPixelType >:

Detailed Description

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
class itk::ImageSpatialObject< TDimension, TPixelType >

Implementation of an image as spatial object.

This class combines functionnalities from a spatial object, and an image.

See Also
SpatialObject CompositeSpatialObject
Examples:
Examples/SpatialObjects/ImageSpatialObject.cxx.

Definition at line 41 of file itkImageSpatialObject.h.

Public Types

using BoundingBoxType = typename Superclass::BoundingBoxType
 
using ConstPointer = SmartPointer< const Self >
 
using ContinuousIndexType = ContinuousIndex< double, TDimension >
 
using ImagePointer = typename ImageType::ConstPointer
 
using ImageType = Image< PixelType, TDimension >
 
using IndexType = typename ImageType::IndexType
 
using InterpolatorType = InterpolateImageFunction< ImageType >
 
using NNInterpolatorType = NearestNeighborInterpolateImageFunction< ImageType >
 
using PixelType = TPixelType
 
using PointContainerPointer = typename PointContainerType::Pointer
 
using PointContainerType = VectorContainer< IdentifierType, PointType >
 
using Pointer = SmartPointer< Self >
 
using PointType = typename Superclass::PointType
 
using RegionType = typename ImageType::RegionType
 
using ScalarType = double
 
using Self = ImageSpatialObject< TDimension, TPixelType >
 
using Superclass = SpatialObject< TDimension >
 
using TransformType = typename Superclass::TransformType
 
- Public Types inherited from itk::SpatialObject< TDimension >
using BoundingBoxPointer = typename BoundingBoxType::Pointer
 
using BoundingBoxType = BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerType >
 
using ChildrenListPointer = ChildrenListType *
 
using ChildrenListType = std::list< Pointer >
 
using ConstPointer = SmartPointer< const Self >
 
using CovariantVectorType = CovariantVector< ScalarType, VDimension >
 
using DerivativeOffsetType = Vector< double, VDimension >
 
using DerivativeVectorPointer = DerivativeVectorType *
 
using DerivativeVectorType = CovariantVector< ScalarType, VDimension >
 
using IndexType = Index< VDimension >
 
using InputType = Point< ScalarType, VDimension >
 
using ObjectDimensionType = unsigned int
 
using ObjectListType = std::list< Pointer >
 
using Pointer = SmartPointer< Self >
 
using PointPointer = PointType *
 
using PointType = Point< ScalarType, VDimension >
 
using PropertyType = SpatialObjectProperty
 
using RegionType = ImageRegion< VDimension >
 
using ScalarType = double
 
using Self = SpatialObject< VDimension >
 
using SizeType = Size< VDimension >
 
using Superclass = DataObject
 
using TransformConstPointer = const TransformType *
 
using TransformPointer = typename TransformType::Pointer
 
using TransformType = AffineTransform< ScalarType, VDimension >
 
using VectorContainerType = VectorContainer< IdentifierType, PointType >
 
using VectorPointer = VectorType *
 
using VectorType = Vector< ScalarType, VDimension >
 
- Public Types inherited from itk::DataObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = std::string
 
using DataObjectPointerArraySizeType = std::vector< Pointer >::size_type
 
using Pointer = SmartPointer< Self >
 
using Self = DataObject
 
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

bool ComputeMyBoundingBox () const override
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
const ImageTypeGetImage () const
 
ModifiedTimeType GetMTime () const override
 
virtual const char * GetNameOfClass () const
 
const char * GetPixelTypeName ()
 
bool IsInsideInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const override
 
void SetImage (const ImageType *image)
 
bool ValueAtInObjectSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const override
 
virtual void SetSliceNumber (IndexType _arg)
 
void SetSliceNumber (unsigned int dimension, int position)
 
virtual IndexType GetSliceNumber () const
 
int GetSliceNumber (unsigned int dimension)
 
void SetInterpolator (InterpolatorType *interpolator)
 
virtual InterpolatorTypeGetInterpolator () const
 
- Public Member Functions inherited from itk::SpatialObject< TDimension >
void AddChild (Self *pointer)
 
virtual void AddChildrenToList (ChildrenListType *children, unsigned int depth=0, const std::string &name="") const
 
bool CheckIdValidity () const
 
virtual bool ComputeFamilyBoundingBox (unsigned int depth=0, const std::string &name="") const
 
void ComputeObjectToParentTransform ()
 
void ComputeObjectToWorldTransform ()
 
void CopyInformation (const DataObject *data) override
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual void DerivativeAtInObjectSpace (const PointType &point, short unsigned int order, CovariantVectorType &value, unsigned int depth=0, const std::string &name="", const DerivativeOffsetType &spacing=1)
 
virtual void DerivativeAtInWorldSpace (const PointType &point, short unsigned int order, CovariantVectorType &value, unsigned int depth=0, const std::string &name="", const DerivativeOffsetType &spacing=1)
 
bool Evaluate (const PointType &point) const
 
void FixIdValidity ()
 
bool FixParentChildHierarchyUsingParentIds ()
 
virtual const RegionTypeGetBufferedRegion () const
 
virtual ChildrenListTypeGetChildren (unsigned int depth=0, const std::string &name="") const
 
virtual std::string GetClassNameAndDimension (void) const
 
virtual const BoundingBoxTypeGetFamilyBoundingBoxInObjectSpace () const
 
virtual const BoundingBoxTypeGetFamilyBoundingBoxInWorldSpace () const
 
virtual const RegionTypeGetLargestPossibleRegion () const
 
unsigned int GetMaximumDepth () const
 
ModifiedTimeType GetMTime () const override
 
virtual const BoundingBoxTypeGetMyBoundingBoxInObjectSpace () const
 
virtual const BoundingBoxTypeGetMyBoundingBoxInWorldSpace () const
 
ModifiedTimeType GetMyMTime () const
 
int GetNextAvailableId () const
 
unsigned int GetNumberOfChildren (unsigned int depth=0, const std::string &name="") const
 
SpatialObject< VDimension > * GetObjectById (int Id)
 
unsigned int GetObjectDimension () const
 
virtual const SelfGetParent () const
 
virtual SelfGetParent ()
 
const PropertyTypeGetProperty () const
 
PropertyTypeGetProperty ()
 
virtual const RegionTypeGetRequestedRegion () const
 
virtual const std::string GetTypeName () const
 
virtual bool HasParent () const
 
virtual bool IsEvaluableAtChildrenInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsEvaluableAtInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsEvaluableAtInWorldSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsInsideChildrenInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsInsideInObjectSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
virtual bool IsInsideInWorldSpace (const PointType &point, unsigned int depth=0, const std::string &name="") const
 
void RemoveAllChildren (unsigned int depth=MaximumDepth)
 
bool RemoveChild (Self *object)
 
bool RequestedRegionIsOutsideOfTheBufferedRegion () override
 
virtual void SetBufferedRegion (const RegionType &region)
 
void SetChildren (ChildrenListType &children)
 
virtual void SetLargestPossibleRegion (const RegionType &region)
 
void SetParent (Self *parent)
 
void SetProperty (const PropertyType &property)
 
virtual void SetRequestedRegion (const RegionType &region)
 
void SetRequestedRegion (const DataObject *data) override
 
void SetRequestedRegionToLargestPossibleRegion () override
 
virtual void SetTypeName (std::string _arg)
 
void Update () override
 
void UpdateOutputInformation () override
 
virtual bool ValueAtChildrenInObjectSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const
 
virtual bool ValueAtInObjectSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const
 
virtual bool ValueAtInWorldSpace (const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const
 
bool VerifyRequestedRegion () override
 
void SetId (int id)
 
virtual const int & GetId () const
 
void SetObjectToWorldTransform (const TransformType *transform)
 
virtual TransformTypeGetModifiableObjectToWorldTransform ()
 
virtual const TransformTypeGetObjectToWorldTransform () const
 
const TransformTypeGetObjectToWorldTransformInverse () const
 
void SetObjectToParentTransform (const TransformType *transform)
 
virtual TransformTypeGetModifiableObjectToParentTransform ()
 
virtual const TransformTypeGetObjectToParentTransform () const
 
const TransformTypeGetObjectToParentTransformInverse () const
 
virtual void SetDefaultInsideValue (double _arg)
 
virtual double GetDefaultInsideValue () const
 
virtual void SetDefaultOutsideValue (double _arg)
 
virtual double GetDefaultOutsideValue () const
 
virtual void SetParentId (int _arg)
 
virtual const int & GetParentId () const
 
- Public Member Functions inherited from itk::DataObject
virtual void DataHasBeenGenerated ()
 
void DisconnectPipeline ()
 
bool GetDataReleased () const
 
virtual const bool & GetReleaseDataFlag () const
 
SmartPointer< ProcessObjectGetSource () const
 
DataObjectPointerArraySizeType GetSourceOutputIndex () const
 
const DataObjectIdentifierTypeGetSourceOutputName () const
 
virtual ModifiedTimeType GetUpdateMTime () const
 
virtual void Graft (const DataObject *)
 
virtual void Initialize ()
 
virtual void PrepareForNewData ()
 
virtual void PropagateRequestedRegion ()
 
void ReleaseData ()
 
virtual void ReleaseDataFlagOff ()
 
virtual void ReleaseDataFlagOn ()
 
virtual void ResetPipeline ()
 
void SetReleaseDataFlag (bool flag)
 
bool ShouldIReleaseData () const
 
virtual void UpdateOutputData ()
 
void SetPipelineMTime (ModifiedTimeType time)
 
virtual const ModifiedTimeTypeGetPipelineMTime () const
 
virtual void SetRealTimeStamp (RealTimeStamp _arg)
 
virtual const RealTimeStampGetRealTimeStamp () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual const TimeStampGetTimeStamp () 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)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexceptoverride
 
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
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::SpatialObject< TDimension >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::DataObject
static bool GetGlobalReleaseDataFlag ()
 
static void GlobalReleaseDataFlagOff ()
 
static void GlobalReleaseDataFlagOn ()
 
static void SetGlobalReleaseDataFlag (bool val)
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static constexpr unsigned int ObjectDimension = TDimension
 
- Static Public Attributes inherited from itk::SpatialObject< TDimension >
static constexpr unsigned int MaximumDepth
 
static constexpr
ObjectDimensionType 
ObjectDimension
 

Protected Member Functions

 ImageSpatialObject ()
 
LightObject::Pointer InternalClone () const override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ImageSpatialObject () override
 
- Protected Member Functions inherited from itk::SpatialObject< TDimension >
BoundingBoxTypeGetModifiableMyBoundingBoxInObjectSpace () const
 
LightObject::Pointer InternalClone () const override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 SpatialObject ()
 
 ~SpatialObject () override
 
- Protected Member Functions inherited from itk::DataObject
 DataObject ()
 
virtual void PropagateResetPipeline ()
 
 ~DataObject () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
 ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Member Functions

template<typename T >
void SetPixelTypeName (const T *)
 
void SetPixelTypeName (const short *)
 
void SetPixelTypeName (const unsigned char *)
 
void SetPixelTypeName (const unsigned short *)
 
void SetPixelTypeName (const float *)
 
void SetPixelTypeName (const double *)
 

Private Attributes

ImagePointer m_Image
 
InterpolatorType::Pointer m_Interpolator
 
std::string m_PixelType
 
IndexType m_SliceNumber
 

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Member Typedef Documentation

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::BoundingBoxType = typename Superclass::BoundingBoxType

Definition at line 61 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::ConstPointer = SmartPointer< const Self >

Definition at line 51 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::ContinuousIndexType = ContinuousIndex< double, TDimension >

Definition at line 53 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::ImagePointer = typename ImageType::ConstPointer

Definition at line 56 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::ImageType = Image< PixelType, TDimension >

Definition at line 55 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::IndexType = typename ImageType::IndexType

Definition at line 57 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::InterpolatorType = InterpolateImageFunction< ImageType >

Definition at line 62 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::NNInterpolatorType = NearestNeighborInterpolateImageFunction<ImageType>

Definition at line 64 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::PixelType = TPixelType

Definition at line 54 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::PointContainerPointer = typename PointContainerType::Pointer

Definition at line 67 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::PointContainerType = VectorContainer< IdentifierType, PointType >

Definition at line 66 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::Pointer = SmartPointer< Self >

Definition at line 50 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::PointType = typename Superclass::PointType

Definition at line 60 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::RegionType = typename ImageType::RegionType

Definition at line 58 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::ScalarType = double

Definition at line 47 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::Self = ImageSpatialObject< TDimension, TPixelType >

Definition at line 48 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::Superclass = SpatialObject< TDimension >

Definition at line 49 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
using itk::ImageSpatialObject< TDimension, TPixelType >::TransformType = typename Superclass::TransformType

Definition at line 59 of file itkImageSpatialObject.h.

Constructor & Destructor Documentation

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
itk::ImageSpatialObject< TDimension, TPixelType >::ImageSpatialObject ( )
protected
template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
itk::ImageSpatialObject< TDimension, TPixelType >::~ImageSpatialObject ( )
overrideprotected

Member Function Documentation

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
bool itk::ImageSpatialObject< TDimension, TPixelType >::ComputeMyBoundingBox ( ) const
overridevirtual

Compute the boundaries of the image spatial object.

Reimplemented from itk::SpatialObject< TDimension >.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
virtual::itk::LightObject::Pointer itk::ImageSpatialObject< TDimension, TPixelType >::CreateAnother ( ) 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.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
const ImageType* itk::ImageSpatialObject< TDimension, TPixelType >::GetImage ( ) const

Get a pointer to the image currently attached to the object.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
virtual InterpolatorType* itk::ImageSpatialObject< TDimension, TPixelType >::GetInterpolator ( ) const
virtual

Set/Get the interpolator

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
ModifiedTimeType itk::ImageSpatialObject< TDimension, TPixelType >::GetMTime ( ) const
overridevirtual

Returns the latest modified time of the object and its component.

Reimplemented from itk::Object.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
virtual const char* itk::ImageSpatialObject< TDimension, TPixelType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::SpatialObject< TDimension >.

Reimplemented in itk::ImageMaskSpatialObject< TDimension, TPixel >.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
const char* itk::ImageSpatialObject< TDimension, TPixelType >::GetPixelTypeName ( )
inline

Definition at line 109 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
virtual IndexType itk::ImageSpatialObject< TDimension, TPixelType >::GetSliceNumber ( ) const
virtual

Get the slice position

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
int itk::ImageSpatialObject< TDimension, TPixelType >::GetSliceNumber ( unsigned int  dimension)
inline

Get the slice position

Definition at line 105 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
LightObject::Pointer itk::ImageSpatialObject< TDimension, TPixelType >::InternalClone ( ) const
overrideprotectedvirtual

Actual implementation of the clone method. This method should be reimplemeted in subclasses to clone the extra required parameters.

Reimplemented from itk::LightObject.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
bool itk::ImageSpatialObject< TDimension, TPixelType >::IsInsideInObjectSpace ( const PointType point,
unsigned int  depth = 0,
const std::string &  name = "" 
) const
override

Returns true if the point is inside, false otherwise.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
static Pointer itk::ImageSpatialObject< TDimension, TPixelType >::New ( )
static

Method for creation through the object factory.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
void itk::ImageSpatialObject< TDimension, TPixelType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
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::DataObject.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
void itk::ImageSpatialObject< TDimension, TPixelType >::SetImage ( const ImageType image)

Set the image.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
void itk::ImageSpatialObject< TDimension, TPixelType >::SetInterpolator ( InterpolatorType interpolator)

Set/Get the interpolator

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
template<typename T >
void itk::ImageSpatialObject< TDimension, TPixelType >::SetPixelTypeName ( const T *  )
inlineprivate

Definition at line 136 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
void itk::ImageSpatialObject< TDimension, TPixelType >::SetPixelTypeName ( const short *  )
inlineprivate

Definition at line 139 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
void itk::ImageSpatialObject< TDimension, TPixelType >::SetPixelTypeName ( const unsigned char *  )
inlineprivate

Definition at line 142 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
void itk::ImageSpatialObject< TDimension, TPixelType >::SetPixelTypeName ( const unsigned short *  )
inlineprivate

Definition at line 145 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
void itk::ImageSpatialObject< TDimension, TPixelType >::SetPixelTypeName ( const float *  )
inlineprivate

Definition at line 148 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
void itk::ImageSpatialObject< TDimension, TPixelType >::SetPixelTypeName ( const double *  )
inlineprivate

Definition at line 151 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
virtual void itk::ImageSpatialObject< TDimension, TPixelType >::SetSliceNumber ( IndexType  _arg)
virtual

Set the slice position

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
void itk::ImageSpatialObject< TDimension, TPixelType >::SetSliceNumber ( unsigned int  dimension,
int  position 
)

Set the slice position

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
bool itk::ImageSpatialObject< TDimension, TPixelType >::ValueAtInObjectSpace ( const PointType point,
double &  value,
unsigned int  depth = 0,
const std::string &  name = "" 
) const
override

Returns the value of the image at the requested point. Returns true if that value is valid

Member Data Documentation

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
ImagePointer itk::ImageSpatialObject< TDimension, TPixelType >::m_Image
private

Definition at line 128 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
InterpolatorType::Pointer itk::ImageSpatialObject< TDimension, TPixelType >::m_Interpolator
private

Definition at line 133 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
std::string itk::ImageSpatialObject< TDimension, TPixelType >::m_PixelType
private

Definition at line 131 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
IndexType itk::ImageSpatialObject< TDimension, TPixelType >::m_SliceNumber
private

Definition at line 130 of file itkImageSpatialObject.h.

template<unsigned int TDimension = 3, typename TPixelType = unsigned char>
constexpr unsigned int itk::ImageSpatialObject< TDimension, TPixelType >::ObjectDimension = TDimension
static

Definition at line 69 of file itkImageSpatialObject.h.


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