|
ActiViz .NET
5.8.0
|
vtkExtractVOI - select piece (e.g., volume of interest) and/or subsample structured points dataset More...
Public Member Functions | |
| vtkExtractVOI (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkExtractVOI () | |
| Construct object to extract all of the input data. | |
| virtual int[] | GetSampleRate () |
| Set the sampling rate in the i, j, and k directions. If the rate is > 1, then the resulting VOI will be subsampled representation of the input. For example, if the SampleRate=(2,2,2), every other point will be selected, resulting in a volume 1/8th the original size. | |
| virtual void | GetSampleRate (IntPtr data) |
| Set the sampling rate in the i, j, and k directions. If the rate is > 1, then the resulting VOI will be subsampled representation of the input. For example, if the SampleRate=(2,2,2), every other point will be selected, resulting in a volume 1/8th the original size. | |
| virtual int[] | GetVOI () |
| Specify i-j-k (min,max) pairs to extract. The resulting structured points dataset can be of any topological dimension (i.e., point, line, image, or volume). | |
| virtual void | GetVOI (IntPtr data) |
| Specify i-j-k (min,max) pairs to extract. The resulting structured points dataset can be of any topological dimension (i.e., point, line, image, or volume). | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkExtractVOI | NewInstance () |
| Undocumented Block. | |
| virtual void | SetSampleRate (int _arg1, int _arg2, int _arg3) |
| Set the sampling rate in the i, j, and k directions. If the rate is > 1, then the resulting VOI will be subsampled representation of the input. For example, if the SampleRate=(2,2,2), every other point will be selected, resulting in a volume 1/8th the original size. | |
| virtual void | SetSampleRate (IntPtr _arg) |
| Set the sampling rate in the i, j, and k directions. If the rate is > 1, then the resulting VOI will be subsampled representation of the input. For example, if the SampleRate=(2,2,2), every other point will be selected, resulting in a volume 1/8th the original size. | |
| virtual void | SetVOI (int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6) |
| Specify i-j-k (min,max) pairs to extract. The resulting structured points dataset can be of any topological dimension (i.e., point, line, image, or volume). | |
| virtual void | SetVOI (IntPtr _arg) |
| Specify i-j-k (min,max) pairs to extract. The resulting structured points dataset can be of any topological dimension (i.e., point, line, image, or volume). | |
Static Public Member Functions | |
| static new vtkExtractVOI | New () |
| Construct object to extract all of the input data. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkExtractVOI | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkExtractVOI" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "13vtkExtractVOI" |
| 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 | vtkExtractVOI_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkExtractVOI_GetSampleRate_01 (HandleRef pThis) |
| static internal void | vtkExtractVOI_GetSampleRate_02 (HandleRef pThis, IntPtr data) |
| static internal IntPtr | vtkExtractVOI_GetVOI_03 (HandleRef pThis) |
| static internal void | vtkExtractVOI_GetVOI_04 (HandleRef pThis, IntPtr data) |
| static internal int | vtkExtractVOI_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkExtractVOI_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkExtractVOI_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkExtractVOI_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkExtractVOI_SetSampleRate_10 (HandleRef pThis, int _arg1, int _arg2, int _arg3) |
| static internal void | vtkExtractVOI_SetSampleRate_11 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkExtractVOI_SetVOI_12 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6) |
| static internal void | vtkExtractVOI_SetVOI_13 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
| static | vtkExtractVOI () |
| Automatically generated type registration mechanics. | |
vtkExtractVOI - select piece (e.g., volume of interest) and/or subsample structured points dataset
| static Kitware.VTK.vtkExtractVOI.vtkExtractVOI | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkExtractVOI.vtkExtractVOI | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object to extract all of the input data.
| override void Kitware.VTK.vtkExtractVOI.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.vtkImageAlgorithm.
| virtual int [] Kitware.VTK.vtkExtractVOI.GetSampleRate | ( | ) | [virtual] |
Set the sampling rate in the i, j, and k directions. If the rate is > 1, then the resulting VOI will be subsampled representation of the input. For example, if the SampleRate=(2,2,2), every other point will be selected, resulting in a volume 1/8th the original size.
| virtual void Kitware.VTK.vtkExtractVOI.GetSampleRate | ( | IntPtr | data | ) | [virtual] |
Set the sampling rate in the i, j, and k directions. If the rate is > 1, then the resulting VOI will be subsampled representation of the input. For example, if the SampleRate=(2,2,2), every other point will be selected, resulting in a volume 1/8th the original size.
| virtual int [] Kitware.VTK.vtkExtractVOI.GetVOI | ( | ) | [virtual] |
Specify i-j-k (min,max) pairs to extract. The resulting structured points dataset can be of any topological dimension (i.e., point, line, image, or volume).
| virtual void Kitware.VTK.vtkExtractVOI.GetVOI | ( | IntPtr | data | ) | [virtual] |
Specify i-j-k (min,max) pairs to extract. The resulting structured points dataset can be of any topological dimension (i.e., point, line, image, or volume).
| override int Kitware.VTK.vtkExtractVOI.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new int Kitware.VTK.vtkExtractVOI.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new vtkExtractVOI Kitware.VTK.vtkExtractVOI.New | ( | ) | [static] |
Construct object to extract all of the input data.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| static new vtkExtractVOI Kitware.VTK.vtkExtractVOI.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| virtual void Kitware.VTK.vtkExtractVOI.SetSampleRate | ( | int | _arg1, |
| int | _arg2, | ||
| int | _arg3 | ||
| ) | [virtual] |
Set the sampling rate in the i, j, and k directions. If the rate is > 1, then the resulting VOI will be subsampled representation of the input. For example, if the SampleRate=(2,2,2), every other point will be selected, resulting in a volume 1/8th the original size.
| virtual void Kitware.VTK.vtkExtractVOI.SetSampleRate | ( | IntPtr | _arg | ) | [virtual] |
Set the sampling rate in the i, j, and k directions. If the rate is > 1, then the resulting VOI will be subsampled representation of the input. For example, if the SampleRate=(2,2,2), every other point will be selected, resulting in a volume 1/8th the original size.
| virtual void Kitware.VTK.vtkExtractVOI.SetVOI | ( | int | _arg1, |
| int | _arg2, | ||
| int | _arg3, | ||
| int | _arg4, | ||
| int | _arg5, | ||
| int | _arg6 | ||
| ) | [virtual] |
Specify i-j-k (min,max) pairs to extract. The resulting structured points dataset can be of any topological dimension (i.e., point, line, image, or volume).
| virtual void Kitware.VTK.vtkExtractVOI.SetVOI | ( | IntPtr | _arg | ) | [virtual] |
Specify i-j-k (min,max) pairs to extract. The resulting structured points dataset can be of any topological dimension (i.e., point, line, image, or volume).
| static internal IntPtr Kitware.VTK.vtkExtractVOI.vtkExtractVOI_GetSampleRate_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkExtractVOI.vtkExtractVOI_GetSampleRate_02 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractVOI.vtkExtractVOI_GetVOI_03 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkExtractVOI.vtkExtractVOI_GetVOI_04 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkExtractVOI.vtkExtractVOI_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkExtractVOI.vtkExtractVOI_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractVOI.vtkExtractVOI_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractVOI.vtkExtractVOI_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractVOI.vtkExtractVOI_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkExtractVOI.vtkExtractVOI_SetSampleRate_10 | ( | HandleRef | pThis, |
| int | _arg1, | ||
| int | _arg2, | ||
| int | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkExtractVOI.vtkExtractVOI_SetSampleRate_11 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkExtractVOI.vtkExtractVOI_SetVOI_12 | ( | HandleRef | pThis, |
| int | _arg1, | ||
| int | _arg2, | ||
| int | _arg3, | ||
| int | _arg4, | ||
| int | _arg5, | ||
| int | _arg6 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkExtractVOI.vtkExtractVOI_SetVOI_13 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkExtractVOI.MRClassNameKey = "13vtkExtractVOI" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
| new const string Kitware.VTK.vtkExtractVOI.MRFullTypeName = "Kitware.VTK.vtkExtractVOI" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
1.7.6.1