#include <itkImageAdaptor.h>
Inheritance diagram for itk::ImageAdaptor< TImage, TAccessor >:
ImageAdaptors are templated over the ImageType and over a functor that will specify what part of the pixel can be accessed
The basic aspects of this class are the types it defines.
Image adaptors can be used as intermediate classes that allow the sending of an image to a filter, specifying what part of the image pixels the filter will act on.
The TAccessor class should implement the Get and Set methods These two will specify how data can be put and get from parts of each pixel. It should define the types ExternalType and InternalType too.
Definition at line 48 of file itkImageAdaptor.h.
void | GlobalReleaseDataFlagOff () |
void | GlobalReleaseDataFlagOn () |
static bool | GetGlobalReleaseDataFlag () |
static void | SetGlobalReleaseDataFlag (const bool val) |
Public Types | |
typedef DefaultPixelAccessorFunctor< Self > | AccessorFunctorType |
typedef TAccessor | AccessorType |
typedef SmartPointer< const Self > | ConstPointer |
typedef WeakPointer< const Self > | ConstWeakPointer |
typedef Matrix< double, VImageDimension, VImageDimension > | DirectionType |
typedef Superclass::IndexType | IndexType |
typedef IndexType::IndexValueType | IndexValueType |
typedef TImage | InternalImageType |
typedef InternalPixelType * | InternalPixelPointerType |
typedef TAccessor::InternalType | InternalPixelType |
typedef PixelType | IOPixelType |
typedef Superclass::OffsetType | OffsetType |
typedef OffsetType::OffsetValueType | OffsetValueType |
typedef TImage::PixelContainer | PixelContainer |
typedef TImage::PixelContainerConstPointer | PixelContainerConstPointer |
typedef TImage::PixelContainerPointer | PixelContainerPointer |
typedef TAccessor::ExternalType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PointType | PointType |
typedef Superclass::RegionType | RegionType |
typedef ImageAdaptor | Self |
typedef Superclass::SizeType | SizeType |
typedef SizeType::SizeValueType | SizeValueType |
typedef Superclass::SpacingType | SpacingType |
typedef ImageBase< itkGetStaticConstMacro(ImageDimension)> | Superclass |
Public Member Functions | |
void | Allocate () |
IndexType | ComputeIndex (OffsetValueType offset) const |
OffsetValueType | ComputeOffset (const IndexType &ind) const |
virtual LightObject::Pointer | CreateAnother () const |
void | DataHasBeenGenerated () |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
virtual void | Delete () |
void | DisconnectPipeline () |
virtual const RegionType & | GetBufferedRegion () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDataReleased () const |
bool | GetDebug () const |
virtual const DirectionType & | GetDirection () |
virtual const RegionType & | GetLargestPossibleRegion () const |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
virtual unsigned long | GetMTime () const |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | GetNumberOfComponentsPerPixel () const |
const OffsetValueType * | GetOffsetTable () const |
virtual const PointType & | GetOrigin () |
virtual const PointType & | GetOrigin () const |
PixelType | GetPixel (const IndexType &index) const |
const AccessorType & | GetPixelAccessor (void) const |
AccessorType & | GetPixelAccessor (void) |
PixelContainerPointer | GetPixelContainer () |
virtual int | GetReferenceCount () const |
virtual const RegionType & | GetRequestedRegion () const |
SmartPointerForwardReference< ProcessObject > | GetSource () const |
unsigned int | GetSourceOutputIndex () const |
virtual const SpacingType & | GetSpacing () |
virtual const SpacingType & | GetSpacing () const |
virtual unsigned long | GetUpdateMTime () const |
virtual void | Graft (const DataObject *data) |
bool | HasObserver (const EventObject &event) const |
virtual void | Initialize () |
void | InvokeEvent (const EventObject &) const |
void | InvokeEvent (const EventObject &) |
itkStaticConstMacro (ImageDimension, unsigned int, VImageDimension) | |
itkStaticConstMacro (ImageDimension, unsigned int, TImage::ImageDimension) | |
virtual void | Modified () const |
PixelType | operator[] (const IndexType &index) const |
virtual void | PrepareForNewData () |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
void | ReleaseData () |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
virtual bool | RequestedRegionIsOutsideOfTheBufferedRegion () |
virtual void | ResetPipeline () |
virtual void | SetBufferedRegion (const RegionType ®ion) |
virtual void | SetBufferedRegion (const RegionType ®ion) |
void | SetDebug (bool debugFlag) const |
virtual void | SetDirection (const DirectionType direction) |
virtual void | SetImage (TImage *) |
virtual void | SetLargestPossibleRegion (const RegionType ®ion) |
virtual void | SetLargestPossibleRegion (const RegionType ®ion) |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetNumberOfComponentsPerPixel (unsigned int) |
virtual void | SetOrigin (const float origin[VImageDimension]) |
virtual void | SetOrigin (const double origin[VImageDimension]) |
virtual void | SetOrigin (PointType _arg) |
void | SetPixel (const IndexType &index, const PixelType &value) |
void | SetPixelAccessor (const AccessorType &accessor) |
void | SetPixelContainer (PixelContainer *container) |
virtual void | SetReferenceCount (int) |
virtual void | SetRequestedRegion (const RegionType ®ion) |
virtual void | SetRequestedRegion (DataObject *data) |
virtual void | SetRequestedRegion (const RegionType ®ion) |
virtual void | SetSpacing (const float spacing[VImageDimension]) |
virtual void | SetSpacing (const double spacing[VImageDimension]) |
virtual void | SetSpacing (SpacingType _arg) |
bool | ShouldIReleaseData () const |
template<class TCoordRep> | |
void | TransformContinuousIndexToPhysicalPoint (const ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension)> &index, Point< TCoordRep, itkGetStaticConstMacro(ImageDimension)> &point) const |
template<class TCoordRep> | |
void | TransformIndexToPhysicalPoint (const IndexType &index, Point< TCoordRep, itkGetStaticConstMacro(ImageDimension)> &point) const |
template<class TCoordRep> | |
bool | TransformPhysicalPointToContinuousIndex (const Point< TCoordRep, itkGetStaticConstMacro(ImageDimension)> &point, ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension)> &index) const |
template<class TCoordRep> | |
bool | TransformPhysicalPointToIndex (const Point< TCoordRep, itkGetStaticConstMacro(ImageDimension)> &point, IndexType &index) const |
virtual void | UnRegister () const |
unsigned long | AddObserver (const EventObject &event, Command *) const |
unsigned long | AddObserver (const EventObject &event, Command *) |
virtual void | CopyInformation (const DataObject *data) |
virtual void | Update () |
const InternalPixelType * | GetBufferPointer () const |
InternalPixelType * | GetBufferPointer () |
virtual const unsigned long & | GetPipelineMTime () |
void | SetPipelineMTime (unsigned long time) |
virtual const bool & | GetReleaseDataFlag () |
virtual void | ReleaseDataFlagOff () |
virtual void | ReleaseDataFlagOn () |
void | SetReleaseDataFlag (bool flag) |
virtual void | PropagateRequestedRegion () throw (InvalidRequestedRegionError) |
virtual void | SetRequestedRegionToLargestPossibleRegion () |
virtual void | UpdateOutputData () |
virtual void | UpdateOutputInformation () |
virtual bool | VerifyRequestedRegion () |
virtual void | SetOrigin (const float *values) |
virtual void | SetOrigin (const double *values) |
virtual void | SetOrigin (const PointType values) |
virtual void | SetSpacing (const float *values) |
virtual void | SetSpacing (const double *values) |
virtual void | SetSpacing (const SpacingType values) |
Static Public Member Functions | |
static void | BreakOnError () |
static unsigned int | GetImageDimension () |
static Pointer | New () |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static void | SetGlobalWarningDisplay (bool flag) |
Protected Member Functions | |
void | ComputeOffsetTable () |
ImageAdaptor () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PropagateResetPipeline () |
virtual | ~ImageAdaptor () |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
DirectionType | m_Direction |
PointType | m_Origin |
volatile int | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
SpacingType | m_Spacing |
typedef DefaultPixelAccessorFunctor< Self > itk::ImageAdaptor< TImage, TAccessor >::AccessorFunctorType |
typedef of the functor that chooses the appropriate accessor Image or VectorImage.
Definition at line 90 of file itkImageAdaptor.h.
typedef TAccessor itk::ImageAdaptor< TImage, TAccessor >::AccessorType |
Accessor type that convert data between internal and external representations.
Definition at line 86 of file itkImageAdaptor.h.
typedef SmartPointer<const Self> itk::ImageAdaptor< TImage, TAccessor >::ConstPointer |
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Reimplemented in itk::AbsImageAdaptor< TImage, TOutputPixelType >, itk::AcosImageAdaptor< TImage, TOutputPixelType >, itk::AddImageAdaptor< TImage >, itk::AsinImageAdaptor< TImage, TOutputPixelType >, itk::AtanImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToPhaseImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToRealImageAdaptor< TImage, TOutputPixelType >, itk::CosImageAdaptor< TImage, TOutputPixelType >, itk::ExpImageAdaptor< TImage, TOutputPixelType >, itk::ExpNegativeImageAdaptor< TImage, TOutputPixelType >, itk::Log10ImageAdaptor< TImage, TOutputPixelType >, itk::LogImageAdaptor< TImage, TOutputPixelType >, itk::NthElementImageAdaptor< TImage, TOutputPixelType >, itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >, itk::RGBToVectorImageAdaptor< TImage >, itk::SinImageAdaptor< TImage, TOutputPixelType >, itk::SqrtImageAdaptor< TImage, TOutputPixelType >, itk::TanImageAdaptor< TImage, TOutputPixelType >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, and itk::VectorToRGBImageAdaptor< TImage >.
Definition at line 62 of file itkImageAdaptor.h.
typedef WeakPointer<const Self> itk::ImageAdaptor< TImage, TAccessor >::ConstWeakPointer |
Definition at line 63 of file itkImageAdaptor.h.
typedef Matrix<double, VImageDimension, VImageDimension> itk::ImageBase< VImageDimension >::DirectionType [inherited] |
Direction typedef support. The Direction is a matix of direction cosines that specify the direction between samples.
Definition at line 131 of file itkImageBase.h.
typedef Superclass::IndexType itk::ImageAdaptor< TImage, TAccessor >::IndexType |
Index typedef support. An index is used to access pixel values.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Definition at line 93 of file itkImageAdaptor.h.
typedef IndexType::IndexValueType itk::ImageAdaptor< TImage, TAccessor >::IndexValueType |
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Definition at line 94 of file itkImageAdaptor.h.
typedef TImage itk::ImageAdaptor< TImage, TAccessor >::InternalImageType |
Typedef of unadapted image
Definition at line 66 of file itkImageAdaptor.h.
typedef InternalPixelType* itk::ImageAdaptor< TImage, TAccessor >::InternalPixelPointerType |
Convenient typedef.
Definition at line 221 of file itkImageAdaptor.h.
typedef TAccessor::InternalType itk::ImageAdaptor< TImage, TAccessor >::InternalPixelType |
Pixel typedef support. Used to declare pixel type in filters or other operations.
Definition at line 80 of file itkImageAdaptor.h.
typedef PixelType itk::ImageAdaptor< TImage, TAccessor >::IOPixelType |
Reimplemented in itk::VectorImageToImageAdaptor< TPixelType, Dimension >.
Definition at line 82 of file itkImageAdaptor.h.
typedef Superclass::OffsetType itk::ImageAdaptor< TImage, TAccessor >::OffsetType |
Offset typedef support.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Definition at line 101 of file itkImageAdaptor.h.
typedef OffsetType::OffsetValueType itk::ImageAdaptor< TImage, TAccessor >::OffsetValueType |
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Definition at line 102 of file itkImageAdaptor.h.
typedef TImage::PixelContainer itk::ImageAdaptor< TImage, TAccessor >::PixelContainer |
PixelContainer typedef support. Used to construct a container for the pixel data.
Reimplemented in itk::RGBToVectorImageAdaptor< TImage >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, and itk::VectorToRGBImageAdaptor< TImage >.
Definition at line 196 of file itkImageAdaptor.h.
typedef TImage::PixelContainerConstPointer itk::ImageAdaptor< TImage, TAccessor >::PixelContainerConstPointer |
Reimplemented in itk::RGBToVectorImageAdaptor< TImage >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, and itk::VectorToRGBImageAdaptor< TImage >.
Definition at line 198 of file itkImageAdaptor.h.
typedef TImage::PixelContainerPointer itk::ImageAdaptor< TImage, TAccessor >::PixelContainerPointer |
Reimplemented in itk::RGBToVectorImageAdaptor< TImage >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, and itk::VectorToRGBImageAdaptor< TImage >.
Definition at line 197 of file itkImageAdaptor.h.
typedef TAccessor::ExternalType itk::ImageAdaptor< TImage, TAccessor >::PixelType |
Pixel typedef support. Used to declare pixel type in filters or other operations.
Reimplemented in itk::AddImageAdaptor< TImage >.
Definition at line 72 of file itkImageAdaptor.h.
typedef SmartPointer<Self> itk::ImageAdaptor< TImage, TAccessor >::Pointer |
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Reimplemented in itk::AbsImageAdaptor< TImage, TOutputPixelType >, itk::AcosImageAdaptor< TImage, TOutputPixelType >, itk::AddImageAdaptor< TImage >, itk::AsinImageAdaptor< TImage, TOutputPixelType >, itk::AtanImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToPhaseImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToRealImageAdaptor< TImage, TOutputPixelType >, itk::CosImageAdaptor< TImage, TOutputPixelType >, itk::ExpImageAdaptor< TImage, TOutputPixelType >, itk::ExpNegativeImageAdaptor< TImage, TOutputPixelType >, itk::Log10ImageAdaptor< TImage, TOutputPixelType >, itk::LogImageAdaptor< TImage, TOutputPixelType >, itk::NthElementImageAdaptor< TImage, TOutputPixelType >, itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >, itk::RGBToVectorImageAdaptor< TImage >, itk::SinImageAdaptor< TImage, TOutputPixelType >, itk::SqrtImageAdaptor< TImage, TOutputPixelType >, itk::TanImageAdaptor< TImage, TOutputPixelType >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, and itk::VectorToRGBImageAdaptor< TImage >.
Definition at line 61 of file itkImageAdaptor.h.
typedef Superclass::PointType itk::ImageAdaptor< TImage, TAccessor >::PointType |
Origin typedef support. The origin is the geometric coordinates of the index (0,0).
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Definition at line 114 of file itkImageAdaptor.h.
typedef Superclass::RegionType itk::ImageAdaptor< TImage, TAccessor >::RegionType |
Region typedef support. A region is used to specify a subset of an image.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Definition at line 106 of file itkImageAdaptor.h.
typedef ImageAdaptor itk::ImageAdaptor< TImage, TAccessor >::Self |
Standard class typedefs.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Reimplemented in itk::AbsImageAdaptor< TImage, TOutputPixelType >, itk::AcosImageAdaptor< TImage, TOutputPixelType >, itk::AddImageAdaptor< TImage >, itk::AsinImageAdaptor< TImage, TOutputPixelType >, itk::AtanImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToPhaseImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToRealImageAdaptor< TImage, TOutputPixelType >, itk::CosImageAdaptor< TImage, TOutputPixelType >, itk::ExpImageAdaptor< TImage, TOutputPixelType >, itk::ExpNegativeImageAdaptor< TImage, TOutputPixelType >, itk::Log10ImageAdaptor< TImage, TOutputPixelType >, itk::LogImageAdaptor< TImage, TOutputPixelType >, itk::NthElementImageAdaptor< TImage, TOutputPixelType >, itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >, itk::RGBToVectorImageAdaptor< TImage >, itk::SinImageAdaptor< TImage, TOutputPixelType >, itk::SqrtImageAdaptor< TImage, TOutputPixelType >, itk::TanImageAdaptor< TImage, TOutputPixelType >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, and itk::VectorToRGBImageAdaptor< TImage >.
Definition at line 59 of file itkImageAdaptor.h.
typedef Superclass::SizeType itk::ImageAdaptor< TImage, TAccessor >::SizeType |
Size typedef support. A size is used to define region bounds.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Definition at line 97 of file itkImageAdaptor.h.
typedef SizeType::SizeValueType itk::ImageAdaptor< TImage, TAccessor >::SizeValueType |
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Definition at line 98 of file itkImageAdaptor.h.
typedef Superclass::SpacingType itk::ImageAdaptor< TImage, TAccessor >::SpacingType |
Spacing typedef support. Spacing holds the size of a pixel. The spacing is the geometric distance between image samples.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Definition at line 110 of file itkImageAdaptor.h.
typedef ImageBase<itkGetStaticConstMacro(ImageDimension)> itk::ImageAdaptor< TImage, TAccessor >::Superclass |
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Reimplemented in itk::AbsImageAdaptor< TImage, TOutputPixelType >, itk::AcosImageAdaptor< TImage, TOutputPixelType >, itk::AddImageAdaptor< TImage >, itk::AsinImageAdaptor< TImage, TOutputPixelType >, itk::AtanImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToPhaseImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToRealImageAdaptor< TImage, TOutputPixelType >, itk::CosImageAdaptor< TImage, TOutputPixelType >, itk::ExpImageAdaptor< TImage, TOutputPixelType >, itk::ExpNegativeImageAdaptor< TImage, TOutputPixelType >, itk::Log10ImageAdaptor< TImage, TOutputPixelType >, itk::LogImageAdaptor< TImage, TOutputPixelType >, itk::NthElementImageAdaptor< TImage, TOutputPixelType >, itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >, itk::RGBToVectorImageAdaptor< TImage >, itk::SinImageAdaptor< TImage, TOutputPixelType >, itk::SqrtImageAdaptor< TImage, TOutputPixelType >, itk::TanImageAdaptor< TImage, TOutputPixelType >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, and itk::VectorToRGBImageAdaptor< TImage >.
Definition at line 60 of file itkImageAdaptor.h.
itk::ImageAdaptor< TImage, TAccessor >::ImageAdaptor | ( | ) | [protected] |
virtual itk::ImageAdaptor< TImage, TAccessor >::~ImageAdaptor | ( | ) | [protected, virtual] |
unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
Command * | ||||
) | const [inherited] |
unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
Command * | ||||
) | [inherited] |
Allow people to add/remove/invoke observers (callbacks) to any ITK object. This is an implementation of the subject/observer design pattern. An observer is added by specifying an event to respond to and an itk::Command to execute. It returns an unsigned long tag which can be used later to remove the event or retrieve the command. The memory for the Command becomes the responsibility of this object, so don't pass the same instance of a command to two different objects
void itk::ImageAdaptor< TImage, TAccessor >::Allocate | ( | ) | [inline] |
Allocate the image memory. Dimension and Size must be set a priori.
Definition at line 166 of file itkImageAdaptor.h.
static void itk::LightObject::BreakOnError | ( | ) | [static, inherited] |
This method is called when itkExceptionMacro executes. It allows the debugger to break on error.
IndexType itk::ImageAdaptor< TImage, TAccessor >::ComputeIndex | ( | OffsetValueType | offset | ) | const |
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
OffsetValueType itk::ImageBase< VImageDimension >::ComputeOffset | ( | const IndexType & | ind | ) | const [inline, inherited] |
Compute an offset from the beginning of the buffer for a pixel at the specified index. The index is not checked as to whether it is inside the current buffer, so the computed offset could conceivably be outside the buffer. If bounds checking is needed, one can call ImageRegion::IsInside(ind) on the BufferedRegion prior to calling ComputeOffset.
Definition at line 255 of file itkImageBase.h.
void itk::ImageBase< VImageDimension >::ComputeOffsetTable | ( | ) | [protected, inherited] |
Calculate the offsets needed to move from one pixel to the next along a row, column, slice, volume, etc. These offsets are based on the size of the BufferedRegion. This should be called after the BufferedRegion is set.
virtual void itk::ImageAdaptor< TImage, TAccessor >::CopyInformation | ( | const DataObject * | data | ) | [virtual] |
Copy information from the specified data set. This method is part of the pipeline execution model. By default, a ProcessObject will copy meta-data from the first input to all of its outputs. See ProcessObject::GenerateOutputInformation(). Each subclass of DataObject is responsible for being able to copy whatever meta-data it needs from from another DataObject. ImageBase has more meta-data than its DataObject. Thus, it must provide its own version of CopyInformation() in order to copy the LargestPossibleRegion from the input parameter.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
virtual LightObject::Pointer itk::Object::CreateAnother | ( | ) | const [virtual, inherited] |
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::LightObject.
void itk::DataObject::DataHasBeenGenerated | ( | ) | [inherited] |
Inform the pipeline mechanism that data has been generated. This method is called by ProcessObject::UpdateOutputData() once the process object has finished generating its data. This essentially marks the DataObject as being updated and ready for use.
virtual void itk::Object::DebugOff | ( | ) | const [virtual, inherited] |
Turn debugging output off.
virtual void itk::Object::DebugOn | ( | ) | const [virtual, inherited] |
Turn debugging output on.
virtual void itk::LightObject::Delete | ( | ) | [virtual, inherited] |
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting.
void itk::DataObject::DisconnectPipeline | ( | ) | [inherited] |
Separate this data object from the pipeline. This routine disconnects a data object from the upstream pipeline. Hence an Update() from downstream will not propagate back past this data object. To completely isolate this data object from the pipeline, the application must remove this data object from any filters which it is connected as the input.
virtual const RegionType& itk::ImageAdaptor< TImage, TAccessor >::GetBufferedRegion | ( | ) | const [virtual] |
Get the region object that defines the size and starting index of the region of the image currently loaded in memory. This method overloads the one in ImageBase in order to delegate to the adapted image.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
const InternalPixelType* itk::ImageAdaptor< TImage, TAccessor >::GetBufferPointer | ( | ) | const |
InternalPixelType* itk::ImageAdaptor< TImage, TAccessor >::GetBufferPointer | ( | ) |
Return a pointer to the beginning of the buffer. This is used by the image iterator class.
Command* itk::Object::GetCommand | ( | unsigned long | tag | ) | [inherited] |
Get the command associated with the given tag. NOTE: This returns a pointer to a Command, but it is safe to asign this to a Command::Pointer. Since Command inherits from LightObject, at this point in the code, only a pointer or a reference to the Command can be used.
bool itk::DataObject::GetDataReleased | ( | ) | const [inline, inherited] |
Get the flag indicating the data has been released.
Definition at line 334 of file itkDataObject.h.
bool itk::Object::GetDebug | ( | ) | const [inherited] |
Get the value of the debug flag.
virtual const DirectionType& itk::ImageBase< VImageDimension >::GetDirection | ( | ) | [virtual, inherited] |
static bool itk::DataObject::GetGlobalReleaseDataFlag | ( | ) | [static, inherited] |
static bool itk::Object::GetGlobalWarningDisplay | ( | ) | [static, inherited] |
static unsigned int itk::ImageBase< VImageDimension >::GetImageDimension | ( | ) | [inline, static, inherited] |
Image dimension. The dimension of an image is fixed at construction.
Definition at line 137 of file itkImageBase.h.
virtual const RegionType& itk::ImageAdaptor< TImage, TAccessor >::GetLargestPossibleRegion | ( | ) | const [virtual] |
Get the region object that defines the size and starting index for the largest possible region this image could represent. This is used in determining how much memory would be needed to load an entire dataset. It is also used to determine boundary conditions. This method overloads the one in ImageBase in order to delegate to the adapted image.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
const MetaDataDictionary& itk::Object::GetMetaDataDictionary | ( | void | ) | const [inherited] |
MetaDataDictionary& itk::Object::GetMetaDataDictionary | ( | void | ) | [inherited] |
virtual unsigned long itk::ImageAdaptor< TImage, TAccessor >::GetMTime | ( | ) | const [virtual] |
Delegate GetMTime to the Internal Image
Reimplemented from itk::Object.
virtual const char* itk::ImageAdaptor< TImage, TAccessor >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Reimplemented in itk::AbsImageAdaptor< TImage, TOutputPixelType >, itk::AcosImageAdaptor< TImage, TOutputPixelType >, itk::AddImageAdaptor< TImage >, itk::AsinImageAdaptor< TImage, TOutputPixelType >, itk::AtanImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToPhaseImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToRealImageAdaptor< TImage, TOutputPixelType >, itk::CosImageAdaptor< TImage, TOutputPixelType >, itk::ExpImageAdaptor< TImage, TOutputPixelType >, itk::ExpNegativeImageAdaptor< TImage, TOutputPixelType >, itk::Log10ImageAdaptor< TImage, TOutputPixelType >, itk::LogImageAdaptor< TImage, TOutputPixelType >, itk::NthElementImageAdaptor< TImage, TOutputPixelType >, itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >, itk::RGBToVectorImageAdaptor< TImage >, itk::SinImageAdaptor< TImage, TOutputPixelType >, itk::SqrtImageAdaptor< TImage, TOutputPixelType >, itk::TanImageAdaptor< TImage, TOutputPixelType >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, and itk::VectorToRGBImageAdaptor< TImage >.
virtual unsigned int itk::ImageBase< VImageDimension >::GetNumberOfComponentsPerPixel | ( | ) | const [virtual, inherited] |
INTERNAL This method is used internally by filters to copy meta-data from the output to the input. Users should not have a need to use this method.
Filters that override the ProcessObject's GenerateOutputInformation() should generally have the following line if they want to propagate meta- data for both Image and VectorImage
outputImage->SetNumberOfComponentsPerPixel( inputImage->GetNumberOfComponentsPerPixel() )
const OffsetValueType* itk::ImageAdaptor< TImage, TAccessor >::GetOffsetTable | ( | ) | const |
Get the OffsetTable from the adapted image
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
virtual const PointType& itk::ImageBase< VImageDimension >::GetOrigin | ( | ) | [virtual, inherited] |
virtual const PointType& itk::ImageAdaptor< TImage, TAccessor >::GetOrigin | ( | ) | const [virtual] |
Get the origin of the image. The origin is the geometric coordinates of the image origin.
virtual const unsigned long& itk::DataObject::GetPipelineMTime | ( | ) | [virtual, inherited] |
PixelType itk::ImageAdaptor< TImage, TAccessor >::GetPixel | ( | const IndexType & | index | ) | const [inline] |
Get a pixel (read only version)
Definition at line 181 of file itkImageAdaptor.h.
const AccessorType& itk::ImageAdaptor< TImage, TAccessor >::GetPixelAccessor | ( | void | ) | const [inline] |
Return the Data Accesor object
Definition at line 265 of file itkImageAdaptor.h.
AccessorType& itk::ImageAdaptor< TImage, TAccessor >::GetPixelAccessor | ( | void | ) | [inline] |
Return the Data Accesor object
Definition at line 261 of file itkImageAdaptor.h.
PixelContainerPointer itk::ImageAdaptor< TImage, TAccessor >::GetPixelContainer | ( | ) | [inline] |
Return a pointer to the container.
Definition at line 201 of file itkImageAdaptor.h.
virtual int itk::LightObject::GetReferenceCount | ( | ) | const [inline, virtual, inherited] |
Gets the reference count on this object.
Definition at line 98 of file itkLightObject.h.
virtual const bool& itk::DataObject::GetReleaseDataFlag | ( | ) | [virtual, inherited] |
virtual const RegionType& itk::ImageAdaptor< TImage, TAccessor >::GetRequestedRegion | ( | ) | const [virtual] |
Get the region object that defines the size and starting index for the region of the image requested (i.e., the region of the image to be operated on by a filter). This method overloads the one in ImageBase in order to delegate to the adapted image.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
SmartPointerForwardReference<ProcessObject> itk::DataObject::GetSource | ( | ) | const [inherited] |
Get the process object that generated this data object. If there is no process object, then the data object has been disconnected from the pipeline, or the data object was created manually. (Note: we cannot use the GetObjectMacro() defined in itkMacro because the mutual dependency of DataObject and ProcessObject causes compile problems. Also, a forward reference smart pointer is returned, not a smart pointer, because of the circular dependency between the process and data object.)
GetSource() returns a SmartPointerForwardReference and not a WeakPointer because it is assumed the code calling GetSource() wants to hold a long term reference to the source.
unsigned int itk::DataObject::GetSourceOutputIndex | ( | ) | const [inherited] |
Which of the source's outputs corresponds to this data object?
virtual const SpacingType& itk::ImageBase< VImageDimension >::GetSpacing | ( | ) | [virtual, inherited] |
virtual const SpacingType& itk::ImageAdaptor< TImage, TAccessor >::GetSpacing | ( | ) | const [virtual] |
Get the spacing (size of a pixel) of the image. The spacing is the geometric distance between image samples.
virtual unsigned long itk::DataObject::GetUpdateMTime | ( | ) | const [virtual, inherited] |
MTime for the last time this DataObject was generated.
void itk::DataObject::GlobalReleaseDataFlagOff | ( | ) | [inline, inherited] |
Definition at line 319 of file itkDataObject.h.
void itk::DataObject::GlobalReleaseDataFlagOn | ( | ) | [inline, inherited] |
Definition at line 317 of file itkDataObject.h.
static void itk::Object::GlobalWarningDisplayOff | ( | ) | [inline, static, inherited] |
static void itk::Object::GlobalWarningDisplayOn | ( | ) | [inline, static, inherited] |
virtual void itk::ImageAdaptor< TImage, TAccessor >::Graft | ( | const DataObject * | data | ) | [virtual] |
Graft the data and information from one image to another. This is a convenience method to setup a second image with all the meta information of another image and use the same pixel container. Note that this method is different than just using two SmartPointers to the same image since separate DataObjects are still maintained. This method is similar to ImageSource::GraftOutput(). The implementation in ImageBase simply calls CopyInformation() and copies the region ivars. The implementation here refers to the superclass' implementation and then copies over the pixel container.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
bool itk::Object::HasObserver | ( | const EventObject & | event | ) | const [inherited] |
Return true if an observer is registered for this event.
virtual void itk::ImageAdaptor< TImage, TAccessor >::Initialize | ( | ) | [virtual] |
Restore the data object to its initial state. This means releasing memory.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
void itk::Object::InvokeEvent | ( | const EventObject & | ) | const [inherited] |
Call Execute on all the Commands observing this event id. The actions triggered by this call doesn't modify this object.
void itk::Object::InvokeEvent | ( | const EventObject & | ) | [inherited] |
Call Execute on all the Commands observing this event id.
itk::ImageBase< VImageDimension >::itkStaticConstMacro | ( | ImageDimension | , | |
unsigned | int, | |||
VImageDimension | ||||
) | [inherited] |
Dimension of the image. This constant is used by functions that are templated over image type (as opposed to being templated over pixel type and dimension) when they need compile time access to the dimension of the image.
itk::ImageAdaptor< TImage, TAccessor >::itkStaticConstMacro | ( | ImageDimension | , | |
unsigned | int, | |||
TImage::ImageDimension | ||||
) |
Dimension of the image. This constant is used by functions that are templated over image type (as opposed to being templated over pixel type and dimension) when they need compile time access to the dimension of the image.
virtual void itk::ImageAdaptor< TImage, TAccessor >::Modified | ( | ) | const [virtual] |
Delegate Modified to the Internal Image
Reimplemented from itk::Object.
static Pointer itk::ImageAdaptor< TImage, TAccessor >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
Reimplemented in itk::AbsImageAdaptor< TImage, TOutputPixelType >, itk::AcosImageAdaptor< TImage, TOutputPixelType >, itk::AddImageAdaptor< TImage >, itk::AsinImageAdaptor< TImage, TOutputPixelType >, itk::AtanImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToImaginaryImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToModulusImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToPhaseImageAdaptor< TImage, TOutputPixelType >, itk::ComplexToRealImageAdaptor< TImage, TOutputPixelType >, itk::CosImageAdaptor< TImage, TOutputPixelType >, itk::ExpImageAdaptor< TImage, TOutputPixelType >, itk::ExpNegativeImageAdaptor< TImage, TOutputPixelType >, itk::Log10ImageAdaptor< TImage, TOutputPixelType >, itk::LogImageAdaptor< TImage, TOutputPixelType >, itk::NthElementImageAdaptor< TImage, TOutputPixelType >, itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >, itk::RGBToVectorImageAdaptor< TImage >, itk::SinImageAdaptor< TImage, TOutputPixelType >, itk::SqrtImageAdaptor< TImage, TOutputPixelType >, itk::TanImageAdaptor< TImage, TOutputPixelType >, itk::VectorImageToImageAdaptor< TPixelType, Dimension >, and itk::VectorToRGBImageAdaptor< TImage >.
PixelType itk::ImageAdaptor< TImage, TAccessor >::operator[] | ( | const IndexType & | index | ) | const [inline] |
Access a pixel. This version can only be an rvalue.
Definition at line 185 of file itkImageAdaptor.h.
virtual void itk::DataObject::PrepareForNewData | ( | ) | [inline, virtual, inherited] |
Setup a DataObject to receive new data. This method is called by the pipeline mechanism on each output of filter that needs to execute. The default implementation is to return a DataObject to its initial state. This may involve releasing previously allocated bulk data. Subclasses of DataObject may want to override this method and/or the Initialize() method if they want a different default behavior (for instance a DataObject might want finer control over its bulk data memory management).
Definition at line 389 of file itkDataObject.h.
void itk::LightObject::Print | ( | std::ostream & | os, | |
Indent | indent = 0 | |||
) | const [inherited] |
Cause the object to print itself out.
Referenced by itk::WeakPointer< itk::ProcessObject >::Print().
virtual void itk::LightObject::PrintHeader | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, virtual, inherited] |
bool itk::Object::PrintObservers | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, inherited] |
void itk::ImageAdaptor< TImage, TAccessor >::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::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
virtual void itk::LightObject::PrintTrailer | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, virtual, inherited] |
virtual void itk::ImageAdaptor< TImage, TAccessor >::PropagateRequestedRegion | ( | ) | throw (InvalidRequestedRegionError) [virtual] |
Methods to update the pipeline. Called internally by the pipeline mechanism.
Reimplemented from itk::DataObject.
virtual void itk::DataObject::PropagateResetPipeline | ( | ) | [protected, virtual, inherited] |
Propagate a call to ResetPipeline(). Called only from ProcessObject.
virtual void itk::Object::Register | ( | ) | const [virtual, inherited] |
Increase the reference count (mark as used by another object).
Reimplemented from itk::LightObject.
void itk::DataObject::ReleaseData | ( | ) | [inherited] |
Release data back to system to conserve memory resource. Used during pipeline execution. Releasing this data does not make down-stream data invalid, so it does not modify the MTime of this data object.
virtual void itk::DataObject::ReleaseDataFlagOff | ( | ) | [virtual, inherited] |
virtual void itk::DataObject::ReleaseDataFlagOn | ( | ) | [virtual, inherited] |
void itk::Object::RemoveAllObservers | ( | ) | [inherited] |
Remove all observers .
void itk::Object::RemoveObserver | ( | unsigned long | tag | ) | [inherited] |
Remove the observer with this tag value.
virtual bool itk::ImageBase< VImageDimension >::RequestedRegionIsOutsideOfTheBufferedRegion | ( | ) | [virtual, inherited] |
Determine whether the RequestedRegion is outside of the BufferedRegion. This method returns true if the RequestedRegion is outside the BufferedRegion (true if at least one pixel is outside). This is used by the pipeline mechanism to determine whether a filter needs to re-execute in order to satisfy the current request. If the current RequestedRegion is already inside the BufferedRegion from the previous execution (and the current filter is up to date), then a given filter does not need to re-execute
Reimplemented from itk::DataObject.
virtual void itk::DataObject::ResetPipeline | ( | ) | [virtual, inherited] |
virtual void itk::ImageBase< VImageDimension >::SetBufferedRegion | ( | const RegionType & | region | ) | [virtual, inherited] |
Set the region object that defines the size and starting index of the region of the image currently loaded in memory.
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetBufferedRegion | ( | const RegionType & | region | ) | [virtual] |
Set the region object that defines the size and starting index of the region of the image currently load in memory.
void itk::Object::SetDebug | ( | bool | debugFlag | ) | const [inherited] |
Set the value of the debug flag. A non-zero value turns debugging on.
virtual void itk::ImageBase< VImageDimension >::SetDirection | ( | const DirectionType | direction | ) | [virtual, inherited] |
Set the direction cosines of the image. The direction cosines are vectors that point from one pixel to the next.
static void itk::DataObject::SetGlobalReleaseDataFlag | ( | const bool | val | ) | [static, inherited] |
Turn on/off a flag to control whether every object releases its data after being used by a filter. Being a global flag, it controls the behavior of all DataObjects and ProcessObjects.
static void itk::Object::SetGlobalWarningDisplay | ( | bool | flag | ) | [static, inherited] |
This is a global flag that controls whether any debug, warning or error messages are displayed.
Referenced by itk::Object::GlobalWarningDisplayOff(), and itk::Object::GlobalWarningDisplayOn().
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetImage | ( | TImage * | ) | [virtual] |
Set Internal Image
virtual void itk::ImageBase< VImageDimension >::SetLargestPossibleRegion | ( | const RegionType & | region | ) | [virtual, inherited] |
Set the region object that defines the size and starting index for the largest possible region this image could represent. This is used in determining how much memory would be needed to load an entire dataset. It is also used to determine boundary conditions.
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetLargestPossibleRegion | ( | const RegionType & | region | ) | [virtual] |
Set the region object that defines the size and starting index for the largest possible region this image could represent. This is used in determining how much memory would be needed to load an entire dataset. It is also used to determine boundary conditions.
void itk::Object::SetMetaDataDictionary | ( | const MetaDataDictionary & | rhs | ) | [inherited] |
virtual void itk::ImageBase< VImageDimension >::SetNumberOfComponentsPerPixel | ( | unsigned | int | ) | [virtual, inherited] |
Compute the index of the pixel at a specified offset from the beginning of the buffered region. Bounds checking is not performed. Thus, the computed index could be outside the BufferedRegion. To ensure a valid index, the parameter "offset" should be between 0 and the number of pixels in the BufferedRegion (the latter can be found using ImageRegion::GetNumberOfPixels()).
virtual void itk::ImageBase< VImageDimension >::SetOrigin | ( | const float | origin[VImageDimension] | ) | [virtual, inherited] |
virtual void itk::ImageBase< VImageDimension >::SetOrigin | ( | const double | origin[VImageDimension] | ) | [virtual, inherited] |
virtual void itk::ImageBase< VImageDimension >::SetOrigin | ( | PointType | _arg | ) | [virtual, inherited] |
Set the origin of the image. The origin is the geometric coordinates of the image origin. It is stored internally as double but may be set from float.
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetOrigin | ( | const float * | values | ) | [virtual] |
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetOrigin | ( | const double * | values | ) | [virtual] |
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetOrigin | ( | const PointType | values | ) | [virtual] |
Set the origin of the image.
void itk::DataObject::SetPipelineMTime | ( | unsigned long | time | ) | [inline, inherited] |
The maximum MTime of all upstream filters and data objects. This does not include the MTime of this data object.
Definition at line 373 of file itkDataObject.h.
void itk::ImageAdaptor< TImage, TAccessor >::SetPixel | ( | const IndexType & | index, | |
const PixelType & | value | |||
) | [inline] |
Set a pixel.
Definition at line 177 of file itkImageAdaptor.h.
void itk::ImageAdaptor< TImage, TAccessor >::SetPixelAccessor | ( | const AccessorType & | accessor | ) | [inline] |
Sets the Data Accesor object
Definition at line 269 of file itkImageAdaptor.h.
void itk::ImageAdaptor< TImage, TAccessor >::SetPixelContainer | ( | PixelContainer * | container | ) |
Set the container to use. Note that this does not cause the DataObject to be modified.
virtual void itk::Object::SetReferenceCount | ( | int | ) | [virtual, inherited] |
Sets the reference count (use with care)
Reimplemented from itk::LightObject.
void itk::DataObject::SetReleaseDataFlag | ( | bool | flag | ) | [inline, inherited] |
Turn on/off a flag to control whether this object's data is released after being used by a filter.
Definition at line 304 of file itkDataObject.h.
virtual void itk::ImageBase< VImageDimension >::SetRequestedRegion | ( | const RegionType & | region | ) | [virtual, inherited] |
Set the region object that defines the size and starting index for the region of the image requested (i.e., the region of the image to be operated on by a filter). Setting the RequestedRegion does not cause the object to be modified. This method is called internally by the pipeline and therefore bypasses the modified time calculation.
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetRequestedRegion | ( | DataObject * | data | ) | [virtual] |
Set the requested region from this data object to match the requested region of the data object passed in as a parameter. This method implements the API from DataObject. The data object parameter must be castable to an ImageBase.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetRequestedRegion | ( | const RegionType & | region | ) | [virtual] |
Set the region object that defines the size and starting index for the region of the image requested.
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetRequestedRegionToLargestPossibleRegion | ( | ) | [virtual] |
Set the RequestedRegion to the LargestPossibleRegion. This forces a filter to produce all of the output in one execution (i.e. not streaming) on the next call to Update().
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
virtual void itk::ImageBase< VImageDimension >::SetSpacing | ( | const float | spacing[VImageDimension] | ) | [virtual, inherited] |
virtual void itk::ImageBase< VImageDimension >::SetSpacing | ( | const double | spacing[VImageDimension] | ) | [virtual, inherited] |
virtual void itk::ImageBase< VImageDimension >::SetSpacing | ( | SpacingType | _arg | ) | [virtual, inherited] |
Set the spacing (size of a pixel) of the image. The spacing is the geometric distance between image samples. It is stored internally as double, but may be set from float.
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetSpacing | ( | const float * | values | ) | [virtual] |
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetSpacing | ( | const double * | values | ) | [virtual] |
virtual void itk::ImageAdaptor< TImage, TAccessor >::SetSpacing | ( | const SpacingType | values | ) | [virtual] |
Set the spacing (size of a pixel) of the image.
bool itk::DataObject::ShouldIReleaseData | ( | ) | const [inherited] |
Return flag indicating whether data should be released after use by a filter.
void itk::ImageAdaptor< TImage, TAccessor >::TransformContinuousIndexToPhysicalPoint | ( | const ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension)> & | index, | |
Point< TCoordRep, itkGetStaticConstMacro(ImageDimension)> & | point | |||
) | const [inline] |
Get a physical point (in the space which the origin and spacing infomation comes from) from a continuous index (in the index space)
Definition at line 318 of file itkImageAdaptor.h.
void itk::ImageAdaptor< TImage, TAccessor >::TransformIndexToPhysicalPoint | ( | const IndexType & | index, | |
Point< TCoordRep, itkGetStaticConstMacro(ImageDimension)> & | point | |||
) | const [inline] |
Get a physical point (in the space which the origin and spacing infomation comes from) from a discrete index (in the index space)
Definition at line 333 of file itkImageAdaptor.h.
bool itk::ImageAdaptor< TImage, TAccessor >::TransformPhysicalPointToContinuousIndex | ( | const Point< TCoordRep, itkGetStaticConstMacro(ImageDimension)> & | point, | |
ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension)> & | index | |||
) | const [inline] |
Get the continuous index from a physical point.
Returns true if the resulting index is within the image, false otherwise.
Definition at line 291 of file itkImageAdaptor.h.
bool itk::ImageAdaptor< TImage, TAccessor >::TransformPhysicalPointToIndex | ( | const Point< TCoordRep, itkGetStaticConstMacro(ImageDimension)> & | point, | |
IndexType & | index | |||
) | const [inline] |
Get the index (discrete) from a physical point. Floating point index results are truncated to integers. Returns true if the resulting index is within the image, false otherwise
Definition at line 305 of file itkImageAdaptor.h.
virtual void itk::Object::UnRegister | ( | ) | const [virtual, inherited] |
Decrease the reference count (release by another object).
Reimplemented from itk::LightObject.
virtual void itk::ImageAdaptor< TImage, TAccessor >::Update | ( | ) | [virtual] |
Return the Data Accesor object
Reimplemented from itk::DataObject.
virtual void itk::ImageAdaptor< TImage, TAccessor >::UpdateOutputData | ( | ) | [virtual] |
Methods to update the pipeline. Called internally by the pipeline mechanism.
Reimplemented from itk::DataObject.
virtual void itk::ImageAdaptor< TImage, TAccessor >::UpdateOutputInformation | ( | ) | [virtual] |
Methods to update the pipeline. Called internally by the pipeline mechanism.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
virtual bool itk::ImageAdaptor< TImage, TAccessor >::VerifyRequestedRegion | ( | ) | [virtual] |
Verify that the RequestedRegion is within the LargestPossibleRegion. If the RequestedRegion is not within the LargestPossibleRegion, then the filter cannot possible satisfy the request. This method returns true if the request can be satisfied and returns fails if the request cannot. This method is used by PropagateRequestedRegion(). PropagateRequestedRegion() throws a InvalidRequestedRegionError exception is the requested region is not within the LargestPossibleRegion.
Reimplemented from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
DirectionType itk::ImageBase< VImageDimension >::m_Direction [protected, inherited] |
Definition at line 414 of file itkImageBase.h.
PointType itk::ImageBase< VImageDimension >::m_Origin [protected, inherited] |
Definition at line 413 of file itkImageBase.h.
volatile int itk::LightObject::m_ReferenceCount [mutable, protected, inherited] |
Number of uses of this object by other objects.
Definition at line 119 of file itkLightObject.h.
SimpleFastMutexLock itk::LightObject::m_ReferenceCountLock [mutable, protected, inherited] |
Mutex lock to protect modification to the reference count
Definition at line 122 of file itkLightObject.h.
SpacingType itk::ImageBase< VImageDimension >::m_Spacing [protected, inherited] |
Origin and spacing of physical coordinates. This variables are protected for efficiency. They are referenced frequently by inner loop calculations.
Definition at line 412 of file itkImageBase.h.