ActiViz .NET
5.8.0
|
vtkImageStencilToImage - Convert an image stencil into an image More...
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. |
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.
static Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage | ( | ) | [static, private] |
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.
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.
virtual double Kitware.VTK.vtkImageStencilToImage.GetInsideValue | ( | ) | [virtual] |
The value to use inside the stencil. The default is 1.
virtual int Kitware.VTK.vtkImageStencilToImage.GetOutputScalarType | ( | ) | [virtual] |
The desired output scalar type. The default is unsigned char.
virtual double Kitware.VTK.vtkImageStencilToImage.GetOutsideValue | ( | ) | [virtual] |
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.
static new vtkImageStencilToImage Kitware.VTK.vtkImageStencilToImage.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageStencilToImage Kitware.VTK.vtkImageStencilToImage.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
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 int Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_GetOutputScalarType_02 | ( | 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_SetOutputScalarTypeToChar_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutputScalarTypeToDouble_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutputScalarTypeToFloat_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutputScalarTypeToInt_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutputScalarTypeToLong_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutputScalarTypeToShort_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutputScalarTypeToUnsignedChar_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutputScalarTypeToUnsignedInt_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutputScalarTypeToUnsignedLong_19 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutputScalarTypeToUnsignedShort_20 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencilToImage.vtkImageStencilToImage_SetOutsideValue_21 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
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.