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

vtkPolyDataWriter - write vtk polygonal data More...

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

List of all members.

Public Member Functions

 vtkPolyDataWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPolyDataWriter ()
 Undocumented Block.
new vtkPolyData GetInput ()
 Get the input to this writer.
new vtkPolyData GetInput (int port)
 Get the input to this writer.
override int IsA (string type)
 Undocumented Block.
new vtkPolyDataWriter NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkPolyDataWriter"
 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 vtkPolyDataWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyDataWriter_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyDataWriter_GetInput_02 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPolyDataWriter_IsA_03 (HandleRef pThis, string type)
static internal int vtkPolyDataWriter_IsTypeOf_04 (string type)
static internal IntPtr vtkPolyDataWriter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyDataWriter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkPolyDataWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPolyDataWriter - write vtk polygonal data

Description vtkPolyDataWriter is a source object that writes ASCII or binary polygonal data files in vtk format. See text for format details. Caveats Binary files written on one system may not be readable on other systems.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Reimplemented in Kitware.VTK.vtkMNIObjectWriter, Kitware.VTK.vtkCGMWriter, Kitware.VTK.vtkBYUWriter, Kitware.VTK.vtkPLYWriter, Kitware.VTK.vtkIVWriter, Kitware.VTK.vtkMCubesWriter, and Kitware.VTK.vtkSTLWriter.

Get the input to this writer.

Reimplemented from Kitware.VTK.vtkWriter.

Here is the call graph for this function:

Get the input to this writer.

Reimplemented from Kitware.VTK.vtkWriter.

Here is the call graph for this function:

override int Kitware.VTK.vtkPolyDataWriter.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkPolyDataWriter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataWriter.

Reimplemented in Kitware.VTK.vtkPLYWriter, Kitware.VTK.vtkCGMWriter, Kitware.VTK.vtkMNIObjectWriter, Kitware.VTK.vtkBYUWriter, Kitware.VTK.vtkMCubesWriter, Kitware.VTK.vtkIVWriter, and Kitware.VTK.vtkSTLWriter.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkPolyDataWriter.vtkPolyDataWriter_GetInput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataWriter.vtkPolyDataWriter_GetInput_02 ( HandleRef  pThis,
int  port,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPolyDataWriter.vtkPolyDataWriter_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPolyDataWriter.vtkPolyDataWriter_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataWriter.vtkPolyDataWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataWriter.vtkPolyDataWriter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataWriter.vtkPolyDataWriter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPolyDataWriter.MRClassNameKey = "17vtkPolyDataWriter" [static]
new const string Kitware.VTK.vtkPolyDataWriter.MRFullTypeName = "Kitware.VTK.vtkPolyDataWriter"

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