ActiViz .NET
5.8.0
|
vtkVPICReader - class for reading VPIC data files More...
Public Member Functions | |
vtkVPICReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkVPICReader () | |
Undocumented Block. | |
void | DisableAllPointArrays () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
void | EnableAllPointArrays () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual string | GetFileName () |
Specify file name of VPIC data file to read. | |
int | GetNumberOfPointArrays () |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
new vtkImageData | GetOutput () |
Get the reader's output. | |
new vtkImageData | GetOutput (int index) |
Get the reader's output. | |
string | GetPointArrayName (int index) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes 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 on the nodes are read, but this can be modified. | |
virtual int[] | GetStride () |
Set the stride in each dimension. | |
virtual void | GetStride (ref int _arg1, ref int _arg2, ref int _arg3) |
Set the stride in each dimension. | |
virtual void | GetStride (IntPtr _arg) |
Set the stride in each dimension. | |
virtual int[] | GetXLayout () |
Get the full layout size in files for setting the range in GUI. | |
virtual void | GetXLayout (ref int _arg1, ref int _arg2) |
Get the full layout size in files for setting the range in GUI. | |
virtual void | GetXLayout (IntPtr _arg) |
Get the full layout size in files for setting the range in GUI. | |
virtual int[] | GetYLayout () |
Get the full layout size in files for setting the range in GUI. | |
virtual void | GetYLayout (ref int _arg1, ref int _arg2) |
Get the full layout size in files for setting the range in GUI. | |
virtual void | GetYLayout (IntPtr _arg) |
Get the full layout size in files for setting the range in GUI. | |
virtual int[] | GetZLayout () |
Get the full layout size in files for setting the range in GUI. | |
virtual void | GetZLayout (ref int _arg1, ref int _arg2) |
Get the full layout size in files for setting the range in GUI. | |
virtual void | GetZLayout (IntPtr _arg) |
Get the full layout size in files for setting the range in GUI. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkVPICReader | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
Specify file name of VPIC data file to read. | |
void | SetPointArrayStatus (string name, int status) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified. | |
virtual void | SetStride (int _arg1, int _arg2, int _arg3) |
Set the stride in each dimension. | |
virtual void | SetStride (IntPtr _arg) |
Set the stride in each dimension. | |
virtual void | SetXExtent (int _arg1, int _arg2) |
Set the simulation file decomposition in each dimension. | |
void | SetXExtent (IntPtr _arg) |
Set the simulation file decomposition in each dimension. | |
virtual void | SetYExtent (int _arg1, int _arg2) |
Set the simulation file decomposition in each dimension. | |
void | SetYExtent (IntPtr _arg) |
Set the simulation file decomposition in each dimension. | |
virtual void | SetZExtent (int _arg1, int _arg2) |
Set the simulation file decomposition in each dimension. | |
void | SetZExtent (IntPtr _arg) |
Set the simulation file decomposition in each dimension. | |
Static Public Member Functions | |
static new vtkVPICReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkVPICReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkVPICReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkVPICReader" |
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 | vtkVPICReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVPICReader_DisableAllPointArrays_01 (HandleRef pThis) |
static internal void | vtkVPICReader_EnableAllPointArrays_02 (HandleRef pThis) |
static internal IntPtr | vtkVPICReader_GetFileName_03 (HandleRef pThis) |
static internal int | vtkVPICReader_GetNumberOfPointArrays_04 (HandleRef pThis) |
static internal IntPtr | vtkVPICReader_GetOutput_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVPICReader_GetOutput_06 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVPICReader_GetPointArrayName_07 (HandleRef pThis, int index) |
static internal int | vtkVPICReader_GetPointArrayStatus_08 (HandleRef pThis, string name) |
static internal IntPtr | vtkVPICReader_GetStride_09 (HandleRef pThis) |
static internal void | vtkVPICReader_GetStride_10 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3) |
static internal void | vtkVPICReader_GetStride_11 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkVPICReader_GetXLayout_12 (HandleRef pThis) |
static internal void | vtkVPICReader_GetXLayout_13 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkVPICReader_GetXLayout_14 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkVPICReader_GetYLayout_15 (HandleRef pThis) |
static internal void | vtkVPICReader_GetYLayout_16 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkVPICReader_GetYLayout_17 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkVPICReader_GetZLayout_18 (HandleRef pThis) |
static internal void | vtkVPICReader_GetZLayout_19 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkVPICReader_GetZLayout_20 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkVPICReader_IsA_21 (HandleRef pThis, string type) |
static internal int | vtkVPICReader_IsTypeOf_22 (string type) |
static internal IntPtr | vtkVPICReader_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVPICReader_SafeDownCast_25 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVPICReader_SetFileName_26 (HandleRef pThis, string _arg) |
static internal void | vtkVPICReader_SetPointArrayStatus_27 (HandleRef pThis, string name, int status) |
static internal void | vtkVPICReader_SetStride_28 (HandleRef pThis, int _arg1, int _arg2, int _arg3) |
static internal void | vtkVPICReader_SetStride_29 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkVPICReader_SetXExtent_30 (HandleRef pThis, int _arg1, int _arg2) |
static internal void | vtkVPICReader_SetXExtent_31 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkVPICReader_SetYExtent_32 (HandleRef pThis, int _arg1, int _arg2) |
static internal void | vtkVPICReader_SetYExtent_33 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkVPICReader_SetZExtent_34 (HandleRef pThis, int _arg1, int _arg2) |
static internal void | vtkVPICReader_SetZExtent_35 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
static | vtkVPICReader () |
Automatically generated type registration mechanics. |
vtkVPICReader - class for reading VPIC data files
Description vtkDataReader is a helper superclass that reads the vtk data file header, dataset type, and attribute data (point and cell attributes such as scalars, vectors, normals, etc.) from a vtk data file. See text for the format of the various vtk file types.
vtkPolyDataReader vtkStructuredPointsReader vtkStructuredGridReader vtkUnstructuredGridReader vtkRectilinearGridReader
static Kitware.VTK.vtkVPICReader.vtkVPICReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkVPICReader.vtkVPICReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
override void Kitware.VTK.vtkVPICReader.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.vtkImageAlgorithm.
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual string Kitware.VTK.vtkVPICReader.GetFileName | ( | ) | [virtual] |
Specify file name of VPIC data file to read.
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
Get the reader's output.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new vtkImageData Kitware.VTK.vtkVPICReader.GetOutput | ( | int | index | ) |
Get the reader's output.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
string Kitware.VTK.vtkVPICReader.GetPointArrayName | ( | int | index | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
int Kitware.VTK.vtkVPICReader.GetPointArrayStatus | ( | string | name | ) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual int [] Kitware.VTK.vtkVPICReader.GetStride | ( | ) | [virtual] |
Set the stride in each dimension.
virtual void Kitware.VTK.vtkVPICReader.GetStride | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [virtual] |
Set the stride in each dimension.
virtual void Kitware.VTK.vtkVPICReader.GetStride | ( | IntPtr | _arg | ) | [virtual] |
Set the stride in each dimension.
virtual int [] Kitware.VTK.vtkVPICReader.GetXLayout | ( | ) | [virtual] |
Get the full layout size in files for setting the range in GUI.
virtual void Kitware.VTK.vtkVPICReader.GetXLayout | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Get the full layout size in files for setting the range in GUI.
virtual void Kitware.VTK.vtkVPICReader.GetXLayout | ( | IntPtr | _arg | ) | [virtual] |
Get the full layout size in files for setting the range in GUI.
virtual int [] Kitware.VTK.vtkVPICReader.GetYLayout | ( | ) | [virtual] |
Get the full layout size in files for setting the range in GUI.
virtual void Kitware.VTK.vtkVPICReader.GetYLayout | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Get the full layout size in files for setting the range in GUI.
virtual void Kitware.VTK.vtkVPICReader.GetYLayout | ( | IntPtr | _arg | ) | [virtual] |
Get the full layout size in files for setting the range in GUI.
virtual int [] Kitware.VTK.vtkVPICReader.GetZLayout | ( | ) | [virtual] |
Get the full layout size in files for setting the range in GUI.
virtual void Kitware.VTK.vtkVPICReader.GetZLayout | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Get the full layout size in files for setting the range in GUI.
virtual void Kitware.VTK.vtkVPICReader.GetZLayout | ( | IntPtr | _arg | ) | [virtual] |
Get the full layout size in files for setting the range in GUI.
override int Kitware.VTK.vtkVPICReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new int Kitware.VTK.vtkVPICReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkVPICReader Kitware.VTK.vtkVPICReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkVPICReader Kitware.VTK.vtkVPICReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
virtual void Kitware.VTK.vtkVPICReader.SetFileName | ( | string | _arg | ) | [virtual] |
Specify file name of VPIC data file to read.
void Kitware.VTK.vtkVPICReader.SetPointArrayStatus | ( | string | name, |
int | status | ||
) |
The following methods allow selective reading of solutions fields. By default, ALL data fields on the nodes are read, but this can be modified.
virtual void Kitware.VTK.vtkVPICReader.SetStride | ( | int | _arg1, |
int | _arg2, | ||
int | _arg3 | ||
) | [virtual] |
Set the stride in each dimension.
virtual void Kitware.VTK.vtkVPICReader.SetStride | ( | IntPtr | _arg | ) | [virtual] |
Set the stride in each dimension.
virtual void Kitware.VTK.vtkVPICReader.SetXExtent | ( | int | _arg1, |
int | _arg2 | ||
) | [virtual] |
Set the simulation file decomposition in each dimension.
void Kitware.VTK.vtkVPICReader.SetXExtent | ( | IntPtr | _arg | ) |
Set the simulation file decomposition in each dimension.
virtual void Kitware.VTK.vtkVPICReader.SetYExtent | ( | int | _arg1, |
int | _arg2 | ||
) | [virtual] |
Set the simulation file decomposition in each dimension.
void Kitware.VTK.vtkVPICReader.SetYExtent | ( | IntPtr | _arg | ) |
Set the simulation file decomposition in each dimension.
virtual void Kitware.VTK.vtkVPICReader.SetZExtent | ( | int | _arg1, |
int | _arg2 | ||
) | [virtual] |
Set the simulation file decomposition in each dimension.
void Kitware.VTK.vtkVPICReader.SetZExtent | ( | IntPtr | _arg | ) |
Set the simulation file decomposition in each dimension.
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_DisableAllPointArrays_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_EnableAllPointArrays_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_GetFileName_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVPICReader.vtkVPICReader_GetNumberOfPointArrays_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_GetOutput_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_GetOutput_06 | ( | HandleRef | pThis, |
int | index, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_GetPointArrayName_07 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkVPICReader.vtkVPICReader_GetPointArrayStatus_08 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_GetStride_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_GetStride_10 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_GetStride_11 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_GetXLayout_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_GetXLayout_13 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_GetXLayout_14 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_GetYLayout_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_GetYLayout_16 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_GetYLayout_17 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_GetZLayout_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_GetZLayout_19 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_GetZLayout_20 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkVPICReader.vtkVPICReader_IsA_21 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkVPICReader.vtkVPICReader_IsTypeOf_22 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_NewInstance_24 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVPICReader.vtkVPICReader_SafeDownCast_25 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_SetFileName_26 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_SetPointArrayStatus_27 | ( | HandleRef | pThis, |
string | name, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_SetStride_28 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2, | ||
int | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_SetStride_29 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_SetXExtent_30 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_SetXExtent_31 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_SetYExtent_32 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_SetYExtent_33 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_SetZExtent_34 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkVPICReader.vtkVPICReader_SetZExtent_35 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkVPICReader.MRClassNameKey = "13vtkVPICReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new const string Kitware.VTK.vtkVPICReader.MRFullTypeName = "Kitware.VTK.vtkVPICReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.