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

vtkFacetReader - reads a dataset in Facet format More...

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

List of all members.

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.

Detailed Description

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 ...


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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