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

vtkMultiBlockPLOT3DReader - read PLOT3D data files More...

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

List of all members.

Public Types

enum  FILE_BIG_ENDIAN_WrapperEnum { FILE_BIG_ENDIAN = 0, FILE_LITTLE_ENDIAN = 1 }
 Return 1 if the reader can read the given file name. Only meaningful for binary files. More...

Public Member Functions

 vtkMultiBlockPLOT3DReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMultiBlockPLOT3DReader ()
 Undocumented Block.
void AddFunction (int functionNumber)
 Specify additional functions to read. These are placed into the point data as data arrays. Later on they can be used by labeling them as scalars, etc.
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).
virtual int CanReadBinaryFile (string fname)
 Return 1 if the reader can read the given file name. Only meaningful for binary files.
virtual void ForceReadOff ()
 Try to read a binary file even if the file length seems to be inconsistent with the header information. Use this with caution, if the file length is not the same as calculated from the header. either the file is corrupt or the settings are wrong.
virtual void ForceReadOn ()
 Try to read a binary file even if the file length seems to be inconsistent with the header information. Use this with caution, if the file length is not the same as calculated from the header. either the file is corrupt or the settings are wrong.
virtual int GetBinaryFile ()
 Is the file to be read written in binary format (as opposed to ascii).
virtual int GetByteOrder ()
 Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
string GetByteOrderAsString ()
 Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
string GetFileName ()
 Set/Get the PLOT3D geometry filename.
virtual int GetForceRead ()
 Try to read a binary file even if the file length seems to be inconsistent with the header information. Use this with caution, if the file length is not the same as calculated from the header. either the file is corrupt or the settings are wrong.
virtual double GetGamma ()
 Set/Get the ratio of specific heats. Default is 1.4.
virtual int GetHasByteCount ()
 Were the arrays written with leading and trailing byte counts ? Usually, files written by a fortran program will contain these byte counts whereas the ones written by C/C++ won't.
virtual int GetIBlanking ()
 Is there iblanking (point visibility) information in the file. If there is iblanking arrays, these will be read and assigned to the PointVisibility array of the output.
virtual int GetMultiGrid ()
 Does the file to be read contain information about number of grids. In some PLOT3D files, the first value contains the number of grids (even if there is only 1). If reading such a file, set this to true.
int GetNumberOfBlocks ()
 This returns the number of outputs this reader will produce. This number is equal to the number of grids in the current file. This method has to be called before getting any output if the number of outputs will be greater than 1 (the first output is always the same). Note that every time this method is invoked, the header file is opened and part of the header is read.
int GetNumberOfGrids ()
 This returns the number of outputs this reader will produce. This number is equal to the number of grids in the current file. This method has to be called before getting any output if the number of outputs will be greater than 1 (the first output is always the same). Note that every time this method is invoked, the header file is opened and part of the header is read.
virtual string GetQFileName ()
 Set/Get the PLOT3D solution filename.
virtual double GetR ()
 Set/Get the gas constant. Default is 1.0.
virtual int GetScalarFunctionNumber ()
 Specify the scalar function to extract. If ==(-1), then no scalar function is extracted.
virtual int GetTwoDimensionalGeometry ()
 If only two-dimensional data was written to the file, turn this on.
virtual double GetUvinf ()
 Set/Get the x-component of the free-stream velocity. Default is 1.0.
virtual int GetVectorFunctionNumber ()
 Specify the vector function to extract. If ==(-1), then no vector function is extracted.
virtual double GetVvinf ()
 Set/Get the y-component of the free-stream velocity. Default is 1.0.
virtual double GetWvinf ()
 Set/Get the z-component of the free-stream velocity. Default is 1.0.
virtual string GetXYZFileName ()
 Set/Get the PLOT3D geometry filename.
virtual void HasByteCountOff ()
 Were the arrays written with leading and trailing byte counts ? Usually, files written by a fortran program will contain these byte counts whereas the ones written by C/C++ won't.
virtual void HasByteCountOn ()
 Were the arrays written with leading and trailing byte counts ? Usually, files written by a fortran program will contain these byte counts whereas the ones written by C/C++ won't.
virtual void IBlankingOff ()
 Is there iblanking (point visibility) information in the file. If there is iblanking arrays, these will be read and assigned to the PointVisibility array of the output.
virtual void IBlankingOn ()
 Is there iblanking (point visibility) information in the file. If there is iblanking arrays, these will be read and assigned to the PointVisibility array of the output.
override int IsA (string type)
 Undocumented Block.
