ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions
itk::LogImageAdaptor< TImage, TOutputPixelType > Class Template Reference

#include <itkLogImageAdaptor.h>

+ Inheritance diagram for itk::LogImageAdaptor< TImage, TOutputPixelType >:
+ Collaboration diagram for itk::LogImageAdaptor< TImage, TOutputPixelType >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef LogImageAdaptor Self
typedef ImageAdaptor< TImage,
Accessor::LogPixelAccessor
< typename TImage::PixelType,
TOutputPixelType > > 
Superclass
- Public Types inherited from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >
typedef
InternalImageType::AccessorFunctorType::template
Rebind< Self >::Type 
AccessorFunctorType
typedef
Accessor::LogPixelAccessor
< TImage::PixelType,
TOutputPixelType > 
AccessorType
typedef WeakPointer< const SelfConstWeakPointer
typedef Superclass::DirectionType DirectionType
typedef Superclass::IndexType IndexType
typedef IndexType::IndexValueType IndexValueType
typedef TImage InternalImageType
typedef InternalPixelTypeInternalPixelPointerType
typedef
Accessor::LogPixelAccessor
< TImage::PixelType,
TOutputPixelType >
::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
Accessor::LogPixelAccessor
< TImage::PixelType,
TOutputPixelType >
::ExternalType 
PixelType
typedef Superclass::PointType PointType
typedef Superclass::RegionType RegionType
typedef Superclass::SizeType SizeType
typedef SizeType::SizeValueType SizeValueType
typedef Superclass::SpacingType SpacingType
- Public Types inherited from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >
typedef double PointValueType
typedef double SpacingValueType
- Public Types inherited from itk::DataObject
typedef std::string DataObjectIdentifierType
typedef std::vector< Pointer >
::size_type 
DataObjectPointerArraySizeType
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual const char * GetNameOfClass () const
- Public Member Functions inherited from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >
void Allocate ()
IndexType ComputeIndex (OffsetValueType offset) const
virtual void CopyInformation (const DataObject *data)
virtual const RegionTypeGetBufferedRegion () const
InternalPixelTypeGetBufferPointer ()
const InternalPixelTypeGetBufferPointer () const
virtual const DirectionTypeGetDirection () const
virtual const RegionTypeGetLargestPossibleRegion () const
virtual unsigned long GetMTime () const
const OffsetValueTypeGetOffsetTable () const
virtual const PointTypeGetOrigin () const
PixelType GetPixel (const IndexType &index) const
AccessorTypeGetPixelAccessor (void)
const AccessorTypeGetPixelAccessor (void) const
PixelContainerPointer GetPixelContainer ()
const PixelContainerGetPixelContainer () const
virtual const RegionTypeGetRequestedRegion () const
virtual const SpacingTypeGetSpacing () const
virtual void Graft (const DataObject *data)
virtual void Initialize ()
virtual void Modified () const
PixelType operator[] (const IndexType &index) const
virtual void PropagateRequestedRegion () throw ( InvalidRequestedRegionError )
virtual void SetBufferedRegion (const RegionType &region)
virtual void SetDirection (const DirectionType direction)
virtual void SetImage (TImage *)
virtual void SetLargestPossibleRegion (const RegionType &region)
virtual void SetOrigin (const PointType values)
virtual void SetOrigin (const double *values)
virtual void SetOrigin (const float *values)
void SetPixel (const IndexType &index, const PixelType &value)
void SetPixelAccessor (const AccessorType &accessor)
void SetPixelContainer (PixelContainer *container)
virtual void SetRequestedRegion (const RegionType &region)
virtual void SetRequestedRegion (const DataObject *data)
virtual void SetRequestedRegionToLargestPossibleRegion ()
virtual void SetSpacing (const SpacingType &values)
virtual void SetSpacing (const double *values)
virtual void SetSpacing (const float *values)
void TransformContinuousIndexToPhysicalPoint (const ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &index, Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &point) const
void TransformIndexToPhysicalPoint (const IndexType &index, Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &point) const
void TransformLocalVectorToPhysicalVector (const FixedArray< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &inputGradient, FixedArray< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &outputGradient) const
bool TransformPhysicalPointToContinuousIndex (const Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &point, ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &index) const
bool TransformPhysicalPointToIndex (const Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &point, IndexType &index) const
void TransformPhysicalVectorToLocalVector (const FixedArray< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &inputGradient, FixedArray< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &outputGradient) const
virtual void Update ()
virtual void UpdateOutputData ()
virtual void UpdateOutputInformation ()
virtual bool VerifyRequestedRegion ()
- Public Member Functions inherited from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >
OffsetValueType ComputeOffset (const IndexType &ind) const
virtual const DirectionTypeGetDirection ()
virtual const DirectionTypeGetInverseDirection ()
virtual const PointTypeGetOrigin ()
virtual const SpacingTypeGetSpacing ()
virtual bool RequestedRegionIsOutsideOfTheBufferedRegion ()
virtual void SetRegions (const SizeType &size)
void TransformLocalVectorToPhysicalVector (const FixedArray< TCoordRep, VImageDimension > &inputGradient, FixedArray< TCoordRep, VImageDimension > &outputGradient) const
bool TransformPhysicalPointToContinuousIndex (const Point< TCoordRep, VImageDimension > &point, ContinuousIndex< TCoordRep, VImageDimension > &index) const
bool TransformPhysicalPointToIndex (const Point< TCoordRep, VImageDimension > &point, IndexType &index) const
void TransformPhysicalVectorToLocalVector (const FixedArray< TCoordRep, VImageDimension > &inputGradient, FixedArray< TCoordRep, VImageDimension > &outputGradient) const
virtual void SetOrigin (const double origin[VImageDimension])
virtual void SetOrigin (const float origin[VImageDimension])
virtual void SetRegions (const RegionType &region)
IndexType ComputeIndex (OffsetValueType offset) const
virtual void SetSpacing (const double spacing[VImageDimension])
virtual void SetSpacing (const float spacing[VImageDimension])
void TransformContinuousIndexToPhysicalPoint (const ContinuousIndex< TCoordRep, VImageDimension > &index, Point< TCoordRep, VImageDimension > &point) const
void TransformIndexToPhysicalPoint (const IndexType &index, Point< TCoordRep, VImageDimension > &point) const
virtual unsigned int GetNumberOfComponentsPerPixel () const
virtual void SetNumberOfComponentsPerPixel (unsigned int)
- Public Member Functions inherited from itk::DataObject
virtual void DataHasBeenGenerated ()
void DisconnectPipeline ()
bool GetDataReleased () const
virtual const bool & GetReleaseDataFlag ()
SmartPointerForwardReference
< ProcessObject
GetSource () const
DataObjectPointerArraySizeType GetSourceOutputIndex () const
const DataObjectIdentifierTypeGetSourceOutputName () const
virtual unsigned long GetUpdateMTime () const
virtual void PrepareForNewData ()
void ReleaseData ()
virtual void ReleaseDataFlagOff ()
virtual void ReleaseDataFlagOn ()
virtual void ResetPipeline ()
void SetReleaseDataFlag (bool flag)
bool ShouldIReleaseData () const
void SetPipelineMTime (unsigned long time)
virtual const unsigned long & GetPipelineMTime ()
virtual void SetRealTimeStamp (RealTimeStamp _arg)
virtual const RealTimeStampGetRealTimeStamp ()
- 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 (void)
const MetaDataDictionaryGetMetaDataDictionary (void) const
virtual const TimeStampGetTimeStamp () const
bool HasObserver (const EventObject &event) const
void InvokeEvent (const EventObject &)
void InvokeEvent (const EventObject &) const
virtual void Register () const
void RemoveAllObservers ()
void RemoveObserver (unsigned long tag)
void SetDebug (bool debugFlag) const
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
virtual void SetReferenceCount (int)
virtual void UnRegister () 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
- Protected Member Functions inherited from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >
 ImageAdaptor ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~ImageAdaptor ()
