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

vtkImageStencil - combine images via a cookie-cutter operation More...

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

List of all members.

Public Member Functions

 vtkImageStencil (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageStencil ()
 Undocumented Block.
virtual double[] GetBackgroundColor ()
 Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.
virtual void GetBackgroundColor (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4)
 Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.
virtual void GetBackgroundColor (IntPtr _arg)
 Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.
vtkImageData GetBackgroundInput ()
 Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead.
double GetBackgroundValue ()
 Set the default output value to use when the second input is not set.
virtual int GetReverseStencil ()
 Reverse the stencil.
vtkImageStencilData GetStencil ()
 Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData.
override int IsA (string type)
 Undocumented Block.
new vtkImageStencil NewInstance ()
 Undocumented Block.
virtual void ReverseStencilOff ()
 Reverse the stencil.
virtual void ReverseStencilOn ()
 Reverse the stencil.
virtual void SetBackgroundColor (double _arg1, double _arg2, double _arg3, double _arg4)
 Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.
virtual void SetBackgroundColor (IntPtr _arg)
 Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.
virtual void SetBackgroundInput (vtkImageData input)
 Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead.
void SetBackgroundValue (double val)
 Set the default output value to use when the second input is not set.
virtual void SetReverseStencil (int _arg)
 Reverse the stencil.
virtual void SetStencil (vtkImageStencilData stencil)
 Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkImageStencil"
 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 vtkImageStencil_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageStencil_GetBackgroundColor_01 (HandleRef pThis)
static internal void vtkImageStencil_GetBackgroundColor_02 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4)
static internal void vtkImageStencil_GetBackgroundColor_03 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkImageStencil_GetBackgroundInput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkImageStencil_GetBackgroundValue_05 (HandleRef pThis)
static internal int vtkImageStencil_GetReverseStencil_06 (HandleRef pThis)
static internal IntPtr vtkImageStencil_GetStencil_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageStencil_IsA_08 (HandleRef pThis, string type)
static internal int vtkImageStencil_IsTypeOf_09 (string type)
static internal IntPtr vtkImageStencil_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageStencil_ReverseStencilOff_12 (HandleRef pThis)
static internal void vtkImageStencil_ReverseStencilOn_13 (HandleRef pThis)
static internal IntPtr vtkImageStencil_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageStencil_SetBackgroundColor_15 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4)
static internal void vtkImageStencil_SetBackgroundColor_16 (HandleRef pThis, IntPtr _arg)
static internal void vtkImageStencil_SetBackgroundInput_17 (HandleRef pThis, HandleRef input)
static internal void vtkImageStencil_SetBackgroundValue_18 (HandleRef pThis, double val)
static internal void vtkImageStencil_SetReverseStencil_19 (HandleRef pThis, int _arg)
static internal void vtkImageStencil_SetStencil_20 (HandleRef pThis, HandleRef stencil)

Static Private Member Functions

static vtkImageStencil ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageStencil - combine images via a cookie-cutter operation

Description vtkImageStencil will combine two images together using a stencil. The stencil should be provided in the form of a vtkImageStencilData,


Constructor & Destructor Documentation

static Kitware.VTK.vtkImageStencil.vtkImageStencil ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageStencil.vtkImageStencil ( 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.vtkImageStencil.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.vtkThreadedImageAlgorithm.

virtual double [] Kitware.VTK.vtkImageStencil.GetBackgroundColor ( ) [virtual]

Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.

virtual void Kitware.VTK.vtkImageStencil.GetBackgroundColor ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4 
) [virtual]

Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.

virtual void Kitware.VTK.vtkImageStencil.GetBackgroundColor ( IntPtr  _arg) [virtual]

Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.

Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead.

Here is the call graph for this function:

Set the default output value to use when the second input is not set.

Reverse the stencil.

Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Reverse the stencil.

Reverse the stencil.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageStencil.SetBackgroundColor ( double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4 
) [virtual]

Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.

virtual void Kitware.VTK.vtkImageStencil.SetBackgroundColor ( IntPtr  _arg) [virtual]

Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.

Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead.

Set the default output value to use when the second input is not set.

virtual void Kitware.VTK.vtkImageStencil.SetReverseStencil ( int  _arg) [virtual]

Reverse the stencil.

virtual void Kitware.VTK.vtkImageStencil.SetStencil ( vtkImageStencilData  stencil) [virtual]

Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData.

static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_GetBackgroundColor_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_GetBackgroundColor_02 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3,
ref double  _arg4 
) [private]
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_GetBackgroundColor_03 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_GetBackgroundInput_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkImageStencil.vtkImageStencil_GetBackgroundValue_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageStencil.vtkImageStencil_GetReverseStencil_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_GetStencil_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImageStencil.vtkImageStencil_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageStencil.vtkImageStencil_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_ReverseStencilOff_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_ReverseStencilOn_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_SafeDownCast_14 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetBackgroundColor_15 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4 
) [private]
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetBackgroundColor_16 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetBackgroundInput_17 ( HandleRef  pThis,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetBackgroundValue_18 ( HandleRef  pThis,
double  val 
) [private]
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetReverseStencil_19 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetStencil_20 ( HandleRef  pThis,
HandleRef  stencil 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageStencil.MRClassNameKey = "15vtkImageStencil" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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