virtual void MultiGridOff ()
 Does the file to be read contain information about number of grids. In some PLOT3D files, the first value contains the number of grids (even if there is only 1). If reading such a file, set this to true.
virtual void MultiGridOn ()
 Does the file to be read contain information about number of grids. In some PLOT3D files, the first value contains the number of grids (even if there is only 1). If reading such a file, set this to true.
new vtkMultiBlockPLOT3DReader NewInstance ()
 Undocumented Block.
void RemoveAllFunctions ()
 Specify additional functions to read. These are placed into the point data as data arrays. Later on they can be used by labeling them as scalars, etc.
void RemoveFunction (int arg0)
 Specify additional functions to read. These are placed into the point data as data arrays. Later on they can be used by labeling them as scalars, etc.
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 the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
void SetByteOrderToBigEndian ()
 Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
void SetByteOrderToLittleEndian ()
 Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).
void SetFileName (string name)
 Set/Get the PLOT3D geometry filename.
virtual void SetForceRead (int _arg)
 Try to read a binary file even if the file length seems to be inconsistent with the header information. Use this with caution, if the file length is not the same as calculated from the header. either the file is corrupt or the settings are wrong.
virtual void SetGamma (double _arg)
 Set/Get the ratio of specific heats. Default is 1.4.
virtual void SetHasByteCount (int _arg)
 Were the arrays written with leading and trailing byte counts ? Usually, files written by a fortran program will contain these byte counts whereas the ones written by C/C++ won't.
virtual void SetIBlanking (int _arg)
 Is there iblanking (point visibility) information in the file. If there is iblanking arrays, these will be read and assigned to the PointVisibility array of the output.
virtual void SetMultiGrid (int _arg)
 Does the file to be read contain information about number of grids. In some PLOT3D files, the first value contains the number of grids (even if there is only 1). If reading such a file, set this to true.
virtual void SetQFileName (string _arg)
 Set/Get the PLOT3D solution filename.
virtual void SetR (double _arg)
 Set/Get the gas constant. Default is 1.0.
void SetScalarFunctionNumber (int num)
 Specify the scalar function to extract. If ==(-1), then no scalar function is extracted.
virtual void SetTwoDimensionalGeometry (int _arg)
 If only two-dimensional data was written to the file, turn this on.
virtual void SetUvinf (double _arg)
 Set/Get the x-component of the free-stream velocity. Default is 1.0.
void SetVectorFunctionNumber (int num)
 Specify the vector function to extract. If ==(-1), then no vector function is extracted.
virtual void SetVvinf (double _arg)
 Set/Get the y-component of the free-stream velocity. Default is 1.0.
virtual void SetWvinf (double _arg)
 Set/Get the z-component of the free-stream velocity. Default is 1.0.
virtual void SetXYZFileName (string arg0)
 Set/Get the PLOT3D geometry filename.
virtual void TwoDimensionalGeometryOff ()
 If only two-dimensional data was written to the file, turn this on.
virtual void TwoDimensionalGeometryOn ()
 If only two-dimensional data was written to the file, turn this on.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkMultiBlockPLOT3DReader"
 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 vtkMultiBlockPLOT3DReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMultiBlockPLOT3DReader_AddFunction_01 (HandleRef pThis, int functionNumber)