- Protected Member Functions inherited from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >
virtual void ComputeIndexToPhysicalPointMatrices ()
void ComputeOffsetTable ()
 ImageBase ()
virtual void InitializeBufferedRegion (void)
 ~ImageBase ()
- Protected Member Functions inherited from itk::DataObject
virtual void PropagateResetPipeline ()
 DataObject ()
 ~DataObject ()
- Protected Member Functions inherited from itk::Object
 Object ()
bool PrintObservers (std::ostream &os, Indent indent) const
virtual void SetTimeStamp (const TimeStamp &time)
virtual ~Object ()
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 LightObject ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const
virtual ~LightObject ()
virtual ::itk::LightObject::Pointer CreateAnother (void) const
static Pointer New ()
 LogImageAdaptor ()
virtual ~LogImageAdaptor ()
 LogImageAdaptor (const Self &)
void operator= (const Self &)

Additional Inherited Members

- Static Public Attributes inherited from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >
static const unsigned int ImageDimension
- Static Public Attributes inherited from itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >

Detailed Description

template<class TImage, class TOutputPixelType>
class itk::LogImageAdaptor< TImage, TOutputPixelType >

Presents an image as being composed of the vcl_log() of its pixels.

Additional casting is performed according to the input and output image types following C++ default casting rules.

