ActiViz .NET
5.8.0
|
vtkFacetReader - reads a dataset in Facet format More...
Public Member Functions | |
vtkFacetReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkFacetReader () | |
Undocumented Block. | |
virtual string | GetFileName () |
Specify file name of Facet datafile to read. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkFacetReader | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
Specify file name of Facet datafile to read. | |
Static Public Member Functions | |
static new vtkFacetReader | New () |
Undocumented Block. | |
static int | CanReadFile (string filename) |
Specify file name of Facet datafile to read. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkFacetReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkFacetReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkFacetReader" |
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 | vtkFacetReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkFacetReader_CanReadFile_01 (string filename) |
static internal IntPtr | vtkFacetReader_GetFileName_02 (HandleRef pThis) |
static internal int | vtkFacetReader_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkFacetReader_IsTypeOf_04 (string type) |
static internal IntPtr | vtkFacetReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkFacetReader_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkFacetReader_SetFileName_08 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkFacetReader () |
Automatically generated type registration mechanics. |
vtkFacetReader - reads a dataset in Facet format
Description vtkFacetReader creates a poly data 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.vtkFacetReader.vtkFacetReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkFacetReader.vtkFacetReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
static int Kitware.VTK.vtkFacetReader.CanReadFile | ( | string | filename | ) | [static] |
Specify file name of Facet datafile to read.
override void Kitware.VTK.vtkFacetReader.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.vtkFacetReader.GetFileName | ( | ) | [virtual] |
Specify file name of Facet datafile to read.
override int Kitware.VTK.vtkFacetReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkFacetReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkFacetReader Kitware.VTK.vtkFacetReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkFacetReader Kitware.VTK.vtkFacetReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkFacetReader.SetFileName | ( | string | _arg | ) | [virtual] |
Specify file name of Facet datafile to read.
static internal int Kitware.VTK.vtkFacetReader.vtkFacetReader_CanReadFile_01 | ( | string | filename | ) | [private] |
static internal IntPtr Kitware.VTK.vtkFacetReader.vtkFacetReader_GetFileName_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFacetReader.vtkFacetReader_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkFacetReader.vtkFacetReader_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkFacetReader.vtkFacetReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkFacetReader.vtkFacetReader_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkFacetReader.vtkFacetReader_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkFacetReader.vtkFacetReader_SetFileName_08 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkFacetReader.MRClassNameKey = "14vtkFacetReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkFacetReader.MRFullTypeName = "Kitware.VTK.vtkFacetReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.