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

vtkAVSucdReader - reads a dataset in AVS "UCD" format More...

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

List of all members.

Public Member Functions

 vtkAVSucdReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkAVSucdReader ()
 Undocumented Block.
virtual void BinaryFileOff ()
 Is the file to be read written in binary format (as opposed to ascii).
virtual void BinaryFileOn ()
 Is the file to be read written in binary format (as opposed to ascii).
void DisableAllCellArrays ()
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
void DisableAllPointArrays ()
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
void EnableAllCellArrays ()
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
void EnableAllPointArrays ()
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
virtual int GetBinaryFile ()
 Is the file to be read written in binary format (as opposed to ascii).
virtual int GetByteOrder ()
 Set/Get the endian-ness of the binary file.
string GetByteOrderAsString ()
 Set/Get the endian-ness of the binary file.
string GetCellArrayName (int index)
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
int GetCellArrayStatus (string name)
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
void GetCellDataRange (int cellComp, int index, IntPtr min, IntPtr max)
 get min and max value for the index-th value of a cell component index varies from 0 to (veclen - 1)
virtual string GetFileName ()
 Specify file name of AVS UCD datafile to read.
void GetNodeDataRange (int nodeComp, int index, IntPtr min, IntPtr max)
 get min and max value for the index-th value of a node component index varies from 0 to (veclen - 1)
int GetNumberOfCellArrays ()
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
virtual int GetNumberOfCellComponents ()
 Get the number of data components at the nodes and cells.
virtual int GetNumberOfCellFields ()
 Get the number of data fields at the cell centers.
virtual int GetNumberOfCells ()
 Get the total number of cells.
virtual int GetNumberOfFields ()
 Get the number of data fields for the model. Unused because VTK has no methods for it.
virtual int GetNumberOfNodeComponents ()
 Get the number of data components at the nodes and cells.
virtual int GetNumberOfNodeFields ()
 Get the number of data fields at the nodes.
virtual int GetNumberOfNodes ()
 Get the total number of nodes.
int GetNumberOfPointArrays ()
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
string GetPointArrayName (int index)
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
int GetPointArrayStatus (string name)
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
override int IsA (string type)
 Undocumented Block.
new vtkAVSucdReader NewInstance ()
 Undocumented Block.
virtual void SetBinaryFile (int _arg)
 Is the file to be read written in binary format (as opposed to ascii).
virtual void SetByteOrder (int _arg)
 Set/Get the endian-ness of the binary file.
void SetByteOrderToBigEndian ()
 Set/Get the endian-ness of the binary file.
void SetByteOrderToLittleEndian ()
 Set/Get the endian-ness of the binary file.
void SetCellArrayStatus (string name, int status)
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.
virtual void SetFileName (string _arg)
 Specify file name of AVS UCD datafile to read.
void SetPointArrayStatus (string name, int status)
 The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkAVSucdReader"
 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 vtkAVSucdReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAVSucdReader_BinaryFileOff_01 (HandleRef pThis)
static internal void vtkAVSucdReader_BinaryFileOn_02 (HandleRef pThis)
static internal void vtkAVSucdReader_DisableAllCellArrays_03 (HandleRef pThis)
static internal void vtkAVSucdReader_DisableAllPointArrays_04 (HandleRef pThis)
static internal void vtkAVSucdReader_EnableAllCellArrays_05 (HandleRef pThis)
static internal void vtkAVSucdReader_EnableAllPointArrays_06 (HandleRef pThis)
static internal int vtkAVSucdReader_GetBinaryFile_07 (HandleRef pThis)
static internal int vtkAVSucdReader_GetByteOrder_08 (HandleRef pThis)
static internal IntPtr vtkAVSucdReader_GetByteOrderAsString_09 (HandleRef pThis)
static internal IntPtr vtkAVSucdReader_GetCellArrayName_10 (HandleRef pThis, int index)
static internal int vtkAVSucdReader_GetCellArrayStatus_11 (HandleRef pThis, string name)
static internal void vtkAVSucdReader_GetCellDataRange_12 (HandleRef pThis, int cellComp, int index, IntPtr min, IntPtr max)
static internal IntPtr vtkAVSucdReader_GetFileName_13 (HandleRef pThis)
static internal void vtkAVSucdReader_GetNodeDataRange_14 (HandleRef pThis, int nodeComp, int index, IntPtr min, IntPtr max)
static internal int vtkAVSucdReader_GetNumberOfCellArrays_15 (HandleRef pThis)
static internal int vtkAVSucdReader_GetNumberOfCellComponents_16 (HandleRef pThis)
static internal int vtkAVSucdReader_GetNumberOfCellFields_17 (HandleRef pThis)
static internal int vtkAVSucdReader_GetNumberOfCells_18 (HandleRef pThis)
static internal int vtkAVSucdReader_GetNumberOfFields_19 (HandleRef pThis)
static internal int vtkAVSucdReader_GetNumberOfNodeComponents_20 (HandleRef pThis)
static internal int vtkAVSucdReader_GetNumberOfNodeFields_21 (HandleRef pThis)
static internal int vtkAVSucdReader_GetNumberOfNodes_22 (HandleRef pThis)
static internal int vtkAVSucdReader_GetNumberOfPointArrays_23 (HandleRef pThis)
static internal IntPtr vtkAVSucdReader_GetPointArrayName_24 (HandleRef pThis, int index)
static internal int vtkAVSucdReader_GetPointArrayStatus_25 (HandleRef pThis, string name)
static internal int vtkAVSucdReader_IsA_26 (HandleRef pThis, string type)
static internal int vtkAVSucdReader_IsTypeOf_27 (string type)
static internal IntPtr vtkAVSucdReader_NewInstance_29 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAVSucdReader_SafeDownCast_30 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAVSucdReader_SetBinaryFile_31 (HandleRef pThis, int _arg)
static internal void vtkAVSucdReader_SetByteOrder_32 (HandleRef pThis, int _arg)
static internal void vtkAVSucdReader_SetByteOrderToBigEndian_33 (HandleRef pThis)
static internal void vtkAVSucdReader_SetByteOrderToLittleEndian_34 (HandleRef pThis)
static internal void vtkAVSucdReader_SetCellArrayStatus_35 (HandleRef pThis, string name, int status)
static internal void vtkAVSucdReader_SetFileName_36 (HandleRef pThis, string _arg)
static internal void vtkAVSucdReader_SetPointArrayStatus_37 (HandleRef pThis, string name, int status)

