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

vtkExtractVOI - select piece (e.g., volume of interest) and/or subsample structured points dataset More...

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

List of all members.

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.

Detailed Description

vtkExtractVOI - select piece (e.g., volume of interest) and/or subsample structured points dataset


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Construct object to extract all of the input data.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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