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

vtkMCubesWriter - write binary marching cubes file More...

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

List of all members.

Public Member Functions

 vtkMCubesWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMCubesWriter ()
 Undocumented Block.
virtual string GetLimitsFileName ()
 Set/get file name of marching cubes limits file.
override int IsA (string type)
 Undocumented Block.
new vtkMCubesWriter NewInstance ()
 Undocumented Block.
virtual void SetLimitsFileName (string _arg)
 Set/get file name of marching cubes limits file.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkMCubesWriter"
 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 vtkMCubesWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMCubesWriter_GetLimitsFileName_01 (HandleRef pThis)
static internal int vtkMCubesWriter_IsA_02 (HandleRef pThis, string type)
static internal int vtkMCubesWriter_IsTypeOf_03 (string type)
static internal IntPtr vtkMCubesWriter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMCubesWriter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMCubesWriter_SetLimitsFileName_07 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkMCubesWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMCubesWriter - write binary marching cubes file

Description vtkMCubesWriter is a polydata writer that writes binary marching cubes files. (Marching cubes is an isosurfacing technique that generates many triangles.) The binary format is supported by W. Lorensen's marching cubes program (and the vtkSliceCubes object). Each triangle is represented by three records, with each record consisting of six single precision floating point numbers representing the a triangle vertex coordinate and vertex normal.


Constructor & Destructor Documentation

static Kitware.VTK.vtkMCubesWriter.vtkMCubesWriter ( ) [static, private]

Automatically generated type registration mechanics.

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

virtual string Kitware.VTK.vtkMCubesWriter.GetLimitsFileName ( ) [virtual]

Set/get file name of marching cubes limits file.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkMCubesWriter.SetLimitsFileName ( string  _arg) [virtual]

Set/get file name of marching cubes limits file.

static internal IntPtr Kitware.VTK.vtkMCubesWriter.vtkMCubesWriter_GetLimitsFileName_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMCubesWriter.vtkMCubesWriter_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMCubesWriter.vtkMCubesWriter_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMCubesWriter.vtkMCubesWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMCubesWriter.vtkMCubesWriter_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMCubesWriter.vtkMCubesWriter_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMCubesWriter.vtkMCubesWriter_SetLimitsFileName_07 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMCubesWriter.MRClassNameKey = "15vtkMCubesWriter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.


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