![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkAtanImageAdaptor.h>
Inheritance diagram for itk::AtanImageAdaptor< TImage, TOutputPixelType >:
Collaboration diagram for itk::AtanImageAdaptor< TImage, TOutputPixelType >:Presents an image as being composed of the std::atan() of its pixels.
Additional casting is performed according to the input and output image types following C++ default casting rules.
Definition at line 74 of file itkAtanImageAdaptor.h.
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef AtanImageAdaptor | Self |
| typedef ImageAdaptor< TImage, Accessor::AtanPixelAccessor < typename TImage::PixelType, TOutputPixelType > > | Superclass |
Public Types inherited from itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > > | |
| typedef InternalImageType::AccessorFunctorType::template Rebind< Self >::Type | AccessorFunctorType |
| typedef Accessor::AtanPixelAccessor < TImage::PixelType, TOutputPixelType > | AccessorType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef WeakPointer< const Self > | ConstWeakPointer |
| typedef Superclass::DirectionType | DirectionType |
| typedef Superclass::IndexType | IndexType |
| typedef IndexType::IndexValueType | IndexValueType |
| typedef TImage | InternalImageType |
| typedef InternalPixelType * | InternalPixelPointerType |
| typedef Accessor::AtanPixelAccessor < 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::AtanPixelAccessor < TImage::PixelType, TOutputPixelType > ::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 Types inherited from itk::ImageBase< TImage::ImageDimension > | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Matrix < SpacePrecisionType, VImageDimension, VImageDimension > | DirectionType |
| typedef unsigned int | ImageDimensionType |
| typedef Index< VImageDimension > | IndexType |
| typedef IndexType::IndexValueType | IndexValueType |
| typedef Offset< VImageDimension > | OffsetType |
| typedef OffsetType::OffsetValueType | OffsetValueType |
| typedef SmartPointer< Self > | Pointer |
| typedef Point< PointValueType, VImageDimension > | PointType |
| typedef SpacePrecisionType | PointValueType |
| typedef ImageRegion < VImageDimension > | RegionType |
| typedef ImageBase | Self |
| typedef Size< VImageDimension > | SizeType |
| typedef SizeType::SizeValueType | SizeValueType |
| typedef Vector < SpacingValueType, VImageDimension > | SpacingType |
| typedef SpacePrecisionType | SpacingValueType |
| typedef DataObject | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > > | |
| virtual void | Allocate (bool initialize=false) override |
| IndexType | ComputeIndex (OffsetValueType offset) const |
| virtual void | CopyInformation (const DataObject *data) override |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| virtual const RegionType & | GetBufferedRegion () const override |
| InternalPixelType * | GetBufferPointer () |
| const InternalPixelType * | GetBufferPointer () const |
| virtual const DirectionType & | GetDirection () const override |
| virtual const RegionType & | GetLargestPossibleRegion () const override |
| virtual ModifiedTimeType | GetMTime () const override |
| const OffsetValueType * | GetOffsetTable () const |
| virtual const PointType & | GetOrigin () const override |
| PixelType | GetPixel (const IndexType &index) const |
| AccessorType & | GetPixelAccessor (void) |
| const AccessorType & | GetPixelAccessor (void) const |
| PixelContainerPointer | GetPixelContainer () |
| const PixelContainer * | GetPixelContainer () const |
| virtual const RegionType & | GetRequestedRegion () const override |
| virtual const SpacingType & | GetSpacing () const override |
| virtual void | Graft (const Self *imgData) |
| virtual void | Initialize () override |
| virtual void | Modified () const override |
| PixelType | operator[] (const IndexType &index) const |
| virtual void | PropagateRequestedRegion () override |
| virtual void | SetBufferedRegion (const RegionType ®ion) override |
| virtual void | SetDirection (const DirectionType &direction) override |
| virtual void | SetImage (TImage *) |
| virtual void | SetLargestPossibleRegion (const RegionType ®ion) override |
| virtual void | SetOrigin (const PointType values) override |
| virtual void | SetOrigin (const double *values) override |
| virtual void | SetOrigin (const float *values) override |
| void | SetPixel (const IndexType &index, const PixelType &value) |
| void | SetPixelAccessor (const AccessorType &accessor) |
| void | SetPixelContainer (PixelContainer *container) |
| virtual void | SetRequestedRegion (const RegionType ®ion) override |
| virtual void | SetRequestedRegion (const DataObject *data) override |
| virtual void | SetRequestedRegionToLargestPossibleRegion () override |
| virtual void | SetSpacing (const SpacingType &values) override |
| virtual void | SetSpacing (const double *values) override |
| virtual void | SetSpacing (const float *values) override |
| 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 () override |
| virtual void | UpdateOutputData () override |
| virtual void | UpdateOutputInformation () override |
| virtual bool | VerifyRequestedRegion () override |
Public Member Functions inherited from itk::ImageBase< TImage::ImageDimension > | |
| OffsetValueType | ComputeOffset (const IndexType &ind) const |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| virtual const DirectionType & | GetInverseDirection () const |
| virtual bool | RequestedRegionIsOutsideOfTheBufferedRegion () override |
| 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< TIndexRep, 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 ®ion) |
| const OffsetValueType * | GetOffsetTable () const |
| IndexType | ComputeIndex (OffsetValueType offset) const |
| virtual void | SetSpacing (const double spacing[VImageDimension]) |
| virtual void | SetSpacing (const float spacing[VImageDimension]) |
| void | TransformContinuousIndexToPhysicalPoint (const ContinuousIndex< TIndexRep, 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) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::ImageBase< TImage::ImageDimension > | |
| static unsigned int | GetImageDimension () |
| static Pointer | New () |
Protected Member Functions | |
| AtanImageAdaptor () | |
| virtual | ~AtanImageAdaptor () |
Protected Member Functions inherited from itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > > | |
| virtual void | Graft (const DataObject *data) override |
| ImageAdaptor () | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| virtual | ~ImageAdaptor () |
Protected Member Functions inherited from itk::ImageBase< TImage::ImageDimension > | |
| virtual void | ComputeIndexToPhysicalPointMatrices () |
| void | ComputeOffsetTable () |
| ImageBase () | |
| virtual void | InitializeBufferedRegion () |
| ~ImageBase () | |
| OffsetValueType | FastComputeOffset (const IndexType &ind) const |
| IndexType | FastComputeIndex (OffsetValueType offset) const |
Additional Inherited Members | |
Static Public Attributes inherited from itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > > | |
| static const unsigned int | ImageDimension |
Static Public Attributes inherited from itk::ImageBase< TImage::ImageDimension > | |
| static const ImageDimensionType | ImageDimension |
Protected Attributes inherited from itk::ImageBase< TImage::ImageDimension > | |
| DirectionType | m_Direction |
| DirectionType | m_IndexToPhysicalPoint |
| DirectionType | m_InverseDirection |
| PointType | m_Origin |
| DirectionType | m_PhysicalPointToIndex |
| SpacingType | m_Spacing |
| typedef SmartPointer< const Self > itk::AtanImageAdaptor< TImage, TOutputPixelType >::ConstPointer |
Definition at line 89 of file itkAtanImageAdaptor.h.
| typedef SmartPointer< Self > itk::AtanImageAdaptor< TImage, TOutputPixelType >::Pointer |
Definition at line 88 of file itkAtanImageAdaptor.h.
| typedef AtanImageAdaptor itk::AtanImageAdaptor< TImage, TOutputPixelType >::Self |
Standard class typedefs.
Definition at line 83 of file itkAtanImageAdaptor.h.
| typedef ImageAdaptor< TImage, Accessor::AtanPixelAccessor< typename TImage::PixelType, TOutputPixelType > > itk::AtanImageAdaptor< TImage, TOutputPixelType >::Superclass |
Definition at line 86 of file itkAtanImageAdaptor.h.
|
inlineprotected |
Definition at line 98 of file itkAtanImageAdaptor.h.
|
inlineprotectedvirtual |
Definition at line 99 of file itkAtanImageAdaptor.h.
| virtual::itk::LightObject::Pointer itk::AtanImageAdaptor< TImage, TOutputPixelType >::CreateAnother | ( | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >.
|
static |
Method for creation through the object factory.
1.8.5