ActiViz .NET
5.8.0
|
vtkUnstructuredGridWriter - write vtk unstructured grid data file More...
Public Member Functions | |
vtkUnstructuredGridWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkUnstructuredGridWriter () | |
Undocumented Block. | |
new vtkUnstructuredGrid | GetInput () |
Get the input to this writer. | |
new vtkUnstructuredGrid | GetInput (int port) |
Get the input to this writer. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkUnstructuredGridWriter | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkUnstructuredGridWriter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkUnstructuredGridWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkUnstructuredGridWriter" |
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 | vtkUnstructuredGridWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkUnstructuredGridWriter_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkUnstructuredGridWriter_GetInput_02 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkUnstructuredGridWriter_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkUnstructuredGridWriter_IsTypeOf_04 (string type) |
static internal IntPtr | vtkUnstructuredGridWriter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkUnstructuredGridWriter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkUnstructuredGridWriter () |
Automatically generated type registration mechanics. |
vtkUnstructuredGridWriter - write vtk unstructured grid data file
Description vtkUnstructuredGridWriter is a source object that writes ASCII or binary unstructured grid data files in vtk format. See text for format details. Caveats Binary files written on one system may not be readable on other systems.
static Kitware.VTK.vtkUnstructuredGridWriter.vtkUnstructuredGridWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkUnstructuredGridWriter.vtkUnstructuredGridWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkUnstructuredGridWriter.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.
Get the input to this writer.
Reimplemented from Kitware.VTK.vtkWriter.
new vtkUnstructuredGrid Kitware.VTK.vtkUnstructuredGridWriter.GetInput | ( | int | port | ) |
Get the input to this writer.
Reimplemented from Kitware.VTK.vtkWriter.
override int Kitware.VTK.vtkUnstructuredGridWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataWriter.
static new int Kitware.VTK.vtkUnstructuredGridWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataWriter.
static new vtkUnstructuredGridWriter Kitware.VTK.vtkUnstructuredGridWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataWriter.
static new vtkUnstructuredGridWriter Kitware.VTK.vtkUnstructuredGridWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataWriter.
static internal IntPtr Kitware.VTK.vtkUnstructuredGridWriter.vtkUnstructuredGridWriter_GetInput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridWriter.vtkUnstructuredGridWriter_GetInput_02 | ( | HandleRef | pThis, |
int | port, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridWriter.vtkUnstructuredGridWriter_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridWriter.vtkUnstructuredGridWriter_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridWriter.vtkUnstructuredGridWriter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridWriter.vtkUnstructuredGridWriter_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridWriter.vtkUnstructuredGridWriter_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkUnstructuredGridWriter.MRClassNameKey = "25vtkUnstructuredGridWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataWriter.
new const string Kitware.VTK.vtkUnstructuredGridWriter.MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataWriter.