ActiViz .NET
5.8.0
|
Public Types | |
enum | NUM_OUTPUTS_WrapperEnum { NUM_OUTPUTS = 2, SURFACE_OUTPUT = 0, VOLUME_OUTPUT = 1 } |
All the data sets stored in the multiblock output share the same point data. For convienience, the point coordinates (vtkPoints) and point data (vtkPointData) are saved under these keys in the vtkInformation of the output data set. More... | |
Public Member Functions | |
vtkSLACReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSLACReader () | |
Undocumented Block. | |
virtual void | AddModeFileName (string fname) |
There may be one mode file (usually for actual modes) or multiple mode files (which usually actually represent time series). These methods set and clear the list of mode files (which can be a single mode file). | |
virtual string | GetMeshFileName () |
Undocumented Block. | |
virtual string | GetModeFileName (uint idx) |
There may be one mode file (usually for actual modes) or multiple mode files (which usually actually represent time series). These methods set and clear the list of mode files (which can be a single mode file). | |
virtual uint | GetNumberOfModeFileNames () |
There may be one mode file (usually for actual modes) or multiple mode files (which usually actually represent time series). These methods set and clear the list of mode files (which can be a single mode file). | |
virtual int | GetNumberOfVariableArrays () |
Variable array selection. | |
virtual int | GetReadExternalSurface () |
If on, reads the external surfaces of the data set. Set to on by default. | |
virtual int | GetReadInternalVolume () |
If on, reads the internal volume of the data set. Set to off by default. | |
virtual int | GetReadMidpoints () |
If on, reads midpoint information for external surfaces and builds quadratic surface triangles. Set to on by default. | |
virtual string | GetVariableArrayName (int idx) |
Variable array selection. | |
virtual int | GetVariableArrayStatus (string name) |
Variable array selection. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSLACReader | NewInstance () |
Undocumented Block. | |
virtual void | ReadExternalSurfaceOff () |
If on, reads the external surfaces of the data set. Set to on by default. | |
virtual void | ReadExternalSurfaceOn () |
If on, reads the external surfaces of the data set. Set to on by default. | |
virtual void | ReadInternalVolumeOff () |
If on, reads the internal volume of the data set. Set to off by default. | |
virtual void | ReadInternalVolumeOn () |
If on, reads the internal volume of the data set. Set to off by default. | |
virtual void | ReadMidpointsOff () |
If on, reads midpoint information for external surfaces and builds quadratic surface triangles. Set to on by default. | |
virtual void | ReadMidpointsOn () |
If on, reads midpoint information for external surfaces and builds quadratic surface triangles. Set to on by default. | |
virtual void | RemoveAllModeFileNames () |
There may be one mode file (usually for actual modes) or multiple mode files (which usually actually represent time series). These methods set and clear the list of mode files (which can be a single mode file). | |
virtual void | SetMeshFileName (string _arg) |
Undocumented Block. | |
virtual void | SetReadExternalSurface (int _arg) |
If on, reads the external surfaces of the data set. Set to on by default. | |
virtual void | SetReadInternalVolume (int _arg) |
If on, reads the internal volume of the data set. Set to off by default. | |
virtual void | SetReadMidpoints (int _arg) |
If on, reads midpoint information for external surfaces and builds quadratic surface triangles. Set to on by default. | |
virtual void | SetVariableArrayStatus (string name, int status) |
Variable array selection. | |
Static Public Member Functions | |
static new vtkSLACReader | New () |
Undocumented Block. | |
static int | CanReadFile (string filename) |
Returns true if the given file can be read by this reader. | |
static vtkInformationIntegerKey | IS_EXTERNAL_SURFACE () |
This key is attached to the metadata information of all data sets in the output that are part of the external surface. | |
static vtkInformationIntegerKey | IS_INTERNAL_VOLUME () |
This key is attached to the metadata information of all data sets in the output that are part of the internal volume. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static vtkInformationObjectBaseKey | POINTS () |
All the data sets stored in the multiblock output share the same point data. For convienience, the point coordinates (vtkPoints) and point data (vtkPointData) are saved under these keys in the vtkInformation of the output data set. | |
static vtkInformationObjectBaseKey | POINT_DATA () |
All the data sets stored in the multiblock output share the same point data. For convienience, the point coordinates (vtkPoints) and point data (vtkPointData) are saved under these keys in the vtkInformation of the output data set. | |
static new vtkSLACReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSLACReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkSLACReader" |
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 | vtkSLACReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSLACReader_AddModeFileName_01 (HandleRef pThis, string fname) |
static internal int | vtkSLACReader_CanReadFile_02 (string filename) |
static internal IntPtr | vtkSLACReader_GetMeshFileName_03 (HandleRef pThis) |
static internal IntPtr | vtkSLACReader_GetModeFileName_04 (HandleRef pThis, uint idx) |
static internal uint | vtkSLACReader_GetNumberOfModeFileNames_05 (HandleRef pThis) |
static internal int | vtkSLACReader_GetNumberOfVariableArrays_06 (HandleRef pThis) |
static internal int | vtkSLACReader_GetReadExternalSurface_07 (HandleRef pThis) |
static internal int | vtkSLACReader_GetReadInternalVolume_08 (HandleRef pThis) |
static internal int | vtkSLACReader_GetReadMidpoints_09 (HandleRef pThis) |
static internal IntPtr | vtkSLACReader_GetVariableArrayName_10 (HandleRef pThis, int idx) |
static internal int | vtkSLACReader_GetVariableArrayStatus_11 (HandleRef pThis, string name) |
static internal IntPtr | vtkSLACReader_IS_EXTERNAL_SURFACE_12 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSLACReader_IS_INTERNAL_VOLUME_13 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSLACReader_IsA_14 (HandleRef pThis, string type) |
static internal int | vtkSLACReader_IsTypeOf_15 (string type) |
static internal IntPtr | vtkSLACReader_NewInstance_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSLACReader_POINTS_18 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSLACReader_POINT_DATA_19 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSLACReader_ReadExternalSurfaceOff_20 (HandleRef pThis) |
static internal void | vtkSLACReader_ReadExternalSurfaceOn_21 (HandleRef pThis) |
static internal void | vtkSLACReader_ReadInternalVolumeOff_22 (HandleRef pThis) |
static internal void | vtkSLACReader_ReadInternalVolumeOn_23 (HandleRef pThis) |
static internal void | vtkSLACReader_ReadMidpointsOff_24 (HandleRef pThis) |
static internal void | vtkSLACReader_ReadMidpointsOn_25 (HandleRef pThis) |
static internal void | vtkSLACReader_RemoveAllModeFileNames_26 (HandleRef pThis) |
static internal IntPtr | vtkSLACReader_SafeDownCast_27 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSLACReader_SetMeshFileName_28 (HandleRef pThis, string _arg) |
static internal void | vtkSLACReader_SetReadExternalSurface_29 (HandleRef pThis, int _arg) |
static internal void | vtkSLACReader_SetReadInternalVolume_30 (HandleRef pThis, int _arg) |
static internal void | vtkSLACReader_SetReadMidpoints_31 (HandleRef pThis, int _arg) |
static internal void | vtkSLACReader_SetVariableArrayStatus_32 (HandleRef pThis, string name, int status) |
Static Private Member Functions | |
static | vtkSLACReader () |
Automatically generated type registration mechanics. |
-*- c++ -*-
All the data sets stored in the multiblock output share the same point data. For convienience, the point coordinates (vtkPoints) and point data (vtkPointData) are saved under these keys in the vtkInformation of the output data set.
static Kitware.VTK.vtkSLACReader.vtkSLACReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSLACReader.vtkSLACReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkSLACReader.AddModeFileName | ( | string | fname | ) | [virtual] |
There may be one mode file (usually for actual modes) or multiple mode files (which usually actually represent time series). These methods set and clear the list of mode files (which can be a single mode file).
static int Kitware.VTK.vtkSLACReader.CanReadFile | ( | string | filename | ) | [static] |
Returns true if the given file can be read by this reader.
override void Kitware.VTK.vtkSLACReader.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.
Reimplemented in Kitware.VTK.vtkPSLACReader.
virtual string Kitware.VTK.vtkSLACReader.GetMeshFileName | ( | ) | [virtual] |
Undocumented Block.
virtual string Kitware.VTK.vtkSLACReader.GetModeFileName | ( | uint | idx | ) | [virtual] |
There may be one mode file (usually for actual modes) or multiple mode files (which usually actually represent time series). These methods set and clear the list of mode files (which can be a single mode file).
virtual uint Kitware.VTK.vtkSLACReader.GetNumberOfModeFileNames | ( | ) | [virtual] |
There may be one mode file (usually for actual modes) or multiple mode files (which usually actually represent time series). These methods set and clear the list of mode files (which can be a single mode file).
virtual int Kitware.VTK.vtkSLACReader.GetNumberOfVariableArrays | ( | ) | [virtual] |
Variable array selection.
virtual int Kitware.VTK.vtkSLACReader.GetReadExternalSurface | ( | ) | [virtual] |
If on, reads the external surfaces of the data set. Set to on by default.
virtual int Kitware.VTK.vtkSLACReader.GetReadInternalVolume | ( | ) | [virtual] |
If on, reads the internal volume of the data set. Set to off by default.
virtual int Kitware.VTK.vtkSLACReader.GetReadMidpoints | ( | ) | [virtual] |
If on, reads midpoint information for external surfaces and builds quadratic surface triangles. Set to on by default.
virtual string Kitware.VTK.vtkSLACReader.GetVariableArrayName | ( | int | idx | ) | [virtual] |
Variable array selection.
virtual int Kitware.VTK.vtkSLACReader.GetVariableArrayStatus | ( | string | name | ) | [virtual] |
Variable array selection.
static vtkInformationIntegerKey Kitware.VTK.vtkSLACReader.IS_EXTERNAL_SURFACE | ( | ) | [static] |
This key is attached to the metadata information of all data sets in the output that are part of the external surface.
static vtkInformationIntegerKey Kitware.VTK.vtkSLACReader.IS_INTERNAL_VOLUME | ( | ) | [static] |
This key is attached to the metadata information of all data sets in the output that are part of the internal volume.
override int Kitware.VTK.vtkSLACReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPSLACReader.
static new int Kitware.VTK.vtkSLACReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPSLACReader.
static new vtkSLACReader Kitware.VTK.vtkSLACReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPSLACReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPSLACReader.
static vtkInformationObjectBaseKey Kitware.VTK.vtkSLACReader.POINT_DATA | ( | ) | [static] |
All the data sets stored in the multiblock output share the same point data. For convienience, the point coordinates (vtkPoints) and point data (vtkPointData) are saved under these keys in the vtkInformation of the output data set.
static vtkInformationObjectBaseKey Kitware.VTK.vtkSLACReader.POINTS | ( | ) | [static] |
All the data sets stored in the multiblock output share the same point data. For convienience, the point coordinates (vtkPoints) and point data (vtkPointData) are saved under these keys in the vtkInformation of the output data set.
virtual void Kitware.VTK.vtkSLACReader.ReadExternalSurfaceOff | ( | ) | [virtual] |
If on, reads the external surfaces of the data set. Set to on by default.
virtual void Kitware.VTK.vtkSLACReader.ReadExternalSurfaceOn | ( | ) | [virtual] |
If on, reads the external surfaces of the data set. Set to on by default.
virtual void Kitware.VTK.vtkSLACReader.ReadInternalVolumeOff | ( | ) | [virtual] |
If on, reads the internal volume of the data set. Set to off by default.
virtual void Kitware.VTK.vtkSLACReader.ReadInternalVolumeOn | ( | ) | [virtual] |
If on, reads the internal volume of the data set. Set to off by default.
virtual void Kitware.VTK.vtkSLACReader.ReadMidpointsOff | ( | ) | [virtual] |
If on, reads midpoint information for external surfaces and builds quadratic surface triangles. Set to on by default.
virtual void Kitware.VTK.vtkSLACReader.ReadMidpointsOn | ( | ) | [virtual] |
If on, reads midpoint information for external surfaces and builds quadratic surface triangles. Set to on by default.
virtual void Kitware.VTK.vtkSLACReader.RemoveAllModeFileNames | ( | ) | [virtual] |
There may be one mode file (usually for actual modes) or multiple mode files (which usually actually represent time series). These methods set and clear the list of mode files (which can be a single mode file).
static new vtkSLACReader Kitware.VTK.vtkSLACReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPSLACReader.
virtual void Kitware.VTK.vtkSLACReader.SetMeshFileName | ( | string | _arg | ) | [virtual] |
Undocumented Block.
virtual void Kitware.VTK.vtkSLACReader.SetReadExternalSurface | ( | int | _arg | ) | [virtual] |
If on, reads the external surfaces of the data set. Set to on by default.
virtual void Kitware.VTK.vtkSLACReader.SetReadInternalVolume | ( | int | _arg | ) | [virtual] |
If on, reads the internal volume of the data set. Set to off by default.
virtual void Kitware.VTK.vtkSLACReader.SetReadMidpoints | ( | int | _arg | ) | [virtual] |
If on, reads midpoint information for external surfaces and builds quadratic surface triangles. Set to on by default.
virtual void Kitware.VTK.vtkSLACReader.SetVariableArrayStatus | ( | string | name, |
int | status | ||
) | [virtual] |
Variable array selection.
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_AddModeFileName_01 | ( | HandleRef | pThis, |
string | fname | ||
) | [private] |
static internal int Kitware.VTK.vtkSLACReader.vtkSLACReader_CanReadFile_02 | ( | string | filename | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSLACReader.vtkSLACReader_GetMeshFileName_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSLACReader.vtkSLACReader_GetModeFileName_04 | ( | HandleRef | pThis, |
uint | idx | ||
) | [private] |
static internal uint Kitware.VTK.vtkSLACReader.vtkSLACReader_GetNumberOfModeFileNames_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSLACReader.vtkSLACReader_GetNumberOfVariableArrays_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSLACReader.vtkSLACReader_GetReadExternalSurface_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSLACReader.vtkSLACReader_GetReadInternalVolume_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSLACReader.vtkSLACReader_GetReadMidpoints_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSLACReader.vtkSLACReader_GetVariableArrayName_10 | ( | HandleRef | pThis, |
int | idx | ||
) | [private] |
static internal int Kitware.VTK.vtkSLACReader.vtkSLACReader_GetVariableArrayStatus_11 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSLACReader.vtkSLACReader_IS_EXTERNAL_SURFACE_12 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSLACReader.vtkSLACReader_IS_INTERNAL_VOLUME_13 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSLACReader.vtkSLACReader_IsA_14 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSLACReader.vtkSLACReader_IsTypeOf_15 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSLACReader.vtkSLACReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSLACReader.vtkSLACReader_NewInstance_17 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSLACReader.vtkSLACReader_POINT_DATA_19 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSLACReader.vtkSLACReader_POINTS_18 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_ReadExternalSurfaceOff_20 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_ReadExternalSurfaceOn_21 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_ReadInternalVolumeOff_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_ReadInternalVolumeOn_23 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_ReadMidpointsOff_24 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_ReadMidpointsOn_25 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_RemoveAllModeFileNames_26 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSLACReader.vtkSLACReader_SafeDownCast_27 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_SetMeshFileName_28 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_SetReadExternalSurface_29 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_SetReadInternalVolume_30 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_SetReadMidpoints_31 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSLACReader.vtkSLACReader_SetVariableArrayStatus_32 | ( | HandleRef | pThis, |
string | name, | ||
int | status | ||
) | [private] |
new readonly string Kitware.VTK.vtkSLACReader.MRClassNameKey = "13vtkSLACReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPSLACReader.
new const string Kitware.VTK.vtkSLACReader.MRFullTypeName = "Kitware.VTK.vtkSLACReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPSLACReader.