ActiViz .NET
5.8.0
|
vtkMFIXReader - reads a dataset in MFIX file format More...
Public Member Functions | |
vtkMFIXReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkMFIXReader () | |
Undocumented Block. | |
void | DisableAllCellArrays () |
Turn on/off all cell arrays. | |
void | EnableAllCellArrays () |
Turn on/off all cell arrays. | |
string | GetCellArrayName (int index) |
Get the name of the cell array with the given index in the input. | |
int | GetCellArrayStatus (string name) |
Get/Set whether the cell array with the given name is to be read. | |
void | GetCellDataRange (int cellComp, int index, IntPtr min, IntPtr max) |
Get the range of cell data. | |
virtual string | GetFileName () |
Specify the file name of the MFIX Restart data file to read. | |
int | GetNumberOfCellArrays () |
Description Get the number of cell arrays available in the input. | |
virtual int | GetNumberOfCellFields () |
Get the number of data components at the nodes and cells. | |
virtual int | GetNumberOfCells () |
Get the total number of cells. The number of cells is only valid after a successful read of the data file is performed. | |
virtual int | GetNumberOfPoints () |
Get the total number of nodes. The number of nodes is only valid after a successful read of the data file is performed. | |
virtual int | GetNumberOfTimeSteps () |
Returns the number of timesteps. | |
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 vtkMFIXReader | NewInstance () |
Undocumented Block. | |
void | SetCellArrayStatus (string name, int status) |
Get/Set whether the cell array with the given name is to be read. | |
virtual void | SetFileName (string _arg) |
Specify the file name of the MFIX Restart data file to 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 vtkMFIXReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMFIXReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMFIXReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkMFIXReader" |
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 | vtkMFIXReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMFIXReader_DisableAllCellArrays_01 (HandleRef pThis) |
static internal void | vtkMFIXReader_EnableAllCellArrays_02 (HandleRef pThis) |
static internal IntPtr | vtkMFIXReader_GetCellArrayName_03 (HandleRef pThis, int index) |
static internal int | vtkMFIXReader_GetCellArrayStatus_04 (HandleRef pThis, string name) |
static internal void | vtkMFIXReader_GetCellDataRange_05 (HandleRef pThis, int cellComp, int index, IntPtr min, IntPtr max) |
static internal IntPtr | vtkMFIXReader_GetFileName_06 (HandleRef pThis) |
static internal int | vtkMFIXReader_GetNumberOfCellArrays_07 (HandleRef pThis) |
static internal int | vtkMFIXReader_GetNumberOfCellFields_08 (HandleRef pThis) |
static internal int | vtkMFIXReader_GetNumberOfCells_09 (HandleRef pThis) |
static internal int | vtkMFIXReader_GetNumberOfPoints_10 (HandleRef pThis) |
static internal int | vtkMFIXReader_GetNumberOfTimeSteps_11 (HandleRef pThis) |
static internal int | vtkMFIXReader_GetTimeStep_12 (HandleRef pThis) |
static internal IntPtr | vtkMFIXReader_GetTimeStepRange_13 (HandleRef pThis) |
static internal void | vtkMFIXReader_GetTimeStepRange_14 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkMFIXReader_GetTimeStepRange_15 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkMFIXReader_IsA_16 (HandleRef pThis, string type) |
static internal int | vtkMFIXReader_IsTypeOf_17 (string type) |
static internal IntPtr | vtkMFIXReader_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMFIXReader_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMFIXReader_SetCellArrayStatus_21 (HandleRef pThis, string name, int status) |
static internal void | vtkMFIXReader_SetFileName_22 (HandleRef pThis, string _arg) |
static internal void | vtkMFIXReader_SetTimeStep_23 (HandleRef pThis, int _arg) |
static internal void | vtkMFIXReader_SetTimeStepRange_24 (HandleRef pThis, int _arg1, int _arg2) |
static internal void | vtkMFIXReader_SetTimeStepRange_25 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
static | vtkMFIXReader () |
Automatically generated type registration mechanics. |
vtkMFIXReader - reads a dataset in MFIX file format
Description vtkMFIXReader creates an unstructured grid dataset. It reads a restart file and a set of sp files. The restart file contains the mesh information. MFIX meshes are either cylindrical or rectilinear, but this reader will convert them to an unstructured grid. The sp files contain transient data for the cells. Each sp file has one or more variables stored inside it.
static Kitware.VTK.vtkMFIXReader.vtkMFIXReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMFIXReader.vtkMFIXReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Turn on/off all cell arrays.
override void Kitware.VTK.vtkMFIXReader.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.
Turn on/off all cell arrays.
string Kitware.VTK.vtkMFIXReader.GetCellArrayName | ( | int | index | ) |
Get the name of the cell array with the given index in the input.
int Kitware.VTK.vtkMFIXReader.GetCellArrayStatus | ( | string | name | ) |
Get/Set whether the cell array with the given name is to be read.
void Kitware.VTK.vtkMFIXReader.GetCellDataRange | ( | int | cellComp, |
int | index, | ||
IntPtr | min, | ||
IntPtr | max | ||
) |
Get the range of cell data.
virtual string Kitware.VTK.vtkMFIXReader.GetFileName | ( | ) | [virtual] |
Specify the file name of the MFIX Restart data file to read.
Description Get the number of cell arrays available in the input.
virtual int Kitware.VTK.vtkMFIXReader.GetNumberOfCellFields | ( | ) | [virtual] |
Get the number of data components at the nodes and cells.
virtual int Kitware.VTK.vtkMFIXReader.GetNumberOfCells | ( | ) | [virtual] |
Get the total number of cells. The number of cells is only valid after a successful read of the data file is performed.
virtual int Kitware.VTK.vtkMFIXReader.GetNumberOfPoints | ( | ) | [virtual] |
Get the total number of nodes. The number of nodes is only valid after a successful read of the data file is performed.
virtual int Kitware.VTK.vtkMFIXReader.GetNumberOfTimeSteps | ( | ) | [virtual] |
Returns the number of timesteps.
virtual int Kitware.VTK.vtkMFIXReader.GetTimeStep | ( | ) | [virtual] |
Which TimeStep to read.
virtual int [] Kitware.VTK.vtkMFIXReader.GetTimeStepRange | ( | ) | [virtual] |
Which TimeStepRange to read.
virtual void Kitware.VTK.vtkMFIXReader.GetTimeStepRange | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Which TimeStepRange to read.
virtual void Kitware.VTK.vtkMFIXReader.GetTimeStepRange | ( | IntPtr | _arg | ) | [virtual] |
Which TimeStepRange to read.
override int Kitware.VTK.vtkMFIXReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new int Kitware.VTK.vtkMFIXReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkMFIXReader Kitware.VTK.vtkMFIXReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkMFIXReader Kitware.VTK.vtkMFIXReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
void Kitware.VTK.vtkMFIXReader.SetCellArrayStatus | ( | string | name, |
int | status | ||
) |
Get/Set whether the cell array with the given name is to be read.
virtual void Kitware.VTK.vtkMFIXReader.SetFileName | ( | string | _arg | ) | [virtual] |
Specify the file name of the MFIX Restart data file to read.
virtual void Kitware.VTK.vtkMFIXReader.SetTimeStep | ( | int | _arg | ) | [virtual] |
Which TimeStep to read.
virtual void Kitware.VTK.vtkMFIXReader.SetTimeStepRange | ( | int | _arg1, |
int | _arg2 | ||
) | [virtual] |
Which TimeStepRange to read.
void Kitware.VTK.vtkMFIXReader.SetTimeStepRange | ( | IntPtr | _arg | ) |
Which TimeStepRange to read.
static internal void Kitware.VTK.vtkMFIXReader.vtkMFIXReader_DisableAllCellArrays_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMFIXReader.vtkMFIXReader_EnableAllCellArrays_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetCellArrayName_03 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetCellArrayStatus_04 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetCellDataRange_05 | ( | HandleRef | pThis, |
int | cellComp, | ||
int | index, | ||
IntPtr | min, | ||
IntPtr | max | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetFileName_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetNumberOfCellArrays_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetNumberOfCellFields_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetNumberOfCells_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetNumberOfPoints_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetNumberOfTimeSteps_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetTimeStep_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetTimeStepRange_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetTimeStepRange_14 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkMFIXReader.vtkMFIXReader_GetTimeStepRange_15 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkMFIXReader.vtkMFIXReader_IsA_16 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMFIXReader.vtkMFIXReader_IsTypeOf_17 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMFIXReader.vtkMFIXReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMFIXReader.vtkMFIXReader_NewInstance_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMFIXReader.vtkMFIXReader_SafeDownCast_20 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkMFIXReader.vtkMFIXReader_SetCellArrayStatus_21 | ( | HandleRef | pThis, |
string | name, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkMFIXReader.vtkMFIXReader_SetFileName_22 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkMFIXReader.vtkMFIXReader_SetTimeStep_23 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkMFIXReader.vtkMFIXReader_SetTimeStepRange_24 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkMFIXReader.vtkMFIXReader_SetTimeStepRange_25 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkMFIXReader.MRClassNameKey = "13vtkMFIXReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new const string Kitware.VTK.vtkMFIXReader.MRFullTypeName = "Kitware.VTK.vtkMFIXReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.