ActiViz .NET
5.8.0
|
vtkPExodusReader - Read exodus 2 files .ex2 More...
Public Member Functions | |
vtkPExodusReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPExodusReader () | |
Undocumented Block. | |
new void | AddFilter (vtkDSPFilterDefinition a_filter) |
begin USE_EXO_DSP_FILTERS | |
new void | AddFilterDenominatorWeight (double weight) |
begin USE_EXO_DSP_FILTERS | |
new void | AddFilterForwardNumeratorWeight (double weight) |
begin USE_EXO_DSP_FILTERS | |
new void | AddFilterInputVar (string name) |
begin USE_EXO_DSP_FILTERS | |
new void | AddFilterNumeratorWeight (double weight) |
begin USE_EXO_DSP_FILTERS | |
new void | AddFilterOutputVar (string name) |
begin USE_EXO_DSP_FILTERS | |
new void | EnableDSPFiltering () |
begin USE_EXO_DSP_FILTERS | |
new void | FinishAddingFilter () |
begin USE_EXO_DSP_FILTERS | |
virtual void | GenerateFileIdArrayOff () |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId". | |
virtual void | GenerateFileIdArrayOn () |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId". | |
virtual string | GetFilePattern () |
These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method. | |
virtual string | GetFilePrefix () |
These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method. | |
virtual int[] | GetFileRange () |
Set the range of files that are being loaded. The range for single file should add to 0. | |
virtual void | GetFileRange (ref int _arg1, ref int _arg2) |
Set the range of files that are being loaded. The range for single file should add to 0. | |
virtual void | GetFileRange (IntPtr _arg) |
Set the range of files that are being loaded. The range for single file should add to 0. | |
virtual int | GetGenerateFileIdArray () |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId". | |
int | GetNumberOfFileNames () |
Return number of file names set in SetFileNames. | |
virtual int | GetNumberOfFiles () |
Return the number of files to be read. | |
new int | GetNumberOfVariableArrays () |
begin USE_EXO_DSP_FILTERS | |
override int | GetTotalNumberOfElements () |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId". | |
override int | GetTotalNumberOfNodes () |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId". | |
new string | GetVariableArrayName (int a_which) |
begin USE_EXO_DSP_FILTERS | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPExodusReader | NewInstance () |
Undocumented Block. | |
new void | RemoveFilter (string a_outputVariableName) |
begin USE_EXO_DSP_FILTERS | |
override void | SetFileName (string name) |
Provide an arbitrary list of file names instead of a prefix, pattern and range. Overrides any prefix, pattern and range that is specified. vtkPExodusReader makes it's own copy of your file names. | |
virtual void | SetFilePattern (string _arg) |
These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method. | |
virtual void | SetFilePrefix (string _arg) |
These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method. | |
void | SetFileRange (int arg0, int arg1) |
Set the range of files that are being loaded. The range for single file should add to 0. | |
void | SetFileRange (IntPtr r) |
Set the range of files that are being loaded. The range for single file should add to 0. | |
void | SetGenerateFileIdArray (int flag) |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId". | |
new void | StartAddingFilter () |
begin USE_EXO_DSP_FILTERS | |
Static Public Member Functions | |
static new vtkPExodusReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPExodusReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPExodusReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkPExodusReader" |
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 | vtkPExodusReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPExodusReader_AddFilter_01 (HandleRef pThis, HandleRef a_filter) |
static internal void | vtkPExodusReader_AddFilterDenominatorWeight_02 (HandleRef pThis, double weight) |
static internal void | vtkPExodusReader_AddFilterForwardNumeratorWeight_03 (HandleRef pThis, double weight) |
static internal void | vtkPExodusReader_AddFilterInputVar_04 (HandleRef pThis, string name) |
static internal void | vtkPExodusReader_AddFilterNumeratorWeight_05 (HandleRef pThis, double weight) |
static internal void | vtkPExodusReader_AddFilterOutputVar_06 (HandleRef pThis, string name) |
static internal void | vtkPExodusReader_EnableDSPFiltering_07 (HandleRef pThis) |
static internal void | vtkPExodusReader_FinishAddingFilter_08 (HandleRef pThis) |
static internal void | vtkPExodusReader_GenerateFileIdArrayOff_09 (HandleRef pThis) |
static internal void | vtkPExodusReader_GenerateFileIdArrayOn_10 (HandleRef pThis) |
static internal IntPtr | vtkPExodusReader_GetFilePattern_11 (HandleRef pThis) |
static internal IntPtr | vtkPExodusReader_GetFilePrefix_12 (HandleRef pThis) |
static internal IntPtr | vtkPExodusReader_GetFileRange_13 (HandleRef pThis) |
static internal void | vtkPExodusReader_GetFileRange_14 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkPExodusReader_GetFileRange_15 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkPExodusReader_GetGenerateFileIdArray_16 (HandleRef pThis) |
static internal int | vtkPExodusReader_GetNumberOfFileNames_17 (HandleRef pThis) |
static internal int | vtkPExodusReader_GetNumberOfFiles_18 (HandleRef pThis) |
static internal int | vtkPExodusReader_GetNumberOfVariableArrays_19 (HandleRef pThis) |
static internal int | vtkPExodusReader_GetTotalNumberOfElements_20 (HandleRef pThis) |
static internal int | vtkPExodusReader_GetTotalNumberOfNodes_21 (HandleRef pThis) |
static internal IntPtr | vtkPExodusReader_GetVariableArrayName_22 (HandleRef pThis, int a_which) |
static internal int | vtkPExodusReader_IsA_23 (HandleRef pThis, string type) |
static internal int | vtkPExodusReader_IsTypeOf_24 (string type) |
static internal IntPtr | vtkPExodusReader_NewInstance_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPExodusReader_RemoveFilter_27 (HandleRef pThis, string a_outputVariableName) |
static internal IntPtr | vtkPExodusReader_SafeDownCast_28 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPExodusReader_SetFileName_29 (HandleRef pThis, string name) |
static internal void | vtkPExodusReader_SetFilePattern_30 (HandleRef pThis, string _arg) |
static internal void | vtkPExodusReader_SetFilePrefix_31 (HandleRef pThis, string _arg) |
static internal void | vtkPExodusReader_SetFileRange_32 (HandleRef pThis, int arg0, int arg1) |
static internal void | vtkPExodusReader_SetFileRange_33 (HandleRef pThis, IntPtr r) |
static internal void | vtkPExodusReader_SetGenerateFileIdArray_34 (HandleRef pThis, int flag) |
static internal void | vtkPExodusReader_StartAddingFilter_35 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkPExodusReader () |
Automatically generated type registration mechanics. |
vtkPExodusReader - Read exodus 2 files .ex2
Description vtkPExodusReader is a unstructured grid source object that reads PExodusReaderII files. Most of the meta data associated with the file is loaded when UpdateInformation is called. This includes information like Title, number of blocks, number and names of arrays. This data can be retrieved from methods in this reader. Separate arrays that are meant to be a single vector, are combined internally for convenience. To be combined, the array names have to be identical except for a trailing X,Y and Z (or x,y,z). By default all cell and point arrays are loaded. However, the user can flag arrays not to load with the methods "SetPointDataArrayLoadFlag" and "SetCellDataArrayLoadFlag". The reader responds to piece requests by loading only a range of the possible blocks. Unused points are filtered out internally.
static Kitware.VTK.vtkPExodusReader.vtkPExodusReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPExodusReader.vtkPExodusReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
new void Kitware.VTK.vtkPExodusReader.AddFilter | ( | vtkDSPFilterDefinition | a_filter | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
new void Kitware.VTK.vtkPExodusReader.AddFilterDenominatorWeight | ( | double | weight | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
new void Kitware.VTK.vtkPExodusReader.AddFilterForwardNumeratorWeight | ( | double | weight | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
new void Kitware.VTK.vtkPExodusReader.AddFilterInputVar | ( | string | name | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
new void Kitware.VTK.vtkPExodusReader.AddFilterNumeratorWeight | ( | double | weight | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
new void Kitware.VTK.vtkPExodusReader.AddFilterOutputVar | ( | string | name | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
override void Kitware.VTK.vtkPExodusReader.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.vtkExodusReader.
new void Kitware.VTK.vtkPExodusReader.EnableDSPFiltering | ( | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
new void Kitware.VTK.vtkPExodusReader.FinishAddingFilter | ( | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
virtual void Kitware.VTK.vtkPExodusReader.GenerateFileIdArrayOff | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId".
virtual void Kitware.VTK.vtkPExodusReader.GenerateFileIdArrayOn | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId".
virtual string Kitware.VTK.vtkPExodusReader.GetFilePattern | ( | ) | [virtual] |
These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method.
virtual string Kitware.VTK.vtkPExodusReader.GetFilePrefix | ( | ) | [virtual] |
These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method.
virtual int [] Kitware.VTK.vtkPExodusReader.GetFileRange | ( | ) | [virtual] |
Set the range of files that are being loaded. The range for single file should add to 0.
virtual void Kitware.VTK.vtkPExodusReader.GetFileRange | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Set the range of files that are being loaded. The range for single file should add to 0.
virtual void Kitware.VTK.vtkPExodusReader.GetFileRange | ( | IntPtr | _arg | ) | [virtual] |
Set the range of files that are being loaded. The range for single file should add to 0.
virtual int Kitware.VTK.vtkPExodusReader.GetGenerateFileIdArray | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId".
Return number of file names set in SetFileNames.
virtual int Kitware.VTK.vtkPExodusReader.GetNumberOfFiles | ( | ) | [virtual] |
Return the number of files to be read.
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
override int Kitware.VTK.vtkPExodusReader.GetTotalNumberOfElements | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId".
Reimplemented from Kitware.VTK.vtkExodusReader.
override int Kitware.VTK.vtkPExodusReader.GetTotalNumberOfNodes | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId".
Reimplemented from Kitware.VTK.vtkExodusReader.
new string Kitware.VTK.vtkPExodusReader.GetVariableArrayName | ( | int | a_which | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
override int Kitware.VTK.vtkPExodusReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExodusReader.
static new int Kitware.VTK.vtkPExodusReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExodusReader.
static new vtkPExodusReader Kitware.VTK.vtkPExodusReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExodusReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExodusReader.
new void Kitware.VTK.vtkPExodusReader.RemoveFilter | ( | string | a_outputVariableName | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
static new vtkPExodusReader Kitware.VTK.vtkPExodusReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExodusReader.
override void Kitware.VTK.vtkPExodusReader.SetFileName | ( | string | name | ) | [virtual] |
Provide an arbitrary list of file names instead of a prefix, pattern and range. Overrides any prefix, pattern and range that is specified. vtkPExodusReader makes it's own copy of your file names.
Reimplemented from Kitware.VTK.vtkExodusReader.
virtual void Kitware.VTK.vtkPExodusReader.SetFilePattern | ( | string | _arg | ) | [virtual] |
These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method.
virtual void Kitware.VTK.vtkPExodusReader.SetFilePrefix | ( | string | _arg | ) | [virtual] |
These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method.
void Kitware.VTK.vtkPExodusReader.SetFileRange | ( | int | arg0, |
int | arg1 | ||
) |
Set the range of files that are being loaded. The range for single file should add to 0.
void Kitware.VTK.vtkPExodusReader.SetFileRange | ( | IntPtr | r | ) |
Set the range of files that are being loaded. The range for single file should add to 0.
void Kitware.VTK.vtkPExodusReader.SetGenerateFileIdArray | ( | int | flag | ) |
Extra cell data array that can be generated. By default, this array is OFF. The value of the array is the integer id which is part of the name of the file from which the cell was read. The name of the array is "vtkFileId".
new void Kitware.VTK.vtkPExodusReader.StartAddingFilter | ( | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented from Kitware.VTK.vtkExodusReader.
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_AddFilter_01 | ( | HandleRef | pThis, |
HandleRef | a_filter | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_AddFilterDenominatorWeight_02 | ( | HandleRef | pThis, |
double | weight | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_AddFilterForwardNumeratorWeight_03 | ( | HandleRef | pThis, |
double | weight | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_AddFilterInputVar_04 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_AddFilterNumeratorWeight_05 | ( | HandleRef | pThis, |
double | weight | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_AddFilterOutputVar_06 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_EnableDSPFiltering_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_FinishAddingFilter_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GenerateFileIdArrayOff_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GenerateFileIdArrayOn_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetFilePattern_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetFilePrefix_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetFileRange_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetFileRange_14 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetFileRange_15 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetGenerateFileIdArray_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetNumberOfFileNames_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetNumberOfFiles_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetNumberOfVariableArrays_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetTotalNumberOfElements_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetTotalNumberOfNodes_21 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPExodusReader.vtkPExodusReader_GetVariableArrayName_22 | ( | HandleRef | pThis, |
int | a_which | ||
) | [private] |
static internal int Kitware.VTK.vtkPExodusReader.vtkPExodusReader_IsA_23 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPExodusReader.vtkPExodusReader_IsTypeOf_24 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPExodusReader.vtkPExodusReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPExodusReader.vtkPExodusReader_NewInstance_26 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_RemoveFilter_27 | ( | HandleRef | pThis, |
string | a_outputVariableName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPExodusReader.vtkPExodusReader_SafeDownCast_28 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_SetFileName_29 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_SetFilePattern_30 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_SetFilePrefix_31 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_SetFileRange_32 | ( | HandleRef | pThis, |
int | arg0, | ||
int | arg1 | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_SetFileRange_33 | ( | HandleRef | pThis, |
IntPtr | r | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_SetGenerateFileIdArray_34 | ( | HandleRef | pThis, |
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkPExodusReader.vtkPExodusReader_StartAddingFilter_35 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkPExodusReader.MRClassNameKey = "16vtkPExodusReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExodusReader.
new const string Kitware.VTK.vtkPExodusReader.MRFullTypeName = "Kitware.VTK.vtkPExodusReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExodusReader.