ActiViz .NET
5.8.0
|
vtkVoxelContoursToSurfaceFilter - create surface from contours More...
Public Member Functions | |
vtkVoxelContoursToSurfaceFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkVoxelContoursToSurfaceFilter () | |
Undocumented Block. | |
virtual int | GetMemoryLimitInBytes () |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary. | |
virtual double[] | GetSpacing () |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary. | |
virtual void | GetSpacing (IntPtr data) |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkVoxelContoursToSurfaceFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetMemoryLimitInBytes (int _arg) |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary. | |
virtual void | SetSpacing (double _arg1, double _arg2, double _arg3) |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary. | |
virtual void | SetSpacing (IntPtr _arg) |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary. | |
Static Public Member Functions | |
static new vtkVoxelContoursToSurfaceFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkVoxelContoursToSurfaceFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkVoxelContoursToSurfaceFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "31vtkVoxelContoursToSurfaceFilter" |
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 | vtkVoxelContoursToSurfaceFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkVoxelContoursToSurfaceFilter_GetMemoryLimitInBytes_01 (HandleRef pThis) |
static internal IntPtr | vtkVoxelContoursToSurfaceFilter_GetSpacing_02 (HandleRef pThis) |
static internal void | vtkVoxelContoursToSurfaceFilter_GetSpacing_03 (HandleRef pThis, IntPtr data) |
static internal int | vtkVoxelContoursToSurfaceFilter_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkVoxelContoursToSurfaceFilter_IsTypeOf_05 (string type) |
static internal IntPtr | vtkVoxelContoursToSurfaceFilter_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVoxelContoursToSurfaceFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVoxelContoursToSurfaceFilter_SetMemoryLimitInBytes_09 (HandleRef pThis, int _arg) |
static internal void | vtkVoxelContoursToSurfaceFilter_SetSpacing_10 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkVoxelContoursToSurfaceFilter_SetSpacing_11 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
static | vtkVoxelContoursToSurfaceFilter () |
Automatically generated type registration mechanics. |
vtkVoxelContoursToSurfaceFilter - create surface from contours
Description vtkVoxelContoursToSurfaceFilter is a filter that takes contours and produces surfaces. There are some restrictions for the contours:
This filter takes the contours and produces a structured points dataset of signed floating point number indicating distance from a contour. A contouring filter is then applied to generate 3D surfaces from a stack of 2D contour distance slices. This is done in a streaming fashion so as not to use to much memory.
static Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkVoxelContoursToSurfaceFilter.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.vtkPolyDataAlgorithm.
virtual int Kitware.VTK.vtkVoxelContoursToSurfaceFilter.GetMemoryLimitInBytes | ( | ) | [virtual] |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary.
virtual double [] Kitware.VTK.vtkVoxelContoursToSurfaceFilter.GetSpacing | ( | ) | [virtual] |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary.
virtual void Kitware.VTK.vtkVoxelContoursToSurfaceFilter.GetSpacing | ( | IntPtr | data | ) | [virtual] |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary.
override int Kitware.VTK.vtkVoxelContoursToSurfaceFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkVoxelContoursToSurfaceFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkVoxelContoursToSurfaceFilter Kitware.VTK.vtkVoxelContoursToSurfaceFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkVoxelContoursToSurfaceFilter Kitware.VTK.vtkVoxelContoursToSurfaceFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkVoxelContoursToSurfaceFilter.SetMemoryLimitInBytes | ( | int | _arg | ) | [virtual] |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary.
virtual void Kitware.VTK.vtkVoxelContoursToSurfaceFilter.SetSpacing | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary.
virtual void Kitware.VTK.vtkVoxelContoursToSurfaceFilter.SetSpacing | ( | IntPtr | _arg | ) | [virtual] |
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary.
static internal int Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_GetMemoryLimitInBytes_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_GetSpacing_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_GetSpacing_03 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_SetMemoryLimitInBytes_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_SetSpacing_10 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkVoxelContoursToSurfaceFilter.vtkVoxelContoursToSurfaceFilter_SetSpacing_11 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkVoxelContoursToSurfaceFilter.MRClassNameKey = "31vtkVoxelContoursToSurfaceFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkVoxelContoursToSurfaceFilter.MRFullTypeName = "Kitware.VTK.vtkVoxelContoursToSurfaceFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.