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

vtkImageToImageStencil - clip an image with a mask image More...

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

List of all members.

Public Member Functions

 vtkImageToImageStencil (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageToImageStencil ()
 Undocumented Block.
vtkImageData GetInput ()
 Specify the image data to convert into a stencil.
virtual double GetLowerThreshold ()
 Get the Upper and Lower thresholds.
virtual double GetUpperThreshold ()
 Get the Upper and Lower thresholds.
override int IsA (string type)
 Undocumented Block.
new vtkImageToImageStencil NewInstance ()
 Undocumented Block.
void SetInput (vtkImageData input)
 Specify the image data to convert into a stencil.
virtual void SetLowerThreshold (double _arg)
 Get the Upper and Lower thresholds.
virtual void SetUpperThreshold (double _arg)
 Get the Upper and Lower thresholds.
void ThresholdBetween (double lower, double upper)
 The values in a range (inclusive) match.
void ThresholdByLower (double thresh)
 The values less than or equal to the value match.
void ThresholdByUpper (double thresh)
 The values greater than or equal to the value match.

Static Public Member Functions

static new vtkImageToImageStencil New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageToImageStencil SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkImageToImageStencil"
 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 vtkImageToImageStencil_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageToImageStencil_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkImageToImageStencil_GetLowerThreshold_02 (HandleRef pThis)
static internal double vtkImageToImageStencil_GetUpperThreshold_03 (HandleRef pThis)
static internal int vtkImageToImageStencil_IsA_04 (HandleRef pThis, string type)
static internal int vtkImageToImageStencil_IsTypeOf_05 (string type)
static internal IntPtr vtkImageToImageStencil_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageToImageStencil_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageToImageStencil_SetInput_09 (HandleRef pThis, HandleRef input)
static internal void vtkImageToImageStencil_SetLowerThreshold_10 (HandleRef pThis, double _arg)
static internal void vtkImageToImageStencil_SetUpperThreshold_11 (HandleRef pThis, double _arg)
static internal void vtkImageToImageStencil_ThresholdBetween_12 (HandleRef pThis, double lower, double upper)
static internal void vtkImageToImageStencil_ThresholdByLower_13 (HandleRef pThis, double thresh)
static internal void vtkImageToImageStencil_ThresholdByUpper_14 (HandleRef pThis, double thresh)

Static Private Member Functions

static vtkImageToImageStencil ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageToImageStencil - clip an image with a mask image

Description vtkImageToImageStencil will convert a vtkImageData into an stencil that can be used with vtkImageStecil or other vtk classes that apply a stencil to an image.

vtkImageStencil vtkImplicitFunctionToImageStencil vtkPolyDataToImageStencil


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil ( 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.vtkImageToImageStencil.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.vtkImageStencilAlgorithm.

Specify the image data to convert into a stencil.

Here is the call graph for this function:

Get the Upper and Lower thresholds.

Get the Upper and Lower thresholds.

override int Kitware.VTK.vtkImageToImageStencil.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilAlgorithm.

Here is the call graph for this function:

Specify the image data to convert into a stencil.

virtual void Kitware.VTK.vtkImageToImageStencil.SetLowerThreshold ( double  _arg) [virtual]

Get the Upper and Lower thresholds.

virtual void Kitware.VTK.vtkImageToImageStencil.SetUpperThreshold ( double  _arg) [virtual]

Get the Upper and Lower thresholds.

void Kitware.VTK.vtkImageToImageStencil.ThresholdBetween ( double  lower,
double  upper 
)

The values in a range (inclusive) match.

The values less than or equal to the value match.

The values greater than or equal to the value match.

static internal IntPtr Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_GetInput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_GetLowerThreshold_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_GetUpperThreshold_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_SetInput_09 ( HandleRef  pThis,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_SetLowerThreshold_10 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_SetUpperThreshold_11 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_ThresholdBetween_12 ( HandleRef  pThis,
double  lower,
double  upper 
) [private]
static internal void Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_ThresholdByLower_13 ( HandleRef  pThis,
double  thresh 
) [private]
static internal void Kitware.VTK.vtkImageToImageStencil.vtkImageToImageStencil_ThresholdByUpper_14 ( HandleRef  pThis,
double  thresh 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageToImageStencil.MRClassNameKey = "22vtkImageToImageStencil" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageStencilAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageStencilAlgorithm.


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