static internal void vtkMultiBlockPLOT3DReader_BinaryFileOff_02 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_BinaryFileOn_03 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_CanReadBinaryFile_04 (HandleRef pThis, string fname)
static internal void vtkMultiBlockPLOT3DReader_ForceReadOff_05 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_ForceReadOn_06 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetBinaryFile_07 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetByteOrder_08 (HandleRef pThis)
static internal IntPtr vtkMultiBlockPLOT3DReader_GetByteOrderAsString_09 (HandleRef pThis)
static internal IntPtr vtkMultiBlockPLOT3DReader_GetFileName_10 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetForceRead_11 (HandleRef pThis)
static internal double vtkMultiBlockPLOT3DReader_GetGamma_12 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetHasByteCount_13 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetIBlanking_14 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetMultiGrid_15 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetNumberOfBlocks_16 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetNumberOfGrids_17 (HandleRef pThis)
static internal IntPtr vtkMultiBlockPLOT3DReader_GetQFileName_18 (HandleRef pThis)
static internal double vtkMultiBlockPLOT3DReader_GetR_19 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetScalarFunctionNumber_20 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetTwoDimensionalGeometry_21 (HandleRef pThis)
static internal double vtkMultiBlockPLOT3DReader_GetUvinf_22 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_GetVectorFunctionNumber_23 (HandleRef pThis)
static internal double vtkMultiBlockPLOT3DReader_GetVvinf_24 (HandleRef pThis)
static internal double vtkMultiBlockPLOT3DReader_GetWvinf_25 (HandleRef pThis)
static internal IntPtr vtkMultiBlockPLOT3DReader_GetXYZFileName_26 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_HasByteCountOff_27 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_HasByteCountOn_28 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_IBlankingOff_29 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_IBlankingOn_30 (HandleRef pThis)
static internal int vtkMultiBlockPLOT3DReader_IsA_31 (HandleRef pThis, string type)
static internal int vtkMultiBlockPLOT3DReader_IsTypeOf_32 (string type)
static internal void vtkMultiBlockPLOT3DReader_MultiGridOff_33 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_MultiGridOn_34 (HandleRef pThis)
static internal IntPtr vtkMultiBlockPLOT3DReader_NewInstance_36 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMultiBlockPLOT3DReader_RemoveAllFunctions_37 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_RemoveFunction_38 (HandleRef pThis, int arg0)
static internal IntPtr vtkMultiBlockPLOT3DReader_SafeDownCast_39 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMultiBlockPLOT3DReader_SetBinaryFile_40 (HandleRef pThis, int _arg)
static internal void vtkMultiBlockPLOT3DReader_SetByteOrder_41 (HandleRef pThis, int _arg)
static internal void vtkMultiBlockPLOT3DReader_SetByteOrderToBigEndian_42 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_SetByteOrderToLittleEndian_43 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_SetFileName_44 (HandleRef pThis, string name)
static internal void vtkMultiBlockPLOT3DReader_SetForceRead_45 (HandleRef pThis, int _arg)
static internal void vtkMultiBlockPLOT3DReader_SetGamma_46 (HandleRef pThis, double _arg)
static internal void vtkMultiBlockPLOT3DReader_SetHasByteCount_47 (HandleRef pThis, int _arg)
static internal void vtkMultiBlockPLOT3DReader_SetIBlanking_48 (HandleRef pThis, int _arg)
static internal void vtkMultiBlockPLOT3DReader_SetMultiGrid_49 (HandleRef pThis, int _arg)
static internal void vtkMultiBlockPLOT3DReader_SetQFileName_50 (HandleRef pThis, string _arg)
static internal void vtkMultiBlockPLOT3DReader_SetR_51 (HandleRef pThis, double _arg)
static internal void vtkMultiBlockPLOT3DReader_SetScalarFunctionNumber_52 (HandleRef pThis, int num)
static internal void vtkMultiBlockPLOT3DReader_SetTwoDimensionalGeometry_53 (HandleRef pThis, int _arg)
static internal void vtkMultiBlockPLOT3DReader_SetUvinf_54 (HandleRef pThis, double _arg)
static internal void vtkMultiBlockPLOT3DReader_SetVectorFunctionNumber_55 (HandleRef pThis, int num)
static internal void vtkMultiBlockPLOT3DReader_SetVvinf_56 (HandleRef pThis, double _arg)
static internal void vtkMultiBlockPLOT3DReader_SetWvinf_57 (HandleRef pThis, double _arg)
static internal void vtkMultiBlockPLOT3DReader_SetXYZFileName_58 (HandleRef pThis, string arg0)
static internal void vtkMultiBlockPLOT3DReader_TwoDimensionalGeometryOff_59 (HandleRef pThis)
static internal void vtkMultiBlockPLOT3DReader_TwoDimensionalGeometryOn_60 (HandleRef pThis)

Static Private Member Functions

static vtkMultiBlockPLOT3DReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMultiBlockPLOT3DReader - read PLOT3D data files

Description vtkMultiBlockPLOT3DReader is a reader object that reads PLOT3D formatted files and generates structured grid(s) on output. PLOT3D is a computer graphics program designed to visualize the grids and solutions of computational fluid dynamics. Please see the "PLOT3D User's Manual" available from NASA Ames Research Center, Moffett Field CA.

PLOT3D files consist of a grid file (also known as XYZ file), an optional solution file (also known as a Q file), and an optional function file that contains user created data (currently unsupported). The Q file contains solution information as follows: the four parameters free stream mach number (Fsmach), angle of attack (Alpha), Reynolds number (Re), and total integration time (Time). This information is stored in an array called Properties in the FieldData of each output (tuple 0: fsmach, tuple 1: alpha, tuple 2: re, tuple 3: time). In addition, the solution file contains the flow density (scalar), flow momentum (vector), and flow energy (scalar).

