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

vtkXMLReader - Superclass for VTK's XML format readers. More...

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

List of all members.

Public Member Functions

 vtkXMLReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual int CanReadFile (string name)
 Test whether the file with the given name can be read by this reader.
virtual void CopyOutputInformation (vtkInformation arg0, int arg1)
 For the specified port, copy the information this reader sets up in SetupOutputInformation to outInfo.
string GetCellArrayName (int index)
 Get the name of the point or cell array with the given index in the input.
int GetCellArrayStatus (string name)
 Get/Set whether the point or cell array with the given name is to be read.
virtual vtkDataArraySelection GetCellDataArraySelection ()
 Get the data array selection tables used to configure which data arrays are loaded by the reader.
virtual string GetFileName ()
 Get/Set the name of the input file.
int GetNumberOfCellArrays ()
 Get the number of point or cell arrays available in the input.
int GetNumberOfPointArrays ()
 Get the number of point or cell arrays available in the input.
virtual int GetNumberOfTimeSteps ()
 Which TimeStep to read.
vtkDataSet GetOutputAsDataSet ()
 Get the output as a vtkDataSet pointer.
vtkDataSet GetOutputAsDataSet (int index)
 Get the output as a vtkDataSet pointer.
string GetPointArrayName (int index)
 Get the name of the point or cell array with the given index in the input.
int GetPointArrayStatus (string name)
 Get/Set whether the point or cell array with the given name is to be read.
virtual vtkDataArraySelection GetPointDataArraySelection ()
 Get the data array selection tables used to configure which data arrays are loaded by the reader.
virtual int GetTimeStep ()
 Which TimeStep to read.
virtual int[] GetTimeStepRange ()
 Which TimeStepRange to read.
virtual void GetTimeStepRange (ref int _arg1, ref int _arg2)
 Which TimeStepRange to read.
virtual void GetTimeStepRange (IntPtr _arg)
 Which TimeStepRange to read.
override int IsA (string type)
 Undocumented Block.
new vtkXMLReader NewInstance ()
 Undocumented Block.
void SetCellArrayStatus (string name, int status)
 Get/Set whether the point or cell array with the given name is to be read.
virtual void SetFileName (string _arg)
 Get/Set the name of the input file.
void SetPointArrayStatus (string name, int status)
 Get/Set whether the point or cell array with the given name is to be read.
virtual void SetTimeStep (int _arg)
 Which TimeStep to read.
virtual void SetTimeStepRange (int _arg1, int _arg2)
 Which TimeStepRange to read.
void SetTimeStepRange (IntPtr _arg)
 Which TimeStepRange to read.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkXMLReader"
 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 int vtkXMLReader_CanReadFile_01 (HandleRef pThis, string name)
static internal void vtkXMLReader_CopyOutputInformation_02 (HandleRef pThis, HandleRef arg0, int arg1)
static internal IntPtr vtkXMLReader_GetCellArrayName_03 (HandleRef pThis, int index)
static internal int vtkXMLReader_GetCellArrayStatus_04 (HandleRef pThis, string name)
static internal IntPtr vtkXMLReader_GetCellDataArraySelection_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLReader_GetFileName_06 (HandleRef pThis)
static internal int vtkXMLReader_GetNumberOfCellArrays_07 (HandleRef pThis)
static internal int vtkXMLReader_GetNumberOfPointArrays_08 (HandleRef pThis)
static internal int vtkXMLReader_GetNumberOfTimeSteps_09 (HandleRef pThis)
static internal IntPtr vtkXMLReader_GetOutputAsDataSet_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLReader_GetOutputAsDataSet_11 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLReader_GetPointArrayName_12 (HandleRef pThis, int index)
static internal int vtkXMLReader_GetPointArrayStatus_13 (HandleRef pThis, string name)
static internal IntPtr vtkXMLReader_GetPointDataArraySelection_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLReader_GetTimeStep_15 (HandleRef pThis)
static internal IntPtr vtkXMLReader_GetTimeStepRange_16 (HandleRef pThis)
static internal void vtkXMLReader_GetTimeStepRange_17 (HandleRef pThis, ref int _arg1, ref int _arg2)
static internal void vtkXMLReader_GetTimeStepRange_18 (HandleRef pThis, IntPtr _arg)
static internal int vtkXMLReader_IsA_19 (HandleRef pThis, string type)
static internal int vtkXMLReader_IsTypeOf_20 (string type)
static internal IntPtr vtkXMLReader_NewInstance_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLReader_SafeDownCast_22 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXMLReader_SetCellArrayStatus_23 (HandleRef pThis, string name, int status)
static internal void vtkXMLReader_SetFileName_24 (HandleRef pThis, string _arg)
static internal void vtkXMLReader_SetPointArrayStatus_25 (HandleRef pThis, string name, int status)
static internal void vtkXMLReader_SetTimeStep_26 (HandleRef pThis, int _arg)
static internal void vtkXMLReader_SetTimeStepRange_27 (HandleRef pThis, int _arg1, int _arg2)
static internal void vtkXMLReader_SetTimeStepRange_28 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkXMLReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLReader - Superclass for VTK's XML format readers.

Description vtkXMLReader uses vtkXMLDataParser to parse a VTK XML input file. Concrete subclasses then traverse the parsed file structure and extract data.


Constructor & Destructor Documentation

static Kitware.VTK.vtkXMLReader.vtkXMLReader ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkXMLReader.vtkXMLReader ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

