template<class TPixelType, unsigned int Dimension>
class itk::VectorImageToImageAdaptor< TPixelType, Dimension >
Presents a VectorImage and extracts a component from it into an image.
The class is expected to be templated over a pixel type and dimension. These are the pixel types and dimension of the VectorImage.
The component to extract is set with SetExtractComponentIdx() method RGBPixel type.
- Note
- This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149.
- Wiki Examples:
- Examples:
- itkVectorImageTest.cxx.
Definition at line 143 of file itkVectorImageToImageAdaptor.h.
|
| typedef SmartPointer< const Self > | ConstPointer |
| |
| typedef Superclass::IOPixelType | IOPixelType |
| |
| typedef Superclass::PixelContainer | PixelContainer |
| |
typedef
Superclass::PixelContainerConstPointer | PixelContainerConstPointer |
| |
typedef
Superclass::PixelContainerPointer | PixelContainerPointer |
| |
| typedef SmartPointer< Self > | Pointer |
| |
| typedef VectorImageToImageAdaptor | Self |
| |
typedef ImageAdaptor
< VectorImageType,
Accessor::VectorImageToImagePixelAccessor
< TPixelType > > | Superclass |
| |
typedef VectorImage
< TPixelType, Dimension > | VectorImageType |
| |
typedef
VectorImageType::VectorLengthType | VectorLengthType |
| |
typedef
InternalImageType::AccessorFunctorType::template
Rebind< Self >::Type | AccessorFunctorType |
| |
typedef
Accessor::VectorImageToImagePixelAccessor
< TPixelType > | AccessorType |
| |
| typedef SmartPointer< const Self > | ConstPointer |
| |
| typedef WeakPointer< const Self > | ConstWeakPointer |
| |
| typedef Superclass::DirectionType | DirectionType |
| |
| typedef Superclass::IndexType | IndexType |
| |
| typedef IndexType::IndexValueType | IndexValueType |
| |
typedef VectorImage
< TPixelType, Dimension > | InternalImageType |
| |
| typedef InternalPixelType * | InternalPixelPointerType |
| |
typedef
Accessor::VectorImageToImagePixelAccessor
< TPixelType >::InternalType | InternalPixelType |
| |
| typedef PixelType | IOPixelType |
| |
| typedef Superclass::OffsetType | OffsetType |
| |
| typedef OffsetType::OffsetValueType | OffsetValueType |
| |
typedef VectorImage
< TPixelType, Dimension >
::PixelContainer | PixelContainer |
| |
typedef VectorImage
< TPixelType, Dimension >
::PixelContainerConstPointer | PixelContainerConstPointer |
| |
typedef VectorImage
< TPixelType, Dimension >
::PixelContainerPointer | PixelContainerPointer |
| |
typedef
Accessor::VectorImageToImagePixelAccessor
< TPixelType >::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 |
| |
| typedef SmartPointer< const Self > | ConstPointer |
| |
typedef Matrix< double,
VImageDimension,
VImageDimension > | DirectionType |
| |
| 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 double | PointValueType |
| |
typedef ImageRegion
< VImageDimension > | RegionType |
| |
| typedef ImageBase | Self |
| |
| typedef Size< VImageDimension > | SizeType |
| |
| typedef SizeType::SizeValueType | SizeValueType |
| |
typedef Vector
< SpacingValueType,
VImageDimension > | SpacingType |
| |
| typedef double | SpacingValueType |
| |
| typedef DataObject | Superclass |
| |
| typedef SmartPointer< const Self > | ConstPointer |
| |
| typedef std::string | DataObjectIdentifierType |
| |
typedef std::vector< Pointer >
::size_type | DataObjectPointerArraySizeType |
| |
| typedef SmartPointer< Self > | Pointer |
| |
| typedef DataObject | Self |
| |
| typedef Object | Superclass |
| |
| typedef SmartPointer< const Self > | ConstPointer |
| |
| typedef SmartPointer< Self > | Pointer |
| |
| typedef Object | Self |
| |
| typedef LightObject | Superclass |
| |
| typedef SmartPointer< const Self > | ConstPointer |
| |
| typedef SmartPointer< Self > | Pointer |
| |
| typedef LightObject | Self |
| |
|
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| |
| VectorLengthType | GetExtractComponentIndex () const |
| |
| virtual const char * | GetNameOfClass () const |
| |
| void | SetExtractComponentIndex (VectorLengthType componentIdx) |
| |
| void | Allocate () |
| |
| IndexType | ComputeIndex (OffsetValueType offset) const |
| |
| virtual void | CopyInformation (const DataObject *data) |
| |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| |
| virtual const RegionType & | GetBufferedRegion () const |
| |
| InternalPixelType * | GetBufferPointer () |
| |
| const InternalPixelType * | GetBufferPointer () const |
| |
| virtual const DirectionType & | GetDirection () const |
| |
| virtual const RegionType & | GetLargestPossibleRegion () const |
| |
| virtual ModifiedTimeType | GetMTime () const |
| |
| const OffsetValueType * | GetOffsetTable () const |
| |
| virtual const PointType & | GetOrigin () const |
| |
| 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 |
| |
| virtual const SpacingType & | GetSpacing () 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 ®ion) |
| |
| virtual void | SetDirection (const DirectionType direction) |
| |
| virtual void | SetImage (VectorImage< TPixelType, Dimension > *) |
| |
| virtual void | SetLargestPossibleRegion (const RegionType ®ion) |
| |
| 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 ®ion) |
| |
| 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 () |
| |
| OffsetValueType | ComputeOffset (const IndexType &ind) const |
| |
| virtual const DirectionType & | GetDirection () |
| |
| virtual const DirectionType & | GetInverseDirection () |
| |
| virtual const PointType & | GetOrigin () |
| |
| virtual const SpacingType & | GetSpacing () |
| |
| 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 ®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< 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) |
| |
| virtual void | DataHasBeenGenerated () |
| |
| void | DisconnectPipeline () |
| |
| bool | GetDataReleased () const |
| |
| virtual const bool & | GetReleaseDataFlag () |
| |
SmartPointerForwardReference
< ProcessObject > | GetSource () const |
| |
| DataObjectPointerArraySizeType | GetSourceOutputIndex () const |
| |
| const DataObjectIdentifierType & | GetSourceOutputName () const |
| |
| virtual ModifiedTimeType | 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 (ModifiedTimeType time) |
| |
| virtual const ModifiedTimeType & | GetPipelineMTime () |
| |
| virtual void | SetRealTimeStamp (RealTimeStamp _arg) |
| |
| virtual const RealTimeStamp & | GetRealTimeStamp () |
| |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| |
| virtual void | DebugOff () const |
| |
| virtual void | DebugOn () const |
| |
| Command * | GetCommand (unsigned long tag) |
| |
| bool | GetDebug () const |
| |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| |
| virtual const TimeStamp & | GetTimeStamp () 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 |
| |
| virtual void | Delete () |
| |
| virtual int | GetReferenceCount () const |
| |
| | itkCloneMacro (Self) |
| |
| void | Print (std::ostream &os, Indent indent=0) const |
| |