ActiViz .NET
5.8.0
|
vtkLSDynaReader - Read LS-Dyna databases (d3plot) More...
Public Types | |
enum | BEAM_WrapperEnum { BEAM = 1, NUM_CELL_TYPES = 7, PARTICLE = 0, RIGID_BODY = 5, ROAD_SURFACE = 6, SHELL = 2, SOLID = 4, THICK_SHELL = 3 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkLSDynaReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkLSDynaReader () | |
Undocumented Block. | |
int | CanReadFile (string fname) |
Determine if the file can be readed with this reader. | |
void | DebugDump () |
A routine to call Dump() from within a lame debugger that won't properly pass a C++ iostream object like cout. | |
virtual void | DeformedMeshOff () |
Should deflected coordinates be used, or should the mesh remain undeflected? By default, this is true but its value is ignored if the nodal "Deflection" array is not set to be loaded. | |
virtual void | DeformedMeshOn () |
Should deflected coordinates be used, or should the mesh remain undeflected? By default, this is true but its value is ignored if the nodal "Deflection" array is not set to be loaded. | |
string | GetBeamArrayName (int arg0) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetBeamArrayStatus (int arr) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetBeamArrayStatus (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
string | GetCellArrayName (int cellType, int arr) |
Routines that allow the status of a cell variable to be adjusted or queried independent of the output mesh. The cellType parameter should be one of: LS_POINT, LS_BEAM, LS_SHELL, LS_THICK_SHELL, LS_SOLID, LS_RIGID_BODY, or LS_ROAD_SURFACE. | |
int | GetCellArrayStatus (int cellType, int arr) |
Routines that allow the status of a cell variable to be adjusted or queried independent of the output mesh. The cellType parameter should be one of: LS_POINT, LS_BEAM, LS_SHELL, LS_THICK_SHELL, LS_SOLID, LS_RIGID_BODY, or LS_ROAD_SURFACE. | |
int | GetCellArrayStatus (int cellType, string arrName) |
vtkWarningMacro( "Point array "" << arrName << "" does not exist" ); | |
string | GetDatabaseDirectory () |
Get/Set the directory containing the LS-Dyna database and determine whether it is valid. | |
virtual int | GetDeformedMesh () |
Should deflected coordinates be used, or should the mesh remain undeflected? By default, this is true but its value is ignored if the nodal "Deflection" array is not set to be loaded. | |
int | GetDimensionality () |
Retrieve the dimension of points in the database. This should return 2 or 3. Do not call this function before setting the database directory and calling UpdateInformation(). | |
string | GetFileName () |
Get/Set the filename. The Set/GetFileName() routines are actually wrappers around the Set/GetDatabaseDirectory() members; the actual filename you choose is irrelevant -- only the directory name is used. This is done in order to accommodate ParaView. | |
virtual string | GetInputDeck () |
The name of the input deck corresponding to the current database. This is used to determine the part names associated with each material ID. This file may be in two formats: a valid LSDyna input deck or a short XML summary. If the file begins with "<?xml" then the summary format is used. Otherwise, the keyword format is used and a summary file will be created if write permissions exist in the directory containing the keyword file. The newly created summary will have ".k" or ".key" stripped from the end of the keyword filename and ".lsdyna" appended. | |
int | GetNumberOfBeamArrays () |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfBeamCells () |
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation(). | |
int | GetNumberOfCellArrays (int cellType) |
Routines that allow the status of a cell variable to be adjusted or queried independent of the output mesh. The cellType parameter should be one of: LS_POINT, LS_BEAM, LS_SHELL, LS_THICK_SHELL, LS_SOLID, LS_RIGID_BODY, or LS_ROAD_SURFACE. | |
int | GetNumberOfCells () |
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation(). | |
int | GetNumberOfComponentsInBeamArray (int a) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfComponentsInBeamArray (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
int | GetNumberOfComponentsInCellArray (int cellType, int arr) |
Routines that allow the status of a cell variable to be adjusted or queried independent of the output mesh. The cellType parameter should be one of: LS_POINT, LS_BEAM, LS_SHELL, LS_THICK_SHELL, LS_SOLID, LS_RIGID_BODY, or LS_ROAD_SURFACE. | |
int | GetNumberOfComponentsInCellArray (int cellType, string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
int | GetNumberOfComponentsInParticleArray (int a) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfComponentsInParticleArray (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
int | GetNumberOfComponentsInPointArray (int arr) |
These methods allow you to load only selected subsets of the nodal variables defined over the mesh. | |
int | GetNumberOfComponentsInPointArray (string arrName) |
vtkWarningMacro( "Point array "" << arrName << "" does not exist" ); | |
int | GetNumberOfComponentsInRigidBodyArray (int a) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfComponentsInRigidBodyArray (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
int | GetNumberOfComponentsInRoadSurfaceArray (int a) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfComponentsInRoadSurfaceArray (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
int | GetNumberOfComponentsInShellArray (int a) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfComponentsInShellArray (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
int | GetNumberOfComponentsInSolidArray (int a) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfComponentsInSolidArray (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
int | GetNumberOfComponentsInThickShellArray (int a) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfComponentsInThickShellArray (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
int | GetNumberOfContinuumCells () |
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation(). | |
int | GetNumberOfNodes () |
Retrieve the number of points in the database. Do not call this function before setting the database directory and calling UpdateInformation(). | |
int | GetNumberOfPartArrays () |
These methods allow you to load only selected parts of the input. If InputDeck points to a valid keyword file (or summary), then part names will be taken from that file. Otherwise, when arbitrary material numbering is used, parts will be named "PartXXX (MatlYYY)" where XXX is an increasing sequential number and YYY is the respective material ID. If no input deck is specified and arbitrary arbitrary material numbering is not used, parts will be named "PartXXX" where XXX is a sequential material ID. | |
int | GetNumberOfParticleArrays () |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfParticleCells () |
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation(). | |
int | GetNumberOfPointArrays () |
These methods allow you to load only selected subsets of the nodal variables defined over the mesh. | |
int | GetNumberOfRigidBodyArrays () |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfRigidBodyCells () |
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation(). | |
int | GetNumberOfRoadSurfaceArrays () |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfRoadSurfaceCells () |
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation(). | |
int | GetNumberOfShellArrays () |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfShellCells () |
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation(). | |
int | GetNumberOfSolidArrays () |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfSolidCells () |
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation(). | |
int | GetNumberOfThickShellArrays () |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetNumberOfThickShellCells () |
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation(). | |
int | GetNumberOfTimeSteps () |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation(). | |
string | GetPartArrayName (int arg0) |
These methods allow you to load only selected parts of the input. If InputDeck points to a valid keyword file (or summary), then part names will be taken from that file. Otherwise, when arbitrary material numbering is used, parts will be named "PartXXX (MatlYYY)" where XXX is an increasing sequential number and YYY is the respective material ID. If no input deck is specified and arbitrary arbitrary material numbering is not used, parts will be named "PartXXX" where XXX is a sequential material ID. | |
int | GetPartArrayStatus (int arr) |
These methods allow you to load only selected parts of the input. If InputDeck points to a valid keyword file (or summary), then part names will be taken from that file. Otherwise, when arbitrary material numbering is used, parts will be named "PartXXX (MatlYYY)" where XXX is an increasing sequential number and YYY is the respective material ID. If no input deck is specified and arbitrary arbitrary material numbering is not used, parts will be named "PartXXX" where XXX is a sequential material ID. | |
int | GetPartArrayStatus (string partName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
string | GetParticleArrayName (int arg0) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetParticleArrayStatus (int arr) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetParticleArrayStatus (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
string | GetPointArrayName (int arg0) |
These methods allow you to load only selected subsets of the nodal variables defined over the mesh. | |
int | GetPointArrayStatus (int arr) |
These methods allow you to load only selected subsets of the nodal variables defined over the mesh. | |
int | GetPointArrayStatus (string arrName) |
Read an array of deletion data. This is used by ReadDeletion to actually read the data from the file (as opposed to attach it to the proper place in the VTK dataset) depending on the value of "MDLOPT". The array passed to this routine is filled with deletion data. The number of tuples must be set on the array previous to calling this routine. The anyDeleted argument is set to 0 if no cells in the array are marked deleted, or 1 if any cells are marked for deletion. | |
virtual int | GetRemoveDeletedCells () |
Should dead cells be removed from the mesh? Cells are marked dead by setting the corresponding entry in the <b>cell</b> array "Death" to 0. Cells that are not dead have the corresponding entry in the cell array "Death" set to their material ID. By default, this is true but its value is ignored if the cell "Death" array is not set to be loaded. It is also ignored if the database's element deletion option is set to denote <b>points</b> (not cells) as deleted; in that case, "Death" will appear to be a point array. | |
string | GetRigidBodyArrayName (int arg0) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetRigidBodyArrayStatus (int arr) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetRigidBodyArrayStatus (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
string | GetRoadSurfaceArrayName (int arg0) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetRoadSurfaceArrayStatus (int arr) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetRoadSurfaceArrayStatus (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
string | GetShellArrayName (int arg0) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetShellArrayStatus (int arr) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetShellArrayStatus (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
string | GetSolidArrayName (int arg0) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetSolidArrayStatus (int arr) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetSolidArrayStatus (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
virtual int | GetSplitByMaterialId () |
Split each part into submeshes based on material ID. By default, this is false and all cells of a given type (solid, thick shell, shell, ...) are in a single mesh. | |
string | GetThickShellArrayName (int arg0) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetThickShellArrayStatus (int arr) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
int | GetThickShellArrayStatus (string arrName) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
int | GetTimeStep () |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation(). | |
virtual int[] | GetTimeStepRange () |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation(). | |
virtual void | GetTimeStepRange (ref int _arg1, ref int _arg2) |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation(). | |
virtual void | GetTimeStepRange (IntPtr _arg) |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation(). | |
double | GetTimeValue (int arg0) |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation(). | |
string | GetTitle () |
The title of the database is a 40 or 80 character text description stored at the front of a d3plot file. Do not call this function before setting the database directory and calling UpdateInformation(). | |
override int | IsA (string type) |
Undocumented Block. | |
int | IsDatabaseValid () |
Get/Set the directory containing the LS-Dyna database and determine whether it is valid. | |
new vtkLSDynaReader | NewInstance () |
Undocumented Block. | |
virtual void | RemoveDeletedCellsOff () |
Should dead cells be removed from the mesh? Cells are marked dead by setting the corresponding entry in the <b>cell</b> array "Death" to 0. Cells that are not dead have the corresponding entry in the cell array "Death" set to their material ID. By default, this is true but its value is ignored if the cell "Death" array is not set to be loaded. It is also ignored if the database's element deletion option is set to denote <b>points</b> (not cells) as deleted; in that case, "Death" will appear to be a point array. | |
virtual void | RemoveDeletedCellsOn () |
Should dead cells be removed from the mesh? Cells are marked dead by setting the corresponding entry in the <b>cell</b> array "Death" to 0. Cells that are not dead have the corresponding entry in the cell array "Death" set to their material ID. By default, this is true but its value is ignored if the cell "Death" array is not set to be loaded. It is also ignored if the database's element deletion option is set to denote <b>points</b> (not cells) as deleted; in that case, "Death" will appear to be a point array. | |
virtual void | SetBeamArrayStatus (int arr, int status) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
virtual void | SetBeamArrayStatus (string arrName, int status) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
virtual void | SetCellArrayStatus (int cellType, int arr, int status) |
Routines that allow the status of a cell variable to be adjusted or queried independent of the output mesh. The cellType parameter should be one of: LS_POINT, LS_BEAM, LS_SHELL, LS_THICK_SHELL, LS_SOLID, LS_RIGID_BODY, or LS_ROAD_SURFACE. | |
virtual void | SetCellArrayStatus (int cellType, string arrName, int status) |
vtkWarningMacro( "Point array "" << arrName << "" does not exist" ); | |
virtual void | SetDatabaseDirectory (string arg0) |
Get/Set the directory containing the LS-Dyna database and determine whether it is valid. | |
virtual void | SetDeformedMesh (int _arg) |
Should deflected coordinates be used, or should the mesh remain undeflected? By default, this is true but its value is ignored if the nodal "Deflection" array is not set to be loaded. | |
virtual void | SetFileName (string arg0) |
Get/Set the filename. The Set/GetFileName() routines are actually wrappers around the Set/GetDatabaseDirectory() members; the actual filename you choose is irrelevant -- only the directory name is used. This is done in order to accommodate ParaView. | |
virtual void | SetInputDeck (string _arg) |
The name of the input deck corresponding to the current database. This is used to determine the part names associated with each material ID. This file may be in two formats: a valid LSDyna input deck or a short XML summary. If the file begins with "<?xml" then the summary format is used. Otherwise, the keyword format is used and a summary file will be created if write permissions exist in the directory containing the keyword file. The newly created summary will have ".k" or ".key" stripped from the end of the keyword filename and ".lsdyna" appended. | |
virtual void | SetPartArrayStatus (int arr, int status) |
These methods allow you to load only selected parts of the input. If InputDeck points to a valid keyword file (or summary), then part names will be taken from that file. Otherwise, when arbitrary material numbering is used, parts will be named "PartXXX (MatlYYY)" where XXX is an increasing sequential number and YYY is the respective material ID. If no input deck is specified and arbitrary arbitrary material numbering is not used, parts will be named "PartXXX" where XXX is a sequential material ID. | |
virtual void | SetPartArrayStatus (string arrName, int status) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
virtual void | SetParticleArrayStatus (int arr, int status) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
virtual void | SetParticleArrayStatus (string arrName, int status) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
virtual void | SetPointArrayStatus (int arr, int status) |
These methods allow you to load only selected subsets of the nodal variables defined over the mesh. | |
virtual void | SetPointArrayStatus (string arrName, int status) |
Read an array of deletion data. This is used by ReadDeletion to actually read the data from the file (as opposed to attach it to the proper place in the VTK dataset) depending on the value of "MDLOPT". The array passed to this routine is filled with deletion data. The number of tuples must be set on the array previous to calling this routine. The anyDeleted argument is set to 0 if no cells in the array are marked deleted, or 1 if any cells are marked for deletion. | |
virtual void | SetRemoveDeletedCells (int _arg) |
Should dead cells be removed from the mesh? Cells are marked dead by setting the corresponding entry in the <b>cell</b> array "Death" to 0. Cells that are not dead have the corresponding entry in the cell array "Death" set to their material ID. By default, this is true but its value is ignored if the cell "Death" array is not set to be loaded. It is also ignored if the database's element deletion option is set to denote <b>points</b> (not cells) as deleted; in that case, "Death" will appear to be a point array. | |
virtual void | SetRigidBodyArrayStatus (int arr, int status) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
virtual void | SetRigidBodyArrayStatus (string arrName, int status) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
virtual void | SetRoadSurfaceArrayStatus (int arr, int status) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
virtual void | SetRoadSurfaceArrayStatus (string arrName, int status) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
virtual void | SetShellArrayStatus (int arr, int status) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
virtual void | SetShellArrayStatus (string arrName, int status) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
virtual void | SetSolidArrayStatus (int arr, int status) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
virtual void | SetSolidArrayStatus (string arrName, int status) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
virtual void | SetSplitByMaterialId (int _arg) |
Split each part into submeshes based on material ID. By default, this is false and all cells of a given type (solid, thick shell, shell, ...) are in a single mesh. | |
virtual void | SetThickShellArrayStatus (int arr, int status) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh. | |
virtual void | SetThickShellArrayStatus (string arrName, int status) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" ); | |
virtual void | SetTimeStep (int arg0) |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation(). | |
virtual void | SetTimeStepRange (int _arg1, int _arg2) |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation(). | |
void | SetTimeStepRange (IntPtr _arg) |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation(). | |
virtual void | SplitByMaterialIdOff () |
Split each part into submeshes based on material ID. By default, this is false and all cells of a given type (solid, thick shell, shell, ...) are in a single mesh. | |
virtual void | SplitByMaterialIdOn () |
Split each part into submeshes based on material ID. By default, this is false and all cells of a given type (solid, thick shell, shell, ...) are in a single mesh. | |
Static Public Member Functions | |
static new vtkLSDynaReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkLSDynaReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkLSDynaReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkLSDynaReader" |
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 | vtkLSDynaReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkLSDynaReader_CanReadFile_01 (HandleRef pThis, string fname) |
static internal void | vtkLSDynaReader_DebugDump_02 (HandleRef pThis) |
static internal void | vtkLSDynaReader_DeformedMeshOff_03 (HandleRef pThis) |
static internal void | vtkLSDynaReader_DeformedMeshOn_04 (HandleRef pThis) |
static internal IntPtr | vtkLSDynaReader_GetBeamArrayName_05 (HandleRef pThis, int arg0) |
static internal int | vtkLSDynaReader_GetBeamArrayStatus_06 (HandleRef pThis, int arr) |
static internal int | vtkLSDynaReader_GetBeamArrayStatus_07 (HandleRef pThis, string arrName) |
static internal IntPtr | vtkLSDynaReader_GetCellArrayName_08 (HandleRef pThis, int cellType, int arr) |
static internal int | vtkLSDynaReader_GetCellArrayStatus_09 (HandleRef pThis, int cellType, int arr) |
static internal int | vtkLSDynaReader_GetCellArrayStatus_10 (HandleRef pThis, int cellType, string arrName) |
static internal IntPtr | vtkLSDynaReader_GetDatabaseDirectory_11 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetDeformedMesh_12 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetDimensionality_13 (HandleRef pThis) |
static internal IntPtr | vtkLSDynaReader_GetFileName_14 (HandleRef pThis) |
static internal IntPtr | vtkLSDynaReader_GetInputDeck_15 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfBeamArrays_16 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfBeamCells_17 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfCellArrays_18 (HandleRef pThis, int cellType) |
static internal int | vtkLSDynaReader_GetNumberOfCells_19 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInBeamArray_20 (HandleRef pThis, int a) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInBeamArray_21 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInCellArray_22 (HandleRef pThis, int cellType, int arr) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInCellArray_23 (HandleRef pThis, int cellType, string arrName) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInParticleArray_24 (HandleRef pThis, int a) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInParticleArray_25 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInPointArray_26 (HandleRef pThis, int arr) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInPointArray_27 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInRigidBodyArray_28 (HandleRef pThis, int a) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInRigidBodyArray_29 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInRoadSurfaceArray_30 (HandleRef pThis, int a) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInRoadSurfaceArray_31 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInShellArray_32 (HandleRef pThis, int a) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInShellArray_33 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInSolidArray_34 (HandleRef pThis, int a) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInSolidArray_35 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInThickShellArray_36 (HandleRef pThis, int a) |
static internal int | vtkLSDynaReader_GetNumberOfComponentsInThickShellArray_37 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetNumberOfContinuumCells_38 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfNodes_39 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfPartArrays_40 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfParticleArrays_41 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfParticleCells_42 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfPointArrays_43 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfRigidBodyArrays_44 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfRigidBodyCells_45 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfRoadSurfaceArrays_46 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfRoadSurfaceCells_47 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfShellArrays_48 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfShellCells_49 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfSolidArrays_50 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfSolidCells_51 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfThickShellArrays_52 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfThickShellCells_53 (HandleRef pThis) |
static internal int | vtkLSDynaReader_GetNumberOfTimeSteps_54 (HandleRef pThis) |
static internal IntPtr | vtkLSDynaReader_GetPartArrayName_55 (HandleRef pThis, int arg0) |
static internal int | vtkLSDynaReader_GetPartArrayStatus_56 (HandleRef pThis, int arr) |
static internal int | vtkLSDynaReader_GetPartArrayStatus_57 (HandleRef pThis, string partName) |
static internal IntPtr | vtkLSDynaReader_GetParticleArrayName_58 (HandleRef pThis, int arg0) |
static internal int | vtkLSDynaReader_GetParticleArrayStatus_59 (HandleRef pThis, int arr) |
static internal int | vtkLSDynaReader_GetParticleArrayStatus_60 (HandleRef pThis, string arrName) |
static internal IntPtr | vtkLSDynaReader_GetPointArrayName_61 (HandleRef pThis, int arg0) |
static internal int | vtkLSDynaReader_GetPointArrayStatus_62 (HandleRef pThis, int arr) |
static internal int | vtkLSDynaReader_GetPointArrayStatus_63 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetRemoveDeletedCells_64 (HandleRef pThis) |
static internal IntPtr | vtkLSDynaReader_GetRigidBodyArrayName_65 (HandleRef pThis, int arg0) |
static internal int | vtkLSDynaReader_GetRigidBodyArrayStatus_66 (HandleRef pThis, int arr) |
static internal int | vtkLSDynaReader_GetRigidBodyArrayStatus_67 (HandleRef pThis, string arrName) |
static internal IntPtr | vtkLSDynaReader_GetRoadSurfaceArrayName_68 (HandleRef pThis, int arg0) |
static internal int | vtkLSDynaReader_GetRoadSurfaceArrayStatus_69 (HandleRef pThis, int arr) |
static internal int | vtkLSDynaReader_GetRoadSurfaceArrayStatus_70 (HandleRef pThis, string arrName) |
static internal IntPtr | vtkLSDynaReader_GetShellArrayName_71 (HandleRef pThis, int arg0) |
static internal int | vtkLSDynaReader_GetShellArrayStatus_72 (HandleRef pThis, int arr) |
static internal int | vtkLSDynaReader_GetShellArrayStatus_73 (HandleRef pThis, string arrName) |
static internal IntPtr | vtkLSDynaReader_GetSolidArrayName_74 (HandleRef pThis, int arg0) |
static internal int | vtkLSDynaReader_GetSolidArrayStatus_75 (HandleRef pThis, int arr) |
static internal int | vtkLSDynaReader_GetSolidArrayStatus_76 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetSplitByMaterialId_77 (HandleRef pThis) |
static internal IntPtr | vtkLSDynaReader_GetThickShellArrayName_78 (HandleRef pThis, int arg0) |
static internal int | vtkLSDynaReader_GetThickShellArrayStatus_79 (HandleRef pThis, int arr) |
static internal int | vtkLSDynaReader_GetThickShellArrayStatus_80 (HandleRef pThis, string arrName) |
static internal int | vtkLSDynaReader_GetTimeStep_81 (HandleRef pThis) |
static internal IntPtr | vtkLSDynaReader_GetTimeStepRange_82 (HandleRef pThis) |
static internal void | vtkLSDynaReader_GetTimeStepRange_83 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkLSDynaReader_GetTimeStepRange_84 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkLSDynaReader_GetTimeValue_85 (HandleRef pThis, int arg0) |
static internal IntPtr | vtkLSDynaReader_GetTitle_86 (HandleRef pThis) |
static internal int | vtkLSDynaReader_IsA_87 (HandleRef pThis, string type) |
static internal int | vtkLSDynaReader_IsDatabaseValid_88 (HandleRef pThis) |
static internal int | vtkLSDynaReader_IsTypeOf_89 (string type) |
static internal IntPtr | vtkLSDynaReader_NewInstance_91 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkLSDynaReader_RemoveDeletedCellsOff_92 (HandleRef pThis) |
static internal void | vtkLSDynaReader_RemoveDeletedCellsOn_93 (HandleRef pThis) |
static internal IntPtr | vtkLSDynaReader_SafeDownCast_94 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkLSDynaReader_SetBeamArrayStatus_95 (HandleRef pThis, int arr, int status) |
static internal void | vtkLSDynaReader_SetBeamArrayStatus_96 (HandleRef pThis, string arrName, int status) |
static internal void | vtkLSDynaReader_SetCellArrayStatus_97 (HandleRef pThis, int cellType, int arr, int status) |
static internal void | vtkLSDynaReader_SetCellArrayStatus_98 (HandleRef pThis, int cellType, string arrName, int status) |
static internal void | vtkLSDynaReader_SetDatabaseDirectory_99 (HandleRef pThis, string arg0) |
static internal void | vtkLSDynaReader_SetDeformedMesh_100 (HandleRef pThis, int _arg) |
static internal void | vtkLSDynaReader_SetFileName_101 (HandleRef pThis, string arg0) |
static internal void | vtkLSDynaReader_SetInputDeck_102 (HandleRef pThis, string _arg) |
static internal void | vtkLSDynaReader_SetPartArrayStatus_103 (HandleRef pThis, int arr, int status) |
static internal void | vtkLSDynaReader_SetPartArrayStatus_104 (HandleRef pThis, string arrName, int status) |
static internal void | vtkLSDynaReader_SetParticleArrayStatus_105 (HandleRef pThis, int arr, int status) |
static internal void | vtkLSDynaReader_SetParticleArrayStatus_106 (HandleRef pThis, string arrName, int status) |
static internal void | vtkLSDynaReader_SetPointArrayStatus_107 (HandleRef pThis, int arr, int status) |
static internal void | vtkLSDynaReader_SetPointArrayStatus_108 (HandleRef pThis, string arrName, int status) |
static internal void | vtkLSDynaReader_SetRemoveDeletedCells_109 (HandleRef pThis, int _arg) |
static internal void | vtkLSDynaReader_SetRigidBodyArrayStatus_110 (HandleRef pThis, int arr, int status) |
static internal void | vtkLSDynaReader_SetRigidBodyArrayStatus_111 (HandleRef pThis, string arrName, int status) |
static internal void | vtkLSDynaReader_SetRoadSurfaceArrayStatus_112 (HandleRef pThis, int arr, int status) |
static internal void | vtkLSDynaReader_SetRoadSurfaceArrayStatus_113 (HandleRef pThis, string arrName, int status) |
static internal void | vtkLSDynaReader_SetShellArrayStatus_114 (HandleRef pThis, int arr, int status) |
static internal void | vtkLSDynaReader_SetShellArrayStatus_115 (HandleRef pThis, string arrName, int status) |
static internal void | vtkLSDynaReader_SetSolidArrayStatus_116 (HandleRef pThis, int arr, int status) |
static internal void | vtkLSDynaReader_SetSolidArrayStatus_117 (HandleRef pThis, string arrName, int status) |
static internal void | vtkLSDynaReader_SetSplitByMaterialId_118 (HandleRef pThis, int _arg) |
static internal void | vtkLSDynaReader_SetThickShellArrayStatus_119 (HandleRef pThis, int arr, int status) |
static internal void | vtkLSDynaReader_SetThickShellArrayStatus_120 (HandleRef pThis, string arrName, int status) |
static internal void | vtkLSDynaReader_SetTimeStep_121 (HandleRef pThis, int arg0) |
static internal void | vtkLSDynaReader_SetTimeStepRange_122 (HandleRef pThis, int _arg1, int _arg2) |
static internal void | vtkLSDynaReader_SetTimeStepRange_123 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkLSDynaReader_SplitByMaterialIdOff_124 (HandleRef pThis) |
static internal void | vtkLSDynaReader_SplitByMaterialIdOn_125 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkLSDynaReader () |
Automatically generated type registration mechanics. |
vtkLSDynaReader - Read LS-Dyna databases (d3plot)
Description This filter reads LS-Dyna databases.
The Set/GetFileName() routines are actually wrappers around the Set/GetDatabaseDirectory() members; the actual filename you choose is irrelevant -- only the directory name is used. This is done in order to accommodate ParaView.
Note that this reader produces 7 output meshes. These meshes are required as several attributes are defined on subsets of the mesh. Below is a list of meshes in the order they are output and an explanation of which attributes are unique to each mesh:
"Developer Notes"
static Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
int Kitware.VTK.vtkLSDynaReader.CanReadFile | ( | string | fname | ) |
Determine if the file can be readed with this reader.
A routine to call Dump() from within a lame debugger that won't properly pass a C++ iostream object like cout.
virtual void Kitware.VTK.vtkLSDynaReader.DeformedMeshOff | ( | ) | [virtual] |
Should deflected coordinates be used, or should the mesh remain undeflected? By default, this is true but its value is ignored if the nodal "Deflection" array is not set to be loaded.
virtual void Kitware.VTK.vtkLSDynaReader.DeformedMeshOn | ( | ) | [virtual] |
Should deflected coordinates be used, or should the mesh remain undeflected? By default, this is true but its value is ignored if the nodal "Deflection" array is not set to be loaded.
override void Kitware.VTK.vtkLSDynaReader.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.
string Kitware.VTK.vtkLSDynaReader.GetBeamArrayName | ( | int | arg0 | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetBeamArrayStatus | ( | int | arr | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetBeamArrayStatus | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
string Kitware.VTK.vtkLSDynaReader.GetCellArrayName | ( | int | cellType, |
int | arr | ||
) |
Routines that allow the status of a cell variable to be adjusted or queried independent of the output mesh. The cellType parameter should be one of: LS_POINT, LS_BEAM, LS_SHELL, LS_THICK_SHELL, LS_SOLID, LS_RIGID_BODY, or LS_ROAD_SURFACE.
int Kitware.VTK.vtkLSDynaReader.GetCellArrayStatus | ( | int | cellType, |
int | arr | ||
) |
Routines that allow the status of a cell variable to be adjusted or queried independent of the output mesh. The cellType parameter should be one of: LS_POINT, LS_BEAM, LS_SHELL, LS_THICK_SHELL, LS_SOLID, LS_RIGID_BODY, or LS_ROAD_SURFACE.
int Kitware.VTK.vtkLSDynaReader.GetCellArrayStatus | ( | int | cellType, |
string | arrName | ||
) |
vtkWarningMacro( "Point array "" << arrName << "" does not exist" );
Get/Set the directory containing the LS-Dyna database and determine whether it is valid.
virtual int Kitware.VTK.vtkLSDynaReader.GetDeformedMesh | ( | ) | [virtual] |
Should deflected coordinates be used, or should the mesh remain undeflected? By default, this is true but its value is ignored if the nodal "Deflection" array is not set to be loaded.
Retrieve the dimension of points in the database. This should return 2 or 3. Do not call this function before setting the database directory and calling UpdateInformation().
string Kitware.VTK.vtkLSDynaReader.GetFileName | ( | ) |
Get/Set the filename. The Set/GetFileName() routines are actually wrappers around the Set/GetDatabaseDirectory() members; the actual filename you choose is irrelevant -- only the directory name is used. This is done in order to accommodate ParaView.
virtual string Kitware.VTK.vtkLSDynaReader.GetInputDeck | ( | ) | [virtual] |
The name of the input deck corresponding to the current database. This is used to determine the part names associated with each material ID. This file may be in two formats: a valid LSDyna input deck or a short XML summary. If the file begins with "<?xml" then the summary format is used. Otherwise, the keyword format is used and a summary file will be created if write permissions exist in the directory containing the keyword file. The newly created summary will have ".k" or ".key" stripped from the end of the keyword filename and ".lsdyna" appended.
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation().
int Kitware.VTK.vtkLSDynaReader.GetNumberOfCellArrays | ( | int | cellType | ) |
Routines that allow the status of a cell variable to be adjusted or queried independent of the output mesh. The cellType parameter should be one of: LS_POINT, LS_BEAM, LS_SHELL, LS_THICK_SHELL, LS_SOLID, LS_RIGID_BODY, or LS_ROAD_SURFACE.
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation().
Note that GetNumberOfCells() returns the sum of GetNumberOfContinuumCells() and GetNumberOfParticleCells().
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetNumberOfComponentsInBeamArray | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
int Kitware.VTK.vtkLSDynaReader.GetNumberOfComponentsInCellArray | ( | int | cellType, |
int | arr | ||
) |
Routines that allow the status of a cell variable to be adjusted or queried independent of the output mesh. The cellType parameter should be one of: LS_POINT, LS_BEAM, LS_SHELL, LS_THICK_SHELL, LS_SOLID, LS_RIGID_BODY, or LS_ROAD_SURFACE.
int Kitware.VTK.vtkLSDynaReader.GetNumberOfComponentsInCellArray | ( | int | cellType, |
string | arrName | ||
) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetNumberOfComponentsInParticleArray | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
These methods allow you to load only selected subsets of the nodal variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetNumberOfComponentsInPointArray | ( | string | arrName | ) |
vtkWarningMacro( "Point array "" << arrName << "" does not exist" );
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetNumberOfComponentsInRigidBodyArray | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetNumberOfComponentsInRoadSurfaceArray | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetNumberOfComponentsInShellArray | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetNumberOfComponentsInSolidArray | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetNumberOfComponentsInThickShellArray | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation().
Note that GetNumberOfContinuumCells() returns the sum of GetNumberOfSolidCells(), GetNumberOfThickShellCells(), GetNumberOfShellCells(), GetNumberOfRigidBodyCells(), GetNumberOfRoadSurfaceCells(), and GetNumberOfBeamCells().
Retrieve the number of points in the database. Do not call this function before setting the database directory and calling UpdateInformation().
These methods allow you to load only selected parts of the input. If InputDeck points to a valid keyword file (or summary), then part names will be taken from that file. Otherwise, when arbitrary material numbering is used, parts will be named "PartXXX (MatlYYY)" where XXX is an increasing sequential number and YYY is the respective material ID. If no input deck is specified and arbitrary arbitrary material numbering is not used, parts will be named "PartXXX" where XXX is a sequential material ID.
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation().
These methods allow you to load only selected subsets of the nodal variables defined over the mesh.
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation().
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation().
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation().
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation().
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
Retrieve the number of cells of a given type in the database. Do not call this function before setting the database directory and calling UpdateInformation().
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation().
string Kitware.VTK.vtkLSDynaReader.GetPartArrayName | ( | int | arg0 | ) |
These methods allow you to load only selected parts of the input. If InputDeck points to a valid keyword file (or summary), then part names will be taken from that file. Otherwise, when arbitrary material numbering is used, parts will be named "PartXXX (MatlYYY)" where XXX is an increasing sequential number and YYY is the respective material ID. If no input deck is specified and arbitrary arbitrary material numbering is not used, parts will be named "PartXXX" where XXX is a sequential material ID.
int Kitware.VTK.vtkLSDynaReader.GetPartArrayStatus | ( | int | arr | ) |
These methods allow you to load only selected parts of the input. If InputDeck points to a valid keyword file (or summary), then part names will be taken from that file. Otherwise, when arbitrary material numbering is used, parts will be named "PartXXX (MatlYYY)" where XXX is an increasing sequential number and YYY is the respective material ID. If no input deck is specified and arbitrary arbitrary material numbering is not used, parts will be named "PartXXX" where XXX is a sequential material ID.
int Kitware.VTK.vtkLSDynaReader.GetPartArrayStatus | ( | string | partName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
string Kitware.VTK.vtkLSDynaReader.GetParticleArrayName | ( | int | arg0 | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetParticleArrayStatus | ( | int | arr | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetParticleArrayStatus | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
string Kitware.VTK.vtkLSDynaReader.GetPointArrayName | ( | int | arg0 | ) |
These methods allow you to load only selected subsets of the nodal variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetPointArrayStatus | ( | int | arr | ) |
These methods allow you to load only selected subsets of the nodal variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetPointArrayStatus | ( | string | arrName | ) |
Read an array of deletion data. This is used by ReadDeletion to actually read the data from the file (as opposed to attach it to the proper place in the VTK dataset) depending on the value of "MDLOPT". The array passed to this routine is filled with deletion data. The number of tuples must be set on the array previous to calling this routine. The anyDeleted argument is set to 0 if no cells in the array are marked deleted, or 1 if any cells are marked for deletion.
virtual int Kitware.VTK.vtkLSDynaReader.GetRemoveDeletedCells | ( | ) | [virtual] |
Should dead cells be removed from the mesh? Cells are marked dead by setting the corresponding entry in the <b>cell</b> array "Death" to 0. Cells that are not dead have the corresponding entry in the cell array "Death" set to their material ID. By default, this is true but its value is ignored if the cell "Death" array is not set to be loaded. It is also ignored if the database's element deletion option is set to denote <b>points</b> (not cells) as deleted; in that case, "Death" will appear to be a point array.
string Kitware.VTK.vtkLSDynaReader.GetRigidBodyArrayName | ( | int | arg0 | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetRigidBodyArrayStatus | ( | int | arr | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetRigidBodyArrayStatus | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
string Kitware.VTK.vtkLSDynaReader.GetRoadSurfaceArrayName | ( | int | arg0 | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetRoadSurfaceArrayStatus | ( | int | arr | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetRoadSurfaceArrayStatus | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
string Kitware.VTK.vtkLSDynaReader.GetShellArrayName | ( | int | arg0 | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetShellArrayStatus | ( | int | arr | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetShellArrayStatus | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
string Kitware.VTK.vtkLSDynaReader.GetSolidArrayName | ( | int | arg0 | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetSolidArrayStatus | ( | int | arr | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetSolidArrayStatus | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
virtual int Kitware.VTK.vtkLSDynaReader.GetSplitByMaterialId | ( | ) | [virtual] |
Split each part into submeshes based on material ID. By default, this is false and all cells of a given type (solid, thick shell, shell, ...) are in a single mesh.
string Kitware.VTK.vtkLSDynaReader.GetThickShellArrayName | ( | int | arg0 | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetThickShellArrayStatus | ( | int | arr | ) |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
int Kitware.VTK.vtkLSDynaReader.GetThickShellArrayStatus | ( | string | arrName | ) |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation().
virtual int [] Kitware.VTK.vtkLSDynaReader.GetTimeStepRange | ( | ) | [virtual] |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation().
virtual void Kitware.VTK.vtkLSDynaReader.GetTimeStepRange | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation().
virtual void Kitware.VTK.vtkLSDynaReader.GetTimeStepRange | ( | IntPtr | _arg | ) | [virtual] |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation().
double Kitware.VTK.vtkLSDynaReader.GetTimeValue | ( | int | arg0 | ) |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation().
string Kitware.VTK.vtkLSDynaReader.GetTitle | ( | ) |
The title of the database is a 40 or 80 character text description stored at the front of a d3plot file. Do not call this function before setting the database directory and calling UpdateInformation().
override int Kitware.VTK.vtkLSDynaReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Get/Set the directory containing the LS-Dyna database and determine whether it is valid.
static new int Kitware.VTK.vtkLSDynaReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
static new vtkLSDynaReader Kitware.VTK.vtkLSDynaReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
virtual void Kitware.VTK.vtkLSDynaReader.RemoveDeletedCellsOff | ( | ) | [virtual] |
Should dead cells be removed from the mesh? Cells are marked dead by setting the corresponding entry in the <b>cell</b> array "Death" to 0. Cells that are not dead have the corresponding entry in the cell array "Death" set to their material ID. By default, this is true but its value is ignored if the cell "Death" array is not set to be loaded. It is also ignored if the database's element deletion option is set to denote <b>points</b> (not cells) as deleted; in that case, "Death" will appear to be a point array.
virtual void Kitware.VTK.vtkLSDynaReader.RemoveDeletedCellsOn | ( | ) | [virtual] |
Should dead cells be removed from the mesh? Cells are marked dead by setting the corresponding entry in the <b>cell</b> array "Death" to 0. Cells that are not dead have the corresponding entry in the cell array "Death" set to their material ID. By default, this is true but its value is ignored if the cell "Death" array is not set to be loaded. It is also ignored if the database's element deletion option is set to denote <b>points</b> (not cells) as deleted; in that case, "Death" will appear to be a point array.
static new vtkLSDynaReader Kitware.VTK.vtkLSDynaReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
virtual void Kitware.VTK.vtkLSDynaReader.SetBeamArrayStatus | ( | int | arr, |
int | status | ||
) | [virtual] |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
virtual void Kitware.VTK.vtkLSDynaReader.SetBeamArrayStatus | ( | string | arrName, |
int | status | ||
) | [virtual] |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
virtual void Kitware.VTK.vtkLSDynaReader.SetCellArrayStatus | ( | int | cellType, |
int | arr, | ||
int | status | ||
) | [virtual] |
Routines that allow the status of a cell variable to be adjusted or queried independent of the output mesh. The cellType parameter should be one of: LS_POINT, LS_BEAM, LS_SHELL, LS_THICK_SHELL, LS_SOLID, LS_RIGID_BODY, or LS_ROAD_SURFACE.
virtual void Kitware.VTK.vtkLSDynaReader.SetCellArrayStatus | ( | int | cellType, |
string | arrName, | ||
int | status | ||
) | [virtual] |
vtkWarningMacro( "Point array "" << arrName << "" does not exist" );
virtual void Kitware.VTK.vtkLSDynaReader.SetDatabaseDirectory | ( | string | arg0 | ) | [virtual] |
Get/Set the directory containing the LS-Dyna database and determine whether it is valid.
virtual void Kitware.VTK.vtkLSDynaReader.SetDeformedMesh | ( | int | _arg | ) | [virtual] |
Should deflected coordinates be used, or should the mesh remain undeflected? By default, this is true but its value is ignored if the nodal "Deflection" array is not set to be loaded.
virtual void Kitware.VTK.vtkLSDynaReader.SetFileName | ( | string | arg0 | ) | [virtual] |
Get/Set the filename. The Set/GetFileName() routines are actually wrappers around the Set/GetDatabaseDirectory() members; the actual filename you choose is irrelevant -- only the directory name is used. This is done in order to accommodate ParaView.
virtual void Kitware.VTK.vtkLSDynaReader.SetInputDeck | ( | string | _arg | ) | [virtual] |
The name of the input deck corresponding to the current database. This is used to determine the part names associated with each material ID. This file may be in two formats: a valid LSDyna input deck or a short XML summary. If the file begins with "<?xml" then the summary format is used. Otherwise, the keyword format is used and a summary file will be created if write permissions exist in the directory containing the keyword file. The newly created summary will have ".k" or ".key" stripped from the end of the keyword filename and ".lsdyna" appended.
virtual void Kitware.VTK.vtkLSDynaReader.SetPartArrayStatus | ( | int | arr, |
int | status | ||
) | [virtual] |
These methods allow you to load only selected parts of the input. If InputDeck points to a valid keyword file (or summary), then part names will be taken from that file. Otherwise, when arbitrary material numbering is used, parts will be named "PartXXX (MatlYYY)" where XXX is an increasing sequential number and YYY is the respective material ID. If no input deck is specified and arbitrary arbitrary material numbering is not used, parts will be named "PartXXX" where XXX is a sequential material ID.
virtual void Kitware.VTK.vtkLSDynaReader.SetPartArrayStatus | ( | string | arrName, |
int | status | ||
) | [virtual] |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
virtual void Kitware.VTK.vtkLSDynaReader.SetParticleArrayStatus | ( | int | arr, |
int | status | ||
) | [virtual] |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
virtual void Kitware.VTK.vtkLSDynaReader.SetParticleArrayStatus | ( | string | arrName, |
int | status | ||
) | [virtual] |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
virtual void Kitware.VTK.vtkLSDynaReader.SetPointArrayStatus | ( | int | arr, |
int | status | ||
) | [virtual] |
These methods allow you to load only selected subsets of the nodal variables defined over the mesh.
virtual void Kitware.VTK.vtkLSDynaReader.SetPointArrayStatus | ( | string | arrName, |
int | status | ||
) | [virtual] |
Read an array of deletion data. This is used by ReadDeletion to actually read the data from the file (as opposed to attach it to the proper place in the VTK dataset) depending on the value of "MDLOPT". The array passed to this routine is filled with deletion data. The number of tuples must be set on the array previous to calling this routine. The anyDeleted argument is set to 0 if no cells in the array are marked deleted, or 1 if any cells are marked for deletion.
virtual void Kitware.VTK.vtkLSDynaReader.SetRemoveDeletedCells | ( | int | _arg | ) | [virtual] |
Should dead cells be removed from the mesh? Cells are marked dead by setting the corresponding entry in the <b>cell</b> array "Death" to 0. Cells that are not dead have the corresponding entry in the cell array "Death" set to their material ID. By default, this is true but its value is ignored if the cell "Death" array is not set to be loaded. It is also ignored if the database's element deletion option is set to denote <b>points</b> (not cells) as deleted; in that case, "Death" will appear to be a point array.
virtual void Kitware.VTK.vtkLSDynaReader.SetRigidBodyArrayStatus | ( | int | arr, |
int | status | ||
) | [virtual] |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
virtual void Kitware.VTK.vtkLSDynaReader.SetRigidBodyArrayStatus | ( | string | arrName, |
int | status | ||
) | [virtual] |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
virtual void Kitware.VTK.vtkLSDynaReader.SetRoadSurfaceArrayStatus | ( | int | arr, |
int | status | ||
) | [virtual] |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
virtual void Kitware.VTK.vtkLSDynaReader.SetRoadSurfaceArrayStatus | ( | string | arrName, |
int | status | ||
) | [virtual] |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
virtual void Kitware.VTK.vtkLSDynaReader.SetShellArrayStatus | ( | int | arr, |
int | status | ||
) | [virtual] |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
virtual void Kitware.VTK.vtkLSDynaReader.SetShellArrayStatus | ( | string | arrName, |
int | status | ||
) | [virtual] |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
virtual void Kitware.VTK.vtkLSDynaReader.SetSolidArrayStatus | ( | int | arr, |
int | status | ||
) | [virtual] |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
virtual void Kitware.VTK.vtkLSDynaReader.SetSolidArrayStatus | ( | string | arrName, |
int | status | ||
) | [virtual] |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
virtual void Kitware.VTK.vtkLSDynaReader.SetSplitByMaterialId | ( | int | _arg | ) | [virtual] |
Split each part into submeshes based on material ID. By default, this is false and all cells of a given type (solid, thick shell, shell, ...) are in a single mesh.
virtual void Kitware.VTK.vtkLSDynaReader.SetThickShellArrayStatus | ( | int | arr, |
int | status | ||
) | [virtual] |
These methods allow you to load only selected subsets of the cell variables defined over the mesh.
virtual void Kitware.VTK.vtkLSDynaReader.SetThickShellArrayStatus | ( | string | arrName, |
int | status | ||
) | [virtual] |
vtkWarningMacro( "Cell array "" << arrName << "" does not exist" );
virtual void Kitware.VTK.vtkLSDynaReader.SetTimeStep | ( | int | arg0 | ) | [virtual] |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation().
virtual void Kitware.VTK.vtkLSDynaReader.SetTimeStepRange | ( | int | _arg1, |
int | _arg2 | ||
) | [virtual] |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation().
void Kitware.VTK.vtkLSDynaReader.SetTimeStepRange | ( | IntPtr | _arg | ) |
Retrieve information about the time extents of the LS-Dyna database. Do not call these functions before setting the database directory and calling UpdateInformation().
virtual void Kitware.VTK.vtkLSDynaReader.SplitByMaterialIdOff | ( | ) | [virtual] |
Split each part into submeshes based on material ID. By default, this is false and all cells of a given type (solid, thick shell, shell, ...) are in a single mesh.
virtual void Kitware.VTK.vtkLSDynaReader.SplitByMaterialIdOn | ( | ) | [virtual] |
Split each part into submeshes based on material ID. By default, this is false and all cells of a given type (solid, thick shell, shell, ...) are in a single mesh.
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_CanReadFile_01 | ( | HandleRef | pThis, |
string | fname | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_DebugDump_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_DeformedMeshOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_DeformedMeshOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetBeamArrayName_05 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetBeamArrayStatus_06 | ( | HandleRef | pThis, |
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetBeamArrayStatus_07 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetCellArrayName_08 | ( | HandleRef | pThis, |
int | cellType, | ||
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetCellArrayStatus_09 | ( | HandleRef | pThis, |
int | cellType, | ||
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetCellArrayStatus_10 | ( | HandleRef | pThis, |
int | cellType, | ||
string | arrName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetDatabaseDirectory_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetDeformedMesh_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetDimensionality_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetFileName_14 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetInputDeck_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfBeamArrays_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfBeamCells_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfCellArrays_18 | ( | HandleRef | pThis, |
int | cellType | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfCells_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInBeamArray_20 | ( | HandleRef | pThis, |
int | a | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInBeamArray_21 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInCellArray_22 | ( | HandleRef | pThis, |
int | cellType, | ||
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInCellArray_23 | ( | HandleRef | pThis, |
int | cellType, | ||
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInParticleArray_24 | ( | HandleRef | pThis, |
int | a | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInParticleArray_25 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInPointArray_26 | ( | HandleRef | pThis, |
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInPointArray_27 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInRigidBodyArray_28 | ( | HandleRef | pThis, |
int | a | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInRigidBodyArray_29 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInRoadSurfaceArray_30 | ( | HandleRef | pThis, |
int | a | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInRoadSurfaceArray_31 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInShellArray_32 | ( | HandleRef | pThis, |
int | a | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInShellArray_33 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInSolidArray_34 | ( | HandleRef | pThis, |
int | a | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInSolidArray_35 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInThickShellArray_36 | ( | HandleRef | pThis, |
int | a | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfComponentsInThickShellArray_37 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfContinuumCells_38 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfNodes_39 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfPartArrays_40 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfParticleArrays_41 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfParticleCells_42 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfPointArrays_43 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfRigidBodyArrays_44 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfRigidBodyCells_45 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfRoadSurfaceArrays_46 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfRoadSurfaceCells_47 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfShellArrays_48 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfShellCells_49 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfSolidArrays_50 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfSolidCells_51 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfThickShellArrays_52 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfThickShellCells_53 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetNumberOfTimeSteps_54 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetPartArrayName_55 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetPartArrayStatus_56 | ( | HandleRef | pThis, |
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetPartArrayStatus_57 | ( | HandleRef | pThis, |
string | partName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetParticleArrayName_58 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetParticleArrayStatus_59 | ( | HandleRef | pThis, |
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetParticleArrayStatus_60 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetPointArrayName_61 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetPointArrayStatus_62 | ( | HandleRef | pThis, |
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetPointArrayStatus_63 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetRemoveDeletedCells_64 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetRigidBodyArrayName_65 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetRigidBodyArrayStatus_66 | ( | HandleRef | pThis, |
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetRigidBodyArrayStatus_67 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetRoadSurfaceArrayName_68 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetRoadSurfaceArrayStatus_69 | ( | HandleRef | pThis, |
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetRoadSurfaceArrayStatus_70 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetShellArrayName_71 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetShellArrayStatus_72 | ( | HandleRef | pThis, |
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetShellArrayStatus_73 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetSolidArrayName_74 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetSolidArrayStatus_75 | ( | HandleRef | pThis, |
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetSolidArrayStatus_76 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetSplitByMaterialId_77 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetThickShellArrayName_78 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetThickShellArrayStatus_79 | ( | HandleRef | pThis, |
int | arr | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetThickShellArrayStatus_80 | ( | HandleRef | pThis, |
string | arrName | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetTimeStep_81 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetTimeStepRange_82 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetTimeStepRange_83 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetTimeStepRange_84 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetTimeValue_85 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_GetTitle_86 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_IsA_87 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_IsDatabaseValid_88 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_IsTypeOf_89 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_NewInstance_91 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_RemoveDeletedCellsOff_92 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_RemoveDeletedCellsOn_93 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SafeDownCast_94 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetBeamArrayStatus_95 | ( | HandleRef | pThis, |
int | arr, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetBeamArrayStatus_96 | ( | HandleRef | pThis, |
string | arrName, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetCellArrayStatus_97 | ( | HandleRef | pThis, |
int | cellType, | ||
int | arr, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetCellArrayStatus_98 | ( | HandleRef | pThis, |
int | cellType, | ||
string | arrName, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetDatabaseDirectory_99 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetDeformedMesh_100 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetFileName_101 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetInputDeck_102 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetPartArrayStatus_103 | ( | HandleRef | pThis, |
int | arr, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetPartArrayStatus_104 | ( | HandleRef | pThis, |
string | arrName, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetParticleArrayStatus_105 | ( | HandleRef | pThis, |
int | arr, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetParticleArrayStatus_106 | ( | HandleRef | pThis, |
string | arrName, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetPointArrayStatus_107 | ( | HandleRef | pThis, |
int | arr, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetPointArrayStatus_108 | ( | HandleRef | pThis, |
string | arrName, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetRemoveDeletedCells_109 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetRigidBodyArrayStatus_110 | ( | HandleRef | pThis, |
int | arr, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetRigidBodyArrayStatus_111 | ( | HandleRef | pThis, |
string | arrName, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetRoadSurfaceArrayStatus_112 | ( | HandleRef | pThis, |
int | arr, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetRoadSurfaceArrayStatus_113 | ( | HandleRef | pThis, |
string | arrName, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetShellArrayStatus_114 | ( | HandleRef | pThis, |
int | arr, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetShellArrayStatus_115 | ( | HandleRef | pThis, |
string | arrName, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetSolidArrayStatus_116 | ( | HandleRef | pThis, |
int | arr, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetSolidArrayStatus_117 | ( | HandleRef | pThis, |
string | arrName, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetSplitByMaterialId_118 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetThickShellArrayStatus_119 | ( | HandleRef | pThis, |
int | arr, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetThickShellArrayStatus_120 | ( | HandleRef | pThis, |
string | arrName, | ||
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetTimeStep_121 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetTimeStepRange_122 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SetTimeStepRange_123 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SplitByMaterialIdOff_124 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkLSDynaReader.vtkLSDynaReader_SplitByMaterialIdOn_125 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkLSDynaReader.MRClassNameKey = "15vtkLSDynaReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
new const string Kitware.VTK.vtkLSDynaReader.MRFullTypeName = "Kitware.VTK.vtkLSDynaReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.