ActiViz .NET
5.8.0
|
vtkFacetWriter - reads a dataset in Facet format More...
Public Member Functions | |
vtkFacetWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkFacetWriter () | |
Undocumented Block. | |
virtual string | GetFileName () |
Specify file name of Facet datafile to read. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkFacetWriter | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
Specify file name of Facet datafile to read. | |
void | Write () |
Write data. | |
Static Public Member Functions | |
static new vtkFacetWriter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkFacetWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkFacetWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkFacetWriter" |
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 | vtkFacetWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkFacetWriter_GetFileName_01 (HandleRef pThis) |
static internal int | vtkFacetWriter_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkFacetWriter_IsTypeOf_03 (string type) |
static internal IntPtr | vtkFacetWriter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkFacetWriter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkFacetWriter_SetFileName_07 (HandleRef pThis, string _arg) |
static internal void | vtkFacetWriter_Write_08 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkFacetWriter () |
Automatically generated type registration mechanics. |
vtkFacetWriter - reads a dataset in Facet format
Description vtkFacetWriter creates an unstructured grid dataset. It reads ASCII files stored in Facet format
The facet format looks like this: FACET FILE ... nparts Part 1 name 0 npoints 0 0 p1x p1y p1z p2x p2y p2z ... 1 Part 1 name ncells npointspercell p1c1 p2c1 p3c1 ... pnc1 materialnum partnum p1c2 p2c2 p3c2 ... pnc2 materialnum partnum ...
static Kitware.VTK.vtkFacetWriter.vtkFacetWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkFacetWriter.vtkFacetWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkFacetWriter.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 string Kitware.VTK.vtkFacetWriter.GetFileName | ( | ) | [virtual] |
Specify file name of Facet datafile to read.
override int Kitware.VTK.vtkFacetWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkFacetWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkFacetWriter Kitware.VTK.vtkFacetWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkFacetWriter Kitware.VTK.vtkFacetWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkFacetWriter.SetFileName | ( | string | _arg | ) | [virtual] |
Specify file name of Facet datafile to read.
static internal IntPtr Kitware.VTK.vtkFacetWriter.vtkFacetWriter_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFacetWriter.vtkFacetWriter_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkFacetWriter.vtkFacetWriter_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkFacetWriter.vtkFacetWriter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkFacetWriter.vtkFacetWriter_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkFacetWriter.vtkFacetWriter_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkFacetWriter.vtkFacetWriter_SetFileName_07 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkFacetWriter.vtkFacetWriter_Write_08 | ( | HandleRef | pThis | ) | [private] |
void Kitware.VTK.vtkFacetWriter.Write | ( | ) |
Write data.
new readonly string Kitware.VTK.vtkFacetWriter.MRClassNameKey = "14vtkFacetWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkFacetWriter.MRFullTypeName = "Kitware.VTK.vtkFacetWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.