ActiViz .NET
5.8.0
|
vtkPolyDataToImageStencil - use polydata to mask an image More...
Public Member Functions | |
vtkPolyDataToImageStencil (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPolyDataToImageStencil () | |
Undocumented Block. | |
vtkPolyData | GetInput () |
Specify the implicit function to convert into a stencil. | |
virtual double | GetTolerance () |
The tolerance to apply in when determining whether a voxel is inside the stencil, given as a fraction of a voxel. Only used in X and Y, not in Z. | |
virtual double | GetToleranceMaxValue () |
The tolerance to apply in when determining whether a voxel is inside the stencil, given as a fraction of a voxel. Only used in X and Y, not in Z. | |
virtual double | GetToleranceMinValue () |
The tolerance to apply in when determining whether a voxel is inside the stencil, given as a fraction of a voxel. Only used in X and Y, not in Z. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPolyDataToImageStencil | NewInstance () |
Undocumented Block. | |
virtual void | SetInput (vtkPolyData arg0) |
Specify the implicit function to convert into a stencil. | |
virtual void | SetTolerance (double _arg) |
The tolerance to apply in when determining whether a voxel is inside the stencil, given as a fraction of a voxel. Only used in X and Y, not in Z. | |
Static Public Member Functions | |
static new vtkPolyDataToImageStencil | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPolyDataToImageStencil | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPolyDataToImageStencil" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkPolyDataToImageStencil" |
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 | vtkPolyDataToImageStencil_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPolyDataToImageStencil_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkPolyDataToImageStencil_GetTolerance_02 (HandleRef pThis) |
static internal double | vtkPolyDataToImageStencil_GetToleranceMaxValue_03 (HandleRef pThis) |
static internal double | vtkPolyDataToImageStencil_GetToleranceMinValue_04 (HandleRef pThis) |
static internal int | vtkPolyDataToImageStencil_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkPolyDataToImageStencil_IsTypeOf_06 (string type) |
static internal IntPtr | vtkPolyDataToImageStencil_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPolyDataToImageStencil_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPolyDataToImageStencil_SetInput_10 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkPolyDataToImageStencil_SetTolerance_11 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkPolyDataToImageStencil () |
Automatically generated type registration mechanics. |
vtkPolyDataToImageStencil - use polydata to mask an image
Description The vtkPolyDataToImageStencil class will convert polydata into an image stencil. The polydata can either be a closed surface mesh or a series of polyline contours (one contour per slice). Caveats If contours are provided, the contours must be aligned with the Z planes. Other contour orientations are not supported.
vtkImageStencil vtkImageAccumulate vtkImageBlend vtkImageReslice
static Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPolyDataToImageStencil.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.vtkImageStencilSource.
Specify the implicit function to convert into a stencil.
virtual double Kitware.VTK.vtkPolyDataToImageStencil.GetTolerance | ( | ) | [virtual] |
The tolerance to apply in when determining whether a voxel is inside the stencil, given as a fraction of a voxel. Only used in X and Y, not in Z.
virtual double Kitware.VTK.vtkPolyDataToImageStencil.GetToleranceMaxValue | ( | ) | [virtual] |
The tolerance to apply in when determining whether a voxel is inside the stencil, given as a fraction of a voxel. Only used in X and Y, not in Z.
virtual double Kitware.VTK.vtkPolyDataToImageStencil.GetToleranceMinValue | ( | ) | [virtual] |
The tolerance to apply in when determining whether a voxel is inside the stencil, given as a fraction of a voxel. Only used in X and Y, not in Z.
override int Kitware.VTK.vtkPolyDataToImageStencil.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
static new int Kitware.VTK.vtkPolyDataToImageStencil.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
static new vtkPolyDataToImageStencil Kitware.VTK.vtkPolyDataToImageStencil.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
static new vtkPolyDataToImageStencil Kitware.VTK.vtkPolyDataToImageStencil.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
virtual void Kitware.VTK.vtkPolyDataToImageStencil.SetInput | ( | vtkPolyData | arg0 | ) | [virtual] |
Specify the implicit function to convert into a stencil.
virtual void Kitware.VTK.vtkPolyDataToImageStencil.SetTolerance | ( | double | _arg | ) | [virtual] |
The tolerance to apply in when determining whether a voxel is inside the stencil, given as a fraction of a voxel. Only used in X and Y, not in Z.
static internal IntPtr Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_GetInput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_GetTolerance_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_GetToleranceMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_GetToleranceMinValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_SetInput_10 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkPolyDataToImageStencil.vtkPolyDataToImageStencil_SetTolerance_11 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkPolyDataToImageStencil.MRClassNameKey = "25vtkPolyDataToImageStencil" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
new const string Kitware.VTK.vtkPolyDataToImageStencil.MRFullTypeName = "Kitware.VTK.vtkPolyDataToImageStencil" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageStencilSource.