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.vtkExtractRectilinearGrid Class Reference

vtkExtractRectilinearGrid - Extract a sub grid (VOI) from the structured rectilinear dataset. More...

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

List of all members.

Public Member Functions

 vtkExtractRectilinearGrid (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractRectilinearGrid ()
 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 vtkExtractRectilinearGrid 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
vtkExtractRectilinearGrid 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkExtractRectilinearGrid 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkExtractRectilinearGrid"
 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 vtkExtractRectilinearGrid_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExtractRectilinearGrid_GetIncludeBoundary_01 (HandleRef pThis)
static internal IntPtr vtkExtractRectilinearGrid_GetSampleRate_02 (HandleRef pThis)
static internal void vtkExtractRectilinearGrid_GetSampleRate_03 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkExtractRectilinearGrid_GetVOI_04 (HandleRef pThis)
static internal void vtkExtractRectilinearGrid_GetVOI_05 (HandleRef pThis, IntPtr data)
static internal void vtkExtractRectilinearGrid_IncludeBoundaryOff_06 (HandleRef pThis)
static internal void vtkExtractRectilinearGrid_IncludeBoundaryOn_07 (HandleRef pThis)
static internal int vtkExtractRectilinearGrid_IsA_08 (HandleRef pThis, string type)
static internal int vtkExtractRectilinearGrid_IsTypeOf_09 (string type)
static internal IntPtr vtkExtractRectilinearGrid_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExtractRectilinearGrid_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractRectilinearGrid_SetIncludeBoundary_13 (HandleRef pThis, int _arg)
static internal void vtkExtractRectilinearGrid_SetSampleRate_14 (HandleRef pThis, int _arg1, int _arg2, int _arg3)
static internal void vtkExtractRectilinearGrid_SetSampleRate_15 (HandleRef pThis, IntPtr _arg)
static internal void vtkExtractRectilinearGrid_SetVOI_16 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
static internal void vtkExtractRectilinearGrid_SetVOI_17 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkExtractRectilinearGrid ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractRectilinearGrid - Extract a sub grid (VOI) from the structured rectilinear dataset.

Description vtkExtractRectilinearGrid rounds out the set of filters that extract a subgrid out of a larger structured data set. RIght now, this filter only supports extracting a VOI. In the future, it might support strides like the vtkExtract grid filter.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid ( 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.vtkExtractRectilinearGrid.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.vtkRectilinearGridAlgorithm.

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.)

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.vtkExtractRectilinearGrid.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.vtkExtractRectilinearGrid.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.vtkExtractRectilinearGrid.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).

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.)

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.vtkExtractRectilinearGrid.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkExtractRectilinearGrid.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.vtkExtractRectilinearGrid.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.vtkExtractRectilinearGrid.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.vtkExtractRectilinearGrid.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.vtkExtractRectilinearGrid.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 IntPtr Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_GetSampleRate_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_GetSampleRate_03 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_GetVOI_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_GetVOI_05 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_SetIncludeBoundary_13 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_SetSampleRate_14 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3 
) [private]
static internal void Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_SetSampleRate_15 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_SetVOI_16 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [private]
static internal void Kitware.VTK.vtkExtractRectilinearGrid.vtkExtractRectilinearGrid_SetVOI_17 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractRectilinearGrid.MRClassNameKey = "25vtkExtractRectilinearGrid" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRectilinearGridAlgorithm.


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