ActiViz .NET
5.8.0
|
vtkImageFlip - This flips an axis of an image. Right becomes left ... More...
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. |
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.
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.
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.
virtual int Kitware.VTK.vtkImageFlip.GetFlipAboutOrigin | ( | ) | [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 int Kitware.VTK.vtkImageFlip.GetPreserveImageExtent | ( | ) | [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).
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.
virtual void Kitware.VTK.vtkImageFlip.PreserveImageExtentOff | ( | ) | [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).
virtual void Kitware.VTK.vtkImageFlip.PreserveImageExtentOn | ( | ) | [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 new vtkImageFlip Kitware.VTK.vtkImageFlip.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReslice.
void Kitware.VTK.vtkImageFlip.SetFilteredAxes | ( | int | axis | ) |
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] |
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.