ITK
5.2.0
Insight Toolkit
|
#include <itkChangeInformationImageFilter.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | DirectionType = typename InputImageType::DirectionType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImageDirectionType = typename InputImageType::DirectionType |
using | InputImageIndexType = typename InputImageType::IndexType |
using | InputImageOffsetType = typename InputImageType::OffsetType |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageSizeType = typename InputImageType::SizeType |
using | InputImageType = TInputImage |
using | OutputImageDirectionType = typename OutputImageType::DirectionType |
using | OutputImageIndexType = typename OutputImageType::IndexType |
using | OutputImageOffsetType = typename OutputImageType::OffsetType |
using | OutputImageOffsetValueType = typename OutputImageType::OffsetValueType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageSizeType = typename OutputImageType::SizeType |
using | OutputImageType = TInputImage |
using | Pointer = SmartPointer< Self > |
using | PointType = typename InputImageType::PointType |
using | Self = ChangeInformationImageFilter |
using | SpacingType = typename InputImageType::SpacingType |
using | Superclass = ImageToImageFilter< TInputImage, TInputImage > |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TInputImage > |
Public Types inherited from itk::ImageSource< TInputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TInputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
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 |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Change the origin, spacing and/or region of an Image.
Change the origin, spacing, direction and/or buffered region of an itkImage. This "Information" along with an Image's container comprise the itkImage. By default, the output's information is set to the input's information. The methods ChangeSpacingOn/Off, ChangeOriginOn/Off, ChangeDirectionOn/Off and ChangeRegionOn/Off control whether the default origin, spacing, direction or buffered region should be changed. If On, the associated information will be replaced with either the ReferenceImage information (if UseReferenceImage is true) or the ivars OutputSpacing, OutputOrigin, OutputDirection, OutputOffset.
In addition, the method CenterImageOn will recompute the output image origin (using the selected output spacing) the align the center of the image with the coordinate 0.
Definition at line 49 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 58 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::DirectionType = typename InputImageType::DirectionType |
Definition at line 95 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::InputImageConstPointer = typename InputImageType::ConstPointer |
Definition at line 72 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::InputImageDirectionType = typename InputImageType::DirectionType |
Definition at line 87 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::InputImageIndexType = typename InputImageType::IndexType |
Definition at line 84 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::InputImageOffsetType = typename InputImageType::OffsetType |
Definition at line 86 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 76 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::InputImagePointer = typename InputImageType::Pointer |
Typedef to describe the pointer to the input.
Definition at line 71 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 68 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::InputImageSizeType = typename InputImageType::SizeType |
Definition at line 85 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::InputImageType = TInputImage |
Definition at line 63 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::OutputImageDirectionType = typename OutputImageType::DirectionType |
Definition at line 82 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::OutputImageIndexType = typename OutputImageType::IndexType |
Typedef to describe the output and input image index and size types.
Definition at line 79 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::OutputImageOffsetType = typename OutputImageType::OffsetType |
Definition at line 81 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::OutputImageOffsetValueType = typename OutputImageType::OffsetValueType |
Definition at line 83 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::OutputImagePixelType = typename OutputImageType::PixelType |
Typedef to describe the type of pixel.
Definition at line 75 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Typedef to describe the output and input image region types.
Definition at line 67 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::OutputImageSizeType = typename OutputImageType::SizeType |
Definition at line 80 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::OutputImageType = TInputImage |
Definition at line 64 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::Pointer = SmartPointer<Self> |
Definition at line 57 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::PointType = typename InputImageType::PointType |
Definition at line 94 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::Self = ChangeInformationImageFilter |
Standard class type aliases.
Definition at line 55 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::SpacingType = typename InputImageType::SpacingType |
Image spacing, origin and direction type alias
Definition at line 93 of file itkChangeInformationImageFilter.h.
using itk::ChangeInformationImageFilter< TInputImage >::Superclass = ImageToImageFilter<TInputImage, TInputImage> |
Definition at line 56 of file itkChangeInformationImageFilter.h.
|
protected |
Copy the information from another Image. By default, the information is copied from the input image.
|
overrideprotecteddefault |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
inline |
Change the origin, spacing and region of the output image.
Definition at line 156 of file itkChangeInformationImageFilter.h.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
inline |
Do not change the origin, spacing, direction or region of the output image.
Definition at line 168 of file itkChangeInformationImageFilter.h.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
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.
|
overridevirtual |
Copy the input buffer.
Reimplemented from itk::ProcessObject.
|
overridevirtual |
Apply changes to the input image requested region.
Reimplemented from itk::ProcessObject.
|
overridevirtual |
Apply changes to the output image information.
Reimplemented from itk::ProcessObject.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Copy the information from another Image. By default, the information is copied from the input image.
Reimplemented from itk::ProcessObject.
|
virtual |
Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the Image. This will override SetOutputOrigin.
|
virtual |
Change the direction of the output image. If false, the output image direction will be set to the input image direction. If true, the output image direction will be set to: the ReferenceImage direction (if UseReferenceImage is true) or OutputDirection.
|
virtual |
Change the Origin of the output image. If false, the output image origin will be set to the input image origin. If true, the output image origin will be set to: the ReferenceImage origin (if UseReferenceImage is true) or OutputOrigin.
|
virtual |
Change the BufferedRegion of the output image.
|
virtual |
Change the Spacing of the output image. If false, the output image spacing will be set to the input image spacing. If true, the output image spacing will be set to: the ReferenceImage spacing (if UseReferenceImage is true) or OutputSpacing.
|
virtual |
Specify a new direction cosine matrix explicitly. The default is to use the direction of the Input, or of the ReferenceImage if UseReferenceImage is true.
|
virtual |
Specify an offset for the buffered region. The default is to use the same buffered region as the input or an Offset computed from the ReferenceImage's buffered region (if UseReferenceImage is true.) NOTE: Changing the buffered region should not be done without a corresponding change in the requested region. Of course, the pipeline controls the requested region. Therefore, changing the buffered region may mean the filter cannot produce the requested region.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Specify a new data origin explicitly. The default is to use the origin of the Input, or of the ReferenceImage if UseReferenceImage is true.
|
virtual |
Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the ReferenceImage if UseReferenceImage is set.
|
inline |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 103 of file itkChangeInformationImageFilter.h.
References itk::ProcessObject::SetNthInput().
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
virtual |
Copy the information from another Image. By default, the information is copied from the input image.
|
inlineoverrideprotectedvirtual |
Override VerifyInputInformation() since this filter's inputs do not need to occupy the same physical space.
Reimplemented from itk::ProcessObject.
Definition at line 246 of file itkChangeInformationImageFilter.h.
|
staticconstexpr |
Image related type alias.
Definition at line 90 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 252 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 255 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 254 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 256 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 253 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 261 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 263 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 260 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 259 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 250 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 264 of file itkChangeInformationImageFilter.h.
|
private |
Copy the information from another Image. By default, the information is copied from the input image.
Definition at line 257 of file itkChangeInformationImageFilter.h.