ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkEnSightReader Class Reference

vtkEnSightReader - superclass for EnSight file readers More...

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

List of all members.

Public Types

enum  ElementTypesList {
  BAR2 = 1, BAR3 = 2, HEXA20 = 14, HEXA8 = 13,
  NFACED = 8, NSIDED = 3, NUMBER_OF_ELEMENT_TYPES = 17, PENTA15 = 16,
  PENTA6 = 15, POINT = 0, PYRAMID13 = 12, PYRAMID5 = 11,
  QUAD4 = 6, QUAD8 = 7, TETRA10 = 10, TETRA4 = 9,
  TRIA3 = 4, TRIA6 = 5
}
 Undocumented Block. More...
enum  SectionTypeList { BLOCK = 1, COORDINATES = 0, ELEMENT = 2 }
 Undocumented Block. More...
enum  VariableTypesList {
  COMPLEX_SCALAR_PER_ELEMENT = 10, COMPLEX_SCALAR_PER_NODE = 8, COMPLEX_VECTOR_PER_ELEMENT = 11, COMPLEX_VECTOR_PER_NODE = 9,
  SCALAR_PER_ELEMENT = 3, SCALAR_PER_MEASURED_NODE = 6, SCALAR_PER_NODE = 0, TENSOR_SYMM_PER_ELEMENT = 5,
  TENSOR_SYMM_PER_NODE = 2, VECTOR_PER_ELEMENT = 4, VECTOR_PER_MEASURED_NODE = 7, VECTOR_PER_NODE = 1
}
 Undocumented Block. More...

Public Member Functions

 vtkEnSightReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual string GetMatchFileName ()
 Get the Match file name. Made public to allow access from apps requiring detailed info about the Data contents.
virtual string GetMeasuredFileName ()
 Get the Measured file name. Made public to allow access from apps requiring detailed info about the Data contents.
override int GetParticleCoordinatesByIndex ()
 The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
override int IsA (string type)
 Undocumented Block.
new vtkEnSightReader NewInstance ()
 Undocumented Block.
override void ParticleCoordinatesByIndexOff ()
 The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
override void ParticleCoordinatesByIndexOn ()
 The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.
override void SetParticleCoordinatesByIndex (int _arg)
 The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkEnSightReader"
 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 vtkEnSightReader_GetMatchFileName_01 (HandleRef pThis)
static internal IntPtr vtkEnSightReader_GetMeasuredFileName_02 (HandleRef pThis)
static internal int vtkEnSightReader_GetParticleCoordinatesByIndex_03 (HandleRef pThis)
static internal int vtkEnSightReader_IsA_04 (HandleRef pThis, string type)
static internal int vtkEnSightReader_IsTypeOf_05 (string type)
static internal IntPtr vtkEnSightReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkEnSightReader_ParticleCoordinatesByIndexOff_07 (HandleRef pThis)
static internal void vtkEnSightReader_ParticleCoordinatesByIndexOn_08 (HandleRef pThis)
static internal IntPtr vtkEnSightReader_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkEnSightReader_SetParticleCoordinatesByIndex_10 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkEnSightReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkEnSightReader - superclass for EnSight file readers


Member Enumeration Documentation

Undocumented Block.

Enumerator:
BAR2 

enum member

BAR3 

enum member

HEXA20 

enum member

HEXA8 

enum member

NFACED 

enum member

NSIDED 

enum member

NUMBER_OF_ELEMENT_TYPES 

enum member

PENTA15 

enum member

PENTA6 

enum member

POINT 

enum member

PYRAMID13 

enum member

PYRAMID5 

enum member

QUAD4 

enum member

QUAD8 

enum member

TETRA10 

enum member

TETRA4 

enum member

TRIA3 

enum member

TRIA6 

enum member

Undocumented Block.

Enumerator:
BLOCK 

enum member

COORDINATES 

enum member

ELEMENT 

enum member

Undocumented Block.

Enumerator:
COMPLEX_SCALAR_PER_ELEMENT 

enum member

COMPLEX_SCALAR_PER_NODE 

enum member

COMPLEX_VECTOR_PER_ELEMENT 

enum member

COMPLEX_VECTOR_PER_NODE 

enum member

SCALAR_PER_ELEMENT 

enum member

SCALAR_PER_MEASURED_NODE 

enum member

SCALAR_PER_NODE 

enum member

TENSOR_SYMM_PER_ELEMENT 

enum member

TENSOR_SYMM_PER_NODE 

enum member

VECTOR_PER_ELEMENT 

enum member

VECTOR_PER_MEASURED_NODE 

enum member

VECTOR_PER_NODE 

enum member


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkEnSightReader.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.vtkGenericEnSightReader.

Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.

virtual string Kitware.VTK.vtkEnSightReader.GetMatchFileName ( ) [virtual]

Get the Match file name. Made public to allow access from apps requiring detailed info about the Data contents.

Get the Measured file name. Made public to allow access from apps requiring detailed info about the Data contents.

The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.

Reimplemented from Kitware.VTK.vtkGenericEnSightReader.

override int Kitware.VTK.vtkEnSightReader.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkEnSightReader.IsTypeOf ( string  type) [static]

The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.

Reimplemented from Kitware.VTK.vtkGenericEnSightReader.

The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.

Reimplemented from Kitware.VTK.vtkGenericEnSightReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGenericEnSightReader.

Reimplemented in Kitware.VTK.vtkEnSightGoldBinaryReader, Kitware.VTK.vtkEnSightGoldReader, Kitware.VTK.vtkEnSight6BinaryReader, and Kitware.VTK.vtkEnSight6Reader.

Here is the call graph for this function:

override void Kitware.VTK.vtkEnSightReader.SetParticleCoordinatesByIndex ( int  _arg) [virtual]

The MeasuredGeometryFile should list particle coordinates from 0->N-1. If a file is loaded where point Ids are listed from 1-N the Id to points reference will be wrong and the data will be generated incorrectly. Setting ParticleCoordinatesByIndex to true will force all Id's to increment from 0->N-1 (relative to their order in the file) and regardless of the actual Id of of the point. Warning, if the Points are listed in non sequential order then setting this flag will reorder them.

Reimplemented from Kitware.VTK.vtkGenericEnSightReader.

static internal IntPtr Kitware.VTK.vtkEnSightReader.vtkEnSightReader_GetMatchFileName_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkEnSightReader.vtkEnSightReader_GetMeasuredFileName_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEnSightReader.vtkEnSightReader_GetParticleCoordinatesByIndex_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEnSightReader.vtkEnSightReader_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkEnSightReader.vtkEnSightReader_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkEnSightReader.vtkEnSightReader_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkEnSightReader.vtkEnSightReader_ParticleCoordinatesByIndexOff_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkEnSightReader.vtkEnSightReader_ParticleCoordinatesByIndexOn_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkEnSightReader.vtkEnSightReader_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkEnSightReader.vtkEnSightReader_SetParticleCoordinatesByIndex_10 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkEnSightReader.MRClassNameKey = "16vtkEnSightReader" [static]
new const string Kitware.VTK.vtkEnSightReader.MRFullTypeName = "Kitware.VTK.vtkEnSightReader"

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