Definition at line 70 of file itkLogImageAdaptor.h.


Member Typedef Documentation

template<class TImage , class TOutputPixelType >
typedef SmartPointer< const Self > itk::LogImageAdaptor< TImage, TOutputPixelType >::ConstPointer
template<class TImage , class TOutputPixelType >
typedef SmartPointer< Self > itk::LogImageAdaptor< TImage, TOutputPixelType >::Pointer
template<class TImage , class TOutputPixelType >
typedef LogImageAdaptor itk::LogImageAdaptor< TImage, TOutputPixelType >::Self
template<class TImage , class TOutputPixelType >
typedef ImageAdaptor< TImage, Accessor::LogPixelAccessor< typename TImage::PixelType, TOutputPixelType > > itk::LogImageAdaptor< TImage, TOutputPixelType >::Superclass

Constructor & Destructor Documentation

template<class TImage , class TOutputPixelType >
itk::LogImageAdaptor< TImage, TOutputPixelType >::LogImageAdaptor ( )
inlineprotected

Method for creation through the object factory.

Definition at line 93 of file itkLogImageAdaptor.h.

template<class TImage , class TOutputPixelType >
virtual itk::LogImageAdaptor< TImage, TOutputPixelType >::~LogImageAdaptor ( )
inlineprotectedvirtual

Method for creation through the object factory.

Definition at line 94 of file itkLogImageAdaptor.h.

template<class TImage , class TOutputPixelType >
itk::LogImageAdaptor< TImage, TOutputPixelType >::LogImageAdaptor ( const Self )
private

Method for creation through the object factory.


Member Function Documentation

template<class TImage , class TOutputPixelType >
virtual::itk::LightObject::Pointer itk::LogImageAdaptor< TImage, TOutputPixelType >::CreateAnother ( void  ) const
virtual

Method for creation through the object factory.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.

template<class TImage , class TOutputPixelType >
virtual const char* itk::LogImageAdaptor< TImage, TOutputPixelType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.

template<class TImage , class TOutputPixelType >
static Pointer itk::LogImageAdaptor< TImage, TOutputPixelType >::New ( )
static

Method for creation through the object factory.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.

template<class TImage , class TOutputPixelType >
void itk::LogImageAdaptor< TImage, TOutputPixelType >::operator= ( const Self )
private

Method for creation through the object factory.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.


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