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

vtkVoxelContoursToSurfaceFilter - create surface from contours More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

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 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 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]

Member Data Documentation

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.


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