ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkImageFlip Class Reference

vtkImageFlip - This flips an axis of an image. Right becomes left ... More...

Inheritance diagram for Kitware.VTK.vtkImageFlip:
[legend]
Collaboration diagram for Kitware.VTK.vtkImageFlip:
[legend]

List of all members.

Public Member Functions

 vtkImageFlip (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageFlip ()
 Undocumented Block.
virtual void FlipAboutOriginOff ()
 By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData.
virtual void FlipAboutOriginOn ()
 By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData.
int GetFilteredAxes ()
 Keep the mis-named Axes variations around for compatibility with old scripts. Axis is singular, not plural...
virtual int GetFilteredAxis ()
 Specify which axis will be flipped. This must be an integer between 0 (for x) and 2 (for z). Initial value is 0.
virtual int GetFlipAboutOrigin ()
 By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData.
virtual int GetPreserveImageExtent ()
 PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken. It is deprecated now and it has no effect (i.e. the ImageExtent is always preserved).
override int IsA (string type)
 Undocumented Block.
new vtkImageFlip NewInstance ()
 Undocumented Block.
virtual void PreserveImageExtentOff ()
 PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken. It is deprecated now and it has no effect (i.e. the ImageExtent is always preserved).
virtual void PreserveImageExtentOn ()
 PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken. It is deprecated now and it has no effect (i.e. the ImageExtent is always preserved).
void SetFilteredAxes (int axis)
 Keep the mis-named Axes variations around for compatibility with old scripts. Axis is singular, not plural...
virtual void SetFilteredAxis (int _arg)
 Specify which axis will be flipped. This must be an integer between 0 (for x) and 2 (for z). Initial value is 0.
virtual void SetFlipAboutOrigin (int _arg)
 By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData.
virtual void SetPreserveImageExtent (int _arg)
 PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken. It is deprecated now and it has no effect (i.e. the ImageExtent is always preserved).

Static Public Member Functions

static new vtkImageFlip New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageFlip SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkImageFlip"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkImageFlip"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkImageFlip_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageFlip_FlipAboutOriginOff_01 (HandleRef pThis)
static internal void vtkImageFlip_FlipAboutOriginOn_02 (HandleRef pThis)
static internal int vtkImageFlip_GetFilteredAxes_03 (HandleRef pThis)
static internal int vtkImageFlip_GetFilteredAxis_04 (HandleRef pThis)
static internal int vtkImageFlip_GetFlipAboutOrigin_05 (HandleRef pThis)
static internal int vtkImageFlip_GetPreserveImageExtent_06 (HandleRef pThis)
static internal int vtkImageFlip_IsA_07 (HandleRef pThis, string type)
static internal int vtkImageFlip_IsTypeOf_08 (string type)
static internal IntPtr vtkImageFlip_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageFlip_PreserveImageExtentOff_11 (HandleRef pThis)
static internal void vtkImageFlip_PreserveImageExtentOn_12 (HandleRef pThis)
static internal IntPtr vtkImageFlip_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageFlip_SetFilteredAxes_14 (HandleRef pThis, int axis)
static internal void vtkImageFlip_SetFilteredAxis_15 (HandleRef pThis, int _arg)
static internal void vtkImageFlip_SetFlipAboutOrigin_16 (HandleRef pThis, int _arg)
static internal void vtkImageFlip_SetPreserveImageExtent_17 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkImageFlip ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageFlip - This flips an axis of an image. Right becomes left ...

Description vtkImageFlip will reflect the data along the filtered axis. This filter is actually a thin wrapper around vtkImageReslice.


Constructor & Destructor Documentation

static Kitware.VTK.vtkImageFlip.vtkImageFlip ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageFlip.vtkImageFlip ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkImageFlip.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkImageReslice.

virtual void Kitware.VTK.vtkImageFlip.FlipAboutOriginOff ( ) [virtual]

By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData.

virtual void Kitware.VTK.vtkImageFlip.FlipAboutOriginOn ( ) [virtual]

By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData.

Keep the mis-named Axes variations around for compatibility with old scripts. Axis is singular, not plural...

virtual int Kitware.VTK.vtkImageFlip.GetFilteredAxis ( ) [virtual]

Specify which axis will be flipped. This must be an integer between 0 (for x) and 2 (for z). Initial value is 0.

By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData.

PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken. It is deprecated now and it has no effect (i.e. the ImageExtent is always preserved).

override int Kitware.VTK.vtkImageFlip.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReslice.

static new int Kitware.VTK.vtkImageFlip.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReslice.

static new vtkImageFlip Kitware.VTK.vtkImageFlip.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReslice.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReslice.

PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken. It is deprecated now and it has no effect (i.e. the ImageExtent is always preserved).

PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken. It is deprecated now and it has no effect (i.e. the ImageExtent is always preserved).

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReslice.

Here is the call graph for this function:

Keep the mis-named Axes variations around for compatibility with old scripts. Axis is singular, not plural...

virtual void Kitware.VTK.vtkImageFlip.SetFilteredAxis ( int  _arg) [virtual]

Specify which axis will be flipped. This must be an integer between 0 (for x) and 2 (for z). Initial value is 0.

virtual void Kitware.VTK.vtkImageFlip.SetFlipAboutOrigin ( int  _arg) [virtual]

By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData.

virtual void Kitware.VTK.vtkImageFlip.SetPreserveImageExtent ( int  _arg) [virtual]

PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken. It is deprecated now and it has no effect (i.e. the ImageExtent is always preserved).

static internal void Kitware.VTK.vtkImageFlip.vtkImageFlip_FlipAboutOriginOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageFlip.vtkImageFlip_FlipAboutOriginOn_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageFlip.vtkImageFlip_GetFilteredAxes_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageFlip.vtkImageFlip_GetFilteredAxis_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageFlip.vtkImageFlip_GetFlipAboutOrigin_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageFlip.vtkImageFlip_GetPreserveImageExtent_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageFlip.vtkImageFlip_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageFlip.vtkImageFlip_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageFlip.vtkImageFlip_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageFlip.vtkImageFlip_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageFlip.vtkImageFlip_PreserveImageExtentOff_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageFlip.vtkImageFlip_PreserveImageExtentOn_12 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageFlip.vtkImageFlip_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageFlip.vtkImageFlip_SetFilteredAxes_14 ( HandleRef  pThis,
int  axis 
) [private]
static internal void Kitware.VTK.vtkImageFlip.vtkImageFlip_SetFilteredAxis_15 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageFlip.vtkImageFlip_SetFlipAboutOrigin_16 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageFlip.vtkImageFlip_SetPreserveImageExtent_17 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageFlip.MRClassNameKey = "12vtkImageFlip" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageReslice.

new const string Kitware.VTK.vtkImageFlip.MRFullTypeName = "Kitware.VTK.vtkImageFlip"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageReslice.


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