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

vtkImageStencilToImage - Convert an image stencil into an image More...

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

List of all members.

Public Member Functions

 vtkImageStencilToImage (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageStencilToImage ()
 Undocumented Block.
virtual double GetInsideValue ()
 The value to use inside the stencil. The default is 1.
virtual int GetOutputScalarType ()
 The desired output scalar type. The default is unsigned char.
virtual double GetOutsideValue ()
 The value to use outside the stencil. The default is 0.
override int IsA (string type)
 Undocumented Block.
new vtkImageStencilToImage NewInstance ()
 Undocumented Block.
virtual void SetInsideValue (double _arg)
 The value to use inside the stencil. The default is 1.
virtual void SetOutputScalarType (int _arg)
 The desired output scalar type. The default is unsigned char.
void SetOutputScalarTypeToChar ()
 The desired output scalar type. The default is unsigned char.
void SetOutputScalarTypeToDouble ()
 The desired output scalar type. The default is unsigned char.
void SetOutputScalarTypeToFloat ()
 The desired output scalar type. The default is unsigned char.
void SetOutputScalarTypeToInt ()
 The desired output scalar type. The default is unsigned char.
void SetOutputScalarTypeToLong ()
 The desired output scalar type. The default is unsigned char.
void SetOutputScalarTypeToShort ()
 The desired output scalar type. The default is unsigned char.
void SetOutputScalarTypeToUnsignedChar ()
 The desired output scalar type. The default is unsigned char.
void SetOutputScalarTypeToUnsignedInt ()
 The desired output scalar type. The default is unsigned char.
void SetOutputScalarTypeToUnsignedLong ()
 The desired output scalar type. The default is unsigned char.
void SetOutputScalarTypeToUnsignedShort ()
 The desired output scalar type. The default is unsigned char.
virtual void SetOutsideValue (double _arg)
 The value to use outside the stencil. The default is 0.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkImageStencilToImage"
 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 vtkImageStencilToImage_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkImageStencilToImage_GetInsideValue_01 (HandleRef pThis)
static internal int vtkImageStencilToImage_GetOutputScalarType_02 (HandleRef pThis)
static internal double vtkImageStencilToImage_GetOutsideValue_03 (HandleRef pThis)
static internal int vtkImageStencilToImage_IsA_04 (HandleRef pThis, string type)
static internal int vtkImageStencilToImage_IsTypeOf_05 (string type)
static internal IntPtr vtkImageStencilToImage_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageStencilToImage_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageStencilToImage_SetInsideValue_09 (HandleRef pThis, double _arg)
static internal void vtkImageStencilToImage_SetOutputScalarType_10 (HandleRef pThis, int _arg)
static internal void vtkImageStencilToImage_SetOutputScalarTypeToChar_11 (HandleRef pThis)
static internal void vtkImageStencilToImage_SetOutputScalarTypeToDouble_12 (HandleRef pThis)
static internal void vtkImageStencilToImage_SetOutputScalarTypeToFloat_13 (HandleRef pThis)
static internal void vtkImageStencilToImage_SetOutputScalarTypeToInt_14 (HandleRef pThis)
static internal void vtkImageStencilToImage_SetOutputScalarTypeToLong_15 (HandleRef pThis)
static internal void vtkImageStencilToImage_SetOutputScalarTypeToShort_16 (HandleRef pThis)
static internal void vtkImageStencilToImage_SetOutputScalarTypeToUnsignedChar_17 (HandleRef pThis)
static internal void vtkImageStencilToImage_SetOutputScalarTypeToUnsignedInt_18 (HandleRef pThis)
static internal void vtkImageStencilToImage_SetOutputScalarTypeToUnsignedLong_19 (HandleRef pThis)
static internal void vtkImageStencilToImage_SetOutputScalarTypeToUnsignedShort_20 (HandleRef pThis)
static internal void vtkImageStencilToImage_SetOutsideValue_21 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkImageStencilToImage ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageStencilToImage - Convert an image stencil into an image

Description vtkImageStencilToImage will convert an image stencil into a binary image. The default output will be an 8-bit image with a value of 1 inside the stencil and 0 outside. When used in combination with vtkPolyDataToImageStencil or vtkImplicitFunctionToImageStencil, this can be used to create a binary image from a mesh or a function.

vtkImplicitModeller


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

The value to use inside the stencil. The default is 1.

The desired output scalar type. The default is unsigned char.

The value to use outside the stencil. The default is 0.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

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.vtkImageStencilToImage.SetInsideValue ( double  _arg) [virtual]

The value to use inside the stencil. The default is 1.

virtual void Kitware.VTK.vtkImageStencilToImage.SetOutputScalarType ( int  _arg) [virtual]

The desired output scalar type. The default is unsigned char.

The desired output scalar type. The default is unsigned char.

The desired output scalar type. The default is unsigned char.

The desired output scalar type. The default is unsigned char.

The desired output scalar type. The default is unsigned char.

The desired output scalar type. The default is unsigned char.

The desired output scalar type. The default is unsigned char.

The desired output scalar type. The default is unsigned char.

The desired output scalar type. The default is unsigned char.

The desired output scalar type. The default is unsigned char.

The desired output scalar type. The default is unsigned char.

virtual void Kitware.VTK.vtkImageStencilToImage.SetOutsideValue ( double  _arg) [virtual]

The value to use outside the stencil. The default is 0.

static internal double Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_GetInsideValue_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_GetOutsideValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetInsideValue_09 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutputScalarType_10 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutsideValue_21 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.


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