Static Private Member Functions

static vtkAVSucdReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAVSucdReader - reads a dataset in AVS "UCD" format

Description vtkAVSucdReader creates an unstructured grid dataset. It reads binary or ASCII files stored in UCD format, with optional data stored at the nodes or at the cells of the model. A cell-based fielddata stores the material id. The class can automatically detect the endian-ness of the binary files.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

virtual void Kitware.VTK.vtkAVSucdReader.BinaryFileOff ( ) [virtual]

Is the file to be read written in binary format (as opposed to ascii).

virtual void Kitware.VTK.vtkAVSucdReader.BinaryFileOn ( ) [virtual]

Is the file to be read written in binary format (as opposed to ascii).

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

override void Kitware.VTK.vtkAVSucdReader.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.vtkUnstructuredGridAlgorithm.

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

virtual int Kitware.VTK.vtkAVSucdReader.GetBinaryFile ( ) [virtual]

Is the file to be read written in binary format (as opposed to ascii).

virtual int Kitware.VTK.vtkAVSucdReader.GetByteOrder ( ) [virtual]

Set/Get the endian-ness of the binary file.

Set/Get the endian-ness of the binary file.

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

void Kitware.VTK.vtkAVSucdReader.GetCellDataRange ( int  cellComp,
int  index,
IntPtr  min,
IntPtr  max 
)

get min and max value for the index-th value of a cell component index varies from 0 to (veclen - 1)

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

Specify file name of AVS UCD datafile to read.

void Kitware.VTK.vtkAVSucdReader.GetNodeDataRange ( int  nodeComp,
int  index,
IntPtr  min,
IntPtr  max 
)

get min and max value for the index-th value of a node component index varies from 0 to (veclen - 1)

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

Get the number of data components at the nodes and cells.

Get the number of data fields at the cell centers.

Get the total number of cells.

Get the number of data fields for the model. Unused because VTK has no methods for it.

Get the number of data components at the nodes and cells.

Get the number of data fields at the nodes.

Get the total number of nodes.

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

override int Kitware.VTK.vtkAVSucdReader.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

static new int Kitware.VTK.vtkAVSucdReader.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkAVSucdReader.SetBinaryFile ( int  _arg) [virtual]

Is the file to be read written in binary format (as opposed to ascii).

virtual void Kitware.VTK.vtkAVSucdReader.SetByteOrder ( int  _arg) [virtual]

Set/Get the endian-ness of the binary file.

Set/Get the endian-ness of the binary file.

Set/Get the endian-ness of the binary file.

void Kitware.VTK.vtkAVSucdReader.SetCellArrayStatus ( string  name,
int  status 
)

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

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

Specify file name of AVS UCD datafile to read.

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

The following methods allow selective reading of solutions fields. by default, ALL data fields are the nodes and cells are read, but this can be modified.

static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_BinaryFileOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_BinaryFileOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_DisableAllCellArrays_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_DisableAllPointArrays_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_EnableAllCellArrays_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_EnableAllPointArrays_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetBinaryFile_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetByteOrder_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetByteOrderAsString_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetCellArrayName_10 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetCellArrayStatus_11 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetCellDataRange_12 ( HandleRef  pThis,
int  cellComp,
int  index,
IntPtr  min,
IntPtr  max 
) [private]
static internal IntPtr Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetFileName_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetNodeDataRange_14 ( HandleRef  pThis,
int  nodeComp,
int  index,
IntPtr  min,
IntPtr  max 
) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetNumberOfCellArrays_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetNumberOfCellComponents_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetNumberOfCellFields_17 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetNumberOfCells_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetNumberOfFields_19 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetNumberOfNodeComponents_20 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetNumberOfNodeFields_21 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetNumberOfNodes_22 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetNumberOfPointArrays_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetPointArrayName_24 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_GetPointArrayStatus_25 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_IsA_26 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_IsTypeOf_27 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_NewInstance_29 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_SafeDownCast_30 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_SetBinaryFile_31 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_SetByteOrder_32 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_SetByteOrderToBigEndian_33 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_SetByteOrderToLittleEndian_34 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_SetCellArrayStatus_35 ( HandleRef  pThis,
string  name,
int  status 
) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_SetFileName_36 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkAVSucdReader.vtkAVSucdReader_SetPointArrayStatus_37 ( HandleRef  pThis,
string  name,
int  status 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkAVSucdReader.MRClassNameKey = "15vtkAVSucdReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

new const string Kitware.VTK.vtkAVSucdReader.MRFullTypeName = "Kitware.VTK.vtkAVSucdReader"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.


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