The reader can generate additional scalars and vectors (or "functions") from this information. To use vtkMultiBlockPLOT3DReader, you must specify the particular function number for the scalar and vector you want to visualize. This implementation of the reader provides the following functions. The scalar functions are: -1 - don't read or compute any scalars 100 - density 110 - pressure 120 - temperature 130 - enthalpy 140 - internal energy 144 - kinetic energy 153 - velocity magnitude 163 - stagnation energy 170 - entropy 184 - swirl.

The vector functions are: -1 - don't read or compute any vectors 200 - velocity 201 - vorticity 202 - momentum 210 - pressure gradient.

(Other functions are described in the PLOT3D spec, but only those listed are implemented here.) Note that by default, this reader creates the density scalar (100) and momentum vector (202) as output. (These are just read in from the solution file.) Please note that the validity of computation is a function of this class's gas constants (R, Gamma) and the equations used. They may not be suitable for your computational domain.

Additionally, you can read other data and associate it as a vtkDataArray into the output's point attribute data. Use the method AddFunction() to list all the functions that you'd like to read. AddFunction() accepts an integer parameter that defines the function number.

vtkStructuredGridSource vtkStructuredGrid


Member Enumeration Documentation

Return 1 if the reader can read the given file name. Only meaningful for binary files.

Enumerator:
FILE_BIG_ENDIAN 

enum member

FILE_LITTLE_ENDIAN 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Specify additional functions to read. These are placed into the point data as data arrays. Later on they can be used by labeling them as scalars, etc.

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

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

virtual int Kitware.VTK.vtkMultiBlockPLOT3DReader.CanReadBinaryFile ( string  fname) [virtual]

Return 1 if the reader can read the given file name. Only meaningful for binary files.

override void Kitware.VTK.vtkMultiBlockPLOT3DReader.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.vtkMultiBlockDataSetAlgorithm.

Try to read a binary file even if the file length seems to be inconsistent with the header information. Use this with caution, if the file length is not the same as calculated from the header. either the file is corrupt or the settings are wrong.

Try to read a binary file even if the file length seems to be inconsistent with the header information. Use this with caution, if the file length is not the same as calculated from the header. either the file is corrupt or the settings are wrong.

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

Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).

Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).

Set/Get the PLOT3D geometry filename.

Try to read a binary file even if the file length seems to be inconsistent with the header information. Use this with caution, if the file length is not the same as calculated from the header. either the file is corrupt or the settings are wrong.

virtual double Kitware.VTK.vtkMultiBlockPLOT3DReader.GetGamma ( ) [virtual]

Set/Get the ratio of specific heats. Default is 1.4.

Were the arrays written with leading and trailing byte counts ? Usually, files written by a fortran program will contain these byte counts whereas the ones written by C/C++ won't.

Is there iblanking (point visibility) information in the file. If there is iblanking arrays, these will be read and assigned to the PointVisibility array of the output.

Does the file to be read contain information about number of grids. In some PLOT3D files, the first value contains the number of grids (even if there is only 1). If reading such a file, set this to true.

This returns the number of outputs this reader will produce. This number is equal to the number of grids in the current file. This method has to be called before getting any output if the number of outputs will be greater than 1 (the first output is always the same). Note that every time this method is invoked, the header file is opened and part of the header is read.

This returns the number of outputs this reader will produce. This number is equal to the number of grids in the current file. This method has to be called before getting any output if the number of outputs will be greater than 1 (the first output is always the same). Note that every time this method is invoked, the header file is opened and part of the header is read.

Set/Get the PLOT3D solution filename.

virtual double Kitware.VTK.vtkMultiBlockPLOT3DReader.GetR ( ) [virtual]

Set/Get the gas constant. Default is 1.0.

Specify the scalar function to extract. If ==(-1), then no scalar function is extracted.

If only two-dimensional data was written to the file, turn this on.

virtual double Kitware.VTK.vtkMultiBlockPLOT3DReader.GetUvinf ( ) [virtual]

Set/Get the x-component of the free-stream velocity. Default is 1.0.

Specify the vector function to extract. If ==(-1), then no vector function is extracted.

virtual double Kitware.VTK.vtkMultiBlockPLOT3DReader.GetVvinf ( ) [virtual]

Set/Get the y-component of the free-stream velocity. Default is 1.0.

virtual double Kitware.VTK.vtkMultiBlockPLOT3DReader.GetWvinf ( ) [virtual]

Set/Get the z-component of the free-stream velocity. Default is 1.0.

Set/Get the PLOT3D geometry filename.

Were the arrays written with leading and trailing byte counts ? Usually, files written by a fortran program will contain these byte counts whereas the ones written by C/C++ won't.

Were the arrays written with leading and trailing byte counts ? Usually, files written by a fortran program will contain these byte counts whereas the ones written by C/C++ won't.

