ActiViz .NET
5.8.0
|
vtkExtractGrid - select piece (e.g., volume of interest) and/or subsample structured grid dataset More...
Public Member Functions | |
vtkExtractGrid (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkExtractGrid () | |
Undocumented Block. | |
virtual int | GetIncludeBoundary () |
Control whether to enforce that the "boundary" of the grid is output in the subsampling process. (This ivar only has effect when the SampleRate in any direction is not equal to 1.) When this ivar IncludeBoundary is on, the subsampling will always include the boundary of the grid even though the sample rate is not an even multiple of the grid dimensions. (By default IncludeBoundary is off.) | |
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. Initial value is (1,1,1). | |
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. Initial value is (1,1,1). | |
virtual int[] | GetVOI () |
Specify i-j-k (min,max) pairs to extract. The resulting structured grid dataset can be of any topological dimension (i.e., point, line, plane, or 3D grid). | |
virtual void | GetVOI (IntPtr data) |
Specify i-j-k (min,max) pairs to extract. The resulting structured grid dataset can be of any topological dimension (i.e., point, line, plane, or 3D grid). | |
virtual void | IncludeBoundaryOff () |
Control whether to enforce that the "boundary" of the grid is output in the subsampling process. (This ivar only has effect when the SampleRate in any direction is not equal to 1.) When this ivar IncludeBoundary is on, the subsampling will always include the boundary of the grid even though the sample rate is not an even multiple of the grid dimensions. (By default IncludeBoundary is off.) | |
virtual void | IncludeBoundaryOn () |
Control whether to enforce that the "boundary" of the grid is output in the subsampling process. (This ivar only has effect when the SampleRate in any direction is not equal to 1.) When this ivar IncludeBoundary is on, the subsampling will always include the boundary of the grid even though the sample rate is not an even multiple of the grid dimensions. (By default IncludeBoundary is off.) | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkExtractGrid | NewInstance () |
Undocumented Block. | |
virtual void | SetIncludeBoundary (int _arg) |
Control whether to enforce that the "boundary" of the grid is output in the subsampling process. (This ivar only has effect when the SampleRate in any direction is not equal to 1.) When this ivar IncludeBoundary is on, the subsampling will always include the boundary of the grid even though the sample rate is not an even multiple of the grid dimensions. (By default IncludeBoundary is off.) | |
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. Initial value is (1,1,1). | |
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. Initial value is (1,1,1). | |
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 grid dataset can be of any topological dimension (i.e., point, line, plane, or 3D grid). | |
virtual void | SetVOI (IntPtr _arg) |
Specify i-j-k (min,max) pairs to extract. The resulting structured grid dataset can be of any topological dimension (i.e., point, line, plane, or 3D grid). | |
Static Public Member Functions | |
static new vtkExtractGrid | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkExtractGrid | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkExtractGrid" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkExtractGrid" |
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 | vtkExtractGrid_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkExtractGrid_GetIncludeBoundary_01 (HandleRef pThis) |
static internal IntPtr | vtkExtractGrid_GetSampleRate_02 (HandleRef pThis) |
static internal void | vtkExtractGrid_GetSampleRate_03 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkExtractGrid_GetVOI_04 (HandleRef pThis) |
static internal void | vtkExtractGrid_GetVOI_05 (HandleRef pThis, IntPtr data) |
static internal void | vtkExtractGrid_IncludeBoundaryOff_06 (HandleRef pThis) |
static internal void | vtkExtractGrid_IncludeBoundaryOn_07 (HandleRef pThis) |
static internal int | vtkExtractGrid_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkExtractGrid_IsTypeOf_09 (string type) |
static internal IntPtr | vtkExtractGrid_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractGrid_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractGrid_SetIncludeBoundary_13 (HandleRef pThis, int _arg) |
static internal void | vtkExtractGrid_SetSampleRate_14 (HandleRef pThis, int _arg1, int _arg2, int _arg3) |
static internal void | vtkExtractGrid_SetSampleRate_15 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkExtractGrid_SetVOI_16 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6) |
static internal void | vtkExtractGrid_SetVOI_17 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
static | vtkExtractGrid () |
Automatically generated type registration mechanics. |
vtkExtractGrid - select piece (e.g., volume of interest) and/or subsample structured grid dataset
static Kitware.VTK.vtkExtractGrid.vtkExtractGrid | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkExtractGrid.vtkExtractGrid | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkExtractGrid.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.vtkStructuredGridAlgorithm.
virtual int Kitware.VTK.vtkExtractGrid.GetIncludeBoundary | ( | ) | [virtual] |
Control whether to enforce that the "boundary" of the grid is output in the subsampling process. (This ivar only has effect when the SampleRate in any direction is not equal to 1.) When this ivar IncludeBoundary is on, the subsampling will always include the boundary of the grid even though the sample rate is not an even multiple of the grid dimensions. (By default IncludeBoundary is off.)
virtual int [] Kitware.VTK.vtkExtractGrid.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. Initial value is (1,1,1).
virtual void Kitware.VTK.vtkExtractGrid.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. Initial value is (1,1,1).
virtual int [] Kitware.VTK.vtkExtractGrid.GetVOI | ( | ) | [virtual] |
Specify i-j-k (min,max) pairs to extract. The resulting structured grid dataset can be of any topological dimension (i.e., point, line, plane, or 3D grid).
virtual void Kitware.VTK.vtkExtractGrid.GetVOI | ( | IntPtr | data | ) | [virtual] |
Specify i-j-k (min,max) pairs to extract. The resulting structured grid dataset can be of any topological dimension (i.e., point, line, plane, or 3D grid).
virtual void Kitware.VTK.vtkExtractGrid.IncludeBoundaryOff | ( | ) | [virtual] |
Control whether to enforce that the "boundary" of the grid is output in the subsampling process. (This ivar only has effect when the SampleRate in any direction is not equal to 1.) When this ivar IncludeBoundary is on, the subsampling will always include the boundary of the grid even though the sample rate is not an even multiple of the grid dimensions. (By default IncludeBoundary is off.)
virtual void Kitware.VTK.vtkExtractGrid.IncludeBoundaryOn | ( | ) | [virtual] |
Control whether to enforce that the "boundary" of the grid is output in the subsampling process. (This ivar only has effect when the SampleRate in any direction is not equal to 1.) When this ivar IncludeBoundary is on, the subsampling will always include the boundary of the grid even though the sample rate is not an even multiple of the grid dimensions. (By default IncludeBoundary is off.)
override int Kitware.VTK.vtkExtractGrid.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.
static new int Kitware.VTK.vtkExtractGrid.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.
static new vtkExtractGrid Kitware.VTK.vtkExtractGrid.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.
static new vtkExtractGrid Kitware.VTK.vtkExtractGrid.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.
virtual void Kitware.VTK.vtkExtractGrid.SetIncludeBoundary | ( | int | _arg | ) | [virtual] |
Control whether to enforce that the "boundary" of the grid is output in the subsampling process. (This ivar only has effect when the SampleRate in any direction is not equal to 1.) When this ivar IncludeBoundary is on, the subsampling will always include the boundary of the grid even though the sample rate is not an even multiple of the grid dimensions. (By default IncludeBoundary is off.)
virtual void Kitware.VTK.vtkExtractGrid.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. Initial value is (1,1,1).
virtual void Kitware.VTK.vtkExtractGrid.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. Initial value is (1,1,1).
virtual void Kitware.VTK.vtkExtractGrid.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 grid dataset can be of any topological dimension (i.e., point, line, plane, or 3D grid).
virtual void Kitware.VTK.vtkExtractGrid.SetVOI | ( | IntPtr | _arg | ) | [virtual] |
Specify i-j-k (min,max) pairs to extract. The resulting structured grid dataset can be of any topological dimension (i.e., point, line, plane, or 3D grid).
static internal int Kitware.VTK.vtkExtractGrid.vtkExtractGrid_GetIncludeBoundary_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractGrid.vtkExtractGrid_GetSampleRate_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractGrid.vtkExtractGrid_GetSampleRate_03 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractGrid.vtkExtractGrid_GetVOI_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractGrid.vtkExtractGrid_GetVOI_05 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractGrid.vtkExtractGrid_IncludeBoundaryOff_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractGrid.vtkExtractGrid_IncludeBoundaryOn_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractGrid.vtkExtractGrid_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractGrid.vtkExtractGrid_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractGrid.vtkExtractGrid_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractGrid.vtkExtractGrid_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractGrid.vtkExtractGrid_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractGrid.vtkExtractGrid_SetIncludeBoundary_13 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractGrid.vtkExtractGrid_SetSampleRate_14 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2, | ||
int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractGrid.vtkExtractGrid_SetSampleRate_15 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractGrid.vtkExtractGrid_SetVOI_16 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2, | ||
int | _arg3, | ||
int | _arg4, | ||
int | _arg5, | ||
int | _arg6 | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractGrid.vtkExtractGrid_SetVOI_17 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkExtractGrid.MRClassNameKey = "14vtkExtractGrid" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.
new const string Kitware.VTK.vtkExtractGrid.MRFullTypeName = "Kitware.VTK.vtkExtractGrid" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.