virtual int Kitware.VTK.vtkXMLReader.CanReadFile ( string  name) [virtual]

Test whether the file with the given name can be read by this reader.

virtual void Kitware.VTK.vtkXMLReader.CopyOutputInformation ( vtkInformation  arg0,
int  arg1 
) [virtual]
override void Kitware.VTK.vtkXMLReader.Dispose ( bool  disposing) [protected]

Get the name of the point or cell array with the given index in the input.

Get/Set whether the point or cell array with the given name is to be read.

Get the data array selection tables used to configure which data arrays are loaded by the reader.

Here is the call graph for this function:

virtual string Kitware.VTK.vtkXMLReader.GetFileName ( ) [virtual]

Get/Set the name of the input file.

Get the number of point or cell arrays available in the input.

Get the number of point or cell arrays available in the input.

Which TimeStep to read.

Get the output as a vtkDataSet pointer.

Here is the call graph for this function:

Get the output as a vtkDataSet pointer.

Here is the call graph for this function:

Get the name of the point or cell array with the given index in the input.

Get/Set whether the point or cell array with the given name is to be read.

Get the data array selection tables used to configure which data arrays are loaded by the reader.

Here is the call graph for this function:

virtual int Kitware.VTK.vtkXMLReader.GetTimeStep ( ) [virtual]

Which TimeStep to read.

virtual int [] Kitware.VTK.vtkXMLReader.GetTimeStepRange ( ) [virtual]

Which TimeStepRange to read.

virtual void Kitware.VTK.vtkXMLReader.GetTimeStepRange ( ref int  _arg1,
ref int  _arg2 
) [virtual]

Which TimeStepRange to read.

virtual void Kitware.VTK.vtkXMLReader.GetTimeStepRange ( IntPtr  _arg) [virtual]

Which TimeStepRange to read.

override int Kitware.VTK.vtkXMLReader.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkXMLReader.IsTypeOf ( string  type) [static]
void Kitware.VTK.vtkXMLReader.SetCellArrayStatus ( string  name,
int  status 
)

Get/Set whether the point or cell array with the given name is to be read.

virtual void Kitware.VTK.vtkXMLReader.SetFileName ( string  _arg) [virtual]

Get/Set the name of the input file.

void Kitware.VTK.vtkXMLReader.SetPointArrayStatus ( string  name,
int  status 
)

Get/Set whether the point or cell array with the given name is to be read.

virtual void Kitware.VTK.vtkXMLReader.SetTimeStep ( int  _arg) [virtual]

Which TimeStep to read.

virtual void Kitware.VTK.vtkXMLReader.SetTimeStepRange ( int  _arg1,
int  _arg2 
) [virtual]

Which TimeStepRange to read.

Which TimeStepRange to read.

static internal int Kitware.VTK.vtkXMLReader.vtkXMLReader_CanReadFile_01 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkXMLReader.vtkXMLReader_CopyOutputInformation_02 ( HandleRef  pThis,
HandleRef  arg0,
int  arg1 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLReader.vtkXMLReader_GetCellArrayName_03 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkXMLReader.vtkXMLReader_GetCellArrayStatus_04 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLReader.vtkXMLReader_GetCellDataArraySelection_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLReader.vtkXMLReader_GetFileName_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLReader.vtkXMLReader_GetNumberOfCellArrays_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLReader.vtkXMLReader_GetNumberOfPointArrays_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLReader.vtkXMLReader_GetNumberOfTimeSteps_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXMLReader.vtkXMLReader_GetOutputAsDataSet_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLReader.vtkXMLReader_GetOutputAsDataSet_11 ( HandleRef  pThis,
int  index,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLReader.vtkXMLReader_GetPointArrayName_12 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkXMLReader.vtkXMLReader_GetPointArrayStatus_13 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLReader.vtkXMLReader_GetPointDataArraySelection_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLReader.vtkXMLReader_GetTimeStep_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXMLReader.vtkXMLReader_GetTimeStepRange_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXMLReader.vtkXMLReader_GetTimeStepRange_17 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2 
) [private]
static internal void Kitware.VTK.vtkXMLReader.vtkXMLReader_GetTimeStepRange_18 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkXMLReader.vtkXMLReader_IsA_19 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkXMLReader.vtkXMLReader_IsTypeOf_20 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkXMLReader.vtkXMLReader_NewInstance_21 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLReader.vtkXMLReader_SafeDownCast_22 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkXMLReader.vtkXMLReader_SetCellArrayStatus_23 ( HandleRef  pThis,
string  name,
int  status 
) [private]
static internal void Kitware.VTK.vtkXMLReader.vtkXMLReader_SetFileName_24 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkXMLReader.vtkXMLReader_SetPointArrayStatus_25 ( HandleRef  pThis,
string  name,
int  status 
) [private]
static internal void Kitware.VTK.vtkXMLReader.vtkXMLReader_SetTimeStep_26 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXMLReader.vtkXMLReader_SetTimeStepRange_27 ( HandleRef  pThis,
int  _arg1,
int  _arg2 
) [private]
static internal void Kitware.VTK.vtkXMLReader.vtkXMLReader_SetTimeStepRange_28 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXMLReader.MRClassNameKey = "12vtkXMLReader" [static]
new const string Kitware.VTK.vtkXMLReader.MRFullTypeName = "Kitware.VTK.vtkXMLReader"

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