Is there iblanking (point visibility) information in the file. If there is iblanking arrays, these will be read and assigned to the PointVisibility array of the output.

Is there iblanking (point visibility) information in the file. If there is iblanking arrays, these will be read and assigned to the PointVisibility array of the output.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Does the file to be read contain information about number of grids. In some PLOT3D files, the first value contains the number of grids (even if there is only 1). If reading such a file, set this to true.

Does the file to be read contain information about number of grids. In some PLOT3D files, the first value contains the number of grids (even if there is only 1). If reading such a file, set this to true.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Specify additional functions to read. These are placed into the point data as data arrays. Later on they can be used by labeling them as scalars, etc.

Specify additional functions to read. These are placed into the point data as data arrays. Later on they can be used by labeling them as scalars, etc.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Here is the call graph for this function:

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

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

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

Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).

Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).

Set the byte order of the file (remember, more Unix workstations write big endian whereas PCs write little endian). Default is big endian (since most older PLOT3D files were written by workstations).

Set/Get the PLOT3D geometry filename.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetForceRead ( int  _arg) [virtual]

Try to read a binary file even if the file length seems to be inconsistent with the header information. Use this with caution, if the file length is not the same as calculated from the header. either the file is corrupt or the settings are wrong.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetGamma ( double  _arg) [virtual]

Set/Get the ratio of specific heats. Default is 1.4.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetHasByteCount ( int  _arg) [virtual]

Were the arrays written with leading and trailing byte counts ? Usually, files written by a fortran program will contain these byte counts whereas the ones written by C/C++ won't.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetIBlanking ( int  _arg) [virtual]

Is there iblanking (point visibility) information in the file. If there is iblanking arrays, these will be read and assigned to the PointVisibility array of the output.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetMultiGrid ( int  _arg) [virtual]

Does the file to be read contain information about number of grids. In some PLOT3D files, the first value contains the number of grids (even if there is only 1). If reading such a file, set this to true.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetQFileName ( string  _arg) [virtual]

Set/Get the PLOT3D solution filename.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetR ( double  _arg) [virtual]

Set/Get the gas constant. Default is 1.0.

Specify the scalar function to extract. If ==(-1), then no scalar function is extracted.

If only two-dimensional data was written to the file, turn this on.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetUvinf ( double  _arg) [virtual]

Set/Get the x-component of the free-stream velocity. Default is 1.0.

Specify the vector function to extract. If ==(-1), then no vector function is extracted.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetVvinf ( double  _arg) [virtual]

Set/Get the y-component of the free-stream velocity. Default is 1.0.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetWvinf ( double  _arg) [virtual]

Set/Get the z-component of the free-stream velocity. Default is 1.0.

virtual void Kitware.VTK.vtkMultiBlockPLOT3DReader.SetXYZFileName ( string  arg0) [virtual]

Set/Get the PLOT3D geometry filename.

If only two-dimensional data was written to the file, turn this on.

If only two-dimensional data was written to the file, turn this on.

static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_AddFunction_01 ( HandleRef  pThis,
int  functionNumber 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_BinaryFileOff_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_BinaryFileOn_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_CanReadBinaryFile_04 ( HandleRef  pThis,
string  fname 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_ForceReadOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_ForceReadOn_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetByteOrder_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetFileName_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetForceRead_11 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetGamma_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetIBlanking_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetMultiGrid_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetQFileName_18 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetR_19 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetUvinf_22 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetVvinf_24 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetWvinf_25 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_GetXYZFileName_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_HasByteCountOn_28 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_IBlankingOff_29 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_IBlankingOn_30 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_IsA_31 ( HandleRef  pThis,
string  type 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_MultiGridOff_33 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_MultiGridOn_34 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_NewInstance_36 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_RemoveFunction_38 ( HandleRef  pThis,
int  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SafeDownCast_39 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetBinaryFile_40 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetByteOrder_41 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetFileName_44 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetForceRead_45 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetGamma_46 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetHasByteCount_47 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetIBlanking_48 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetMultiGrid_49 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetQFileName_50 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetR_51 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetScalarFunctionNumber_52 ( HandleRef  pThis,
int  num 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetTwoDimensionalGeometry_53 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetUvinf_54 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetVectorFunctionNumber_55 ( HandleRef  pThis,
int  num 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetVvinf_56 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetWvinf_57 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkMultiBlockPLOT3DReader.vtkMultiBlockPLOT3DReader_SetXYZFileName_58 ( HandleRef  pThis,
string  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMultiBlockPLOT3DReader.MRClassNameKey = "25vtkMultiBlockPLOT3DReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.


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