ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkModelMetadata Class Reference

vtkModelMetadata - This class encapsulates the metadata that appear in mesh-based file formats but do not appear in vtkUnstructuredGrid. It can pack itself into the field arrays of a vtkUnstructuredGrid, and be unpacked by metadata aware filters and writers later on. More...

Inheritance diagram for Kitware.VTK.vtkModelMetadata:
[legend]
Collaboration diagram for Kitware.VTK.vtkModelMetadata:
[legend]

List of all members.

Public Member Functions

 vtkModelMetadata (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkModelMetadata ()
 Undocumented Block.
void AddInformationLine (string info)
 Add an information line.
void AddQARecord (string name, string version, string date, string time)
 Add a QA record. They fields are: The code name The code version number The date (MM/DD/YY or NULL for today) The time (HH:MM:SS or NULL for right now)
int AddUGridElementVariable (string ugridVarName, string origName, int numComponents)
 In order to write Exodus files from vtkUnstructuredGrid objects that were read from Exodus files, we need to know the mapping from variable names in the UGrid to variable names in the Exodus file. (The Exodus reader combines scalar variables with similar names into vectors in the UGrid.) When building the UGrid to which this ModelMetadata refers, add each element and node variable name with this call, including the name of original variable that yielded it's first component, and the number of components. If a variable is removed from the UGrid, remove it from the ModelMetadata. (If this information is missing or incomplete, the ExodusIIWriter can still do something sensible in creating names for variables.)
int AddUGridNodeVariable (string ugridVarName, string origName, int numComponents)
 In order to write Exodus files from vtkUnstructuredGrid objects that were read from Exodus files, we need to know the mapping from variable names in the UGrid to variable names in the Exodus file. (The Exodus reader combines scalar variables with similar names into vectors in the UGrid.) When building the UGrid to which this ModelMetadata refers, add each element and node variable name with this call, including the name of original variable that yielded it's first component, and the number of components. If a variable is removed from the UGrid, remove it from the ModelMetadata. (If this information is missing or incomplete, the ExodusIIWriter can still do something sensible in creating names for variables.)
virtual void AllVariablesDefinedInAllBlocksOff ()
 Instead of a truth table of all "1"s, you can set this instance variable to indicate that all variables are defined in all blocks.
virtual void AllVariablesDefinedInAllBlocksOn ()
 Instead of a truth table of all "1"s, you can set this instance variable to indicate that all variables are defined in all blocks.
int ElementVariableIsDefinedInBlock (string varname, int blockId)
 If the element variable named is defined for the block Id provided (in the element variable truth table) return a 1, otherwise return a 0. If the variable name or block Id are unrecognized, the default value of 1 is returned. (This is an "original" variable name, from the file, not a name created for the vtkUnstructuredGrid. Use FindOriginal*VariableName to map between the two.)
vtkModelMetadata ExtractGlobalMetadata ()
 Create and return a new metadata object containing only the global metadata of this metadata object.
vtkModelMetadata ExtractModelMetadata (vtkIdTypeArray globalCellIdList, vtkDataSet grid)
 Create and return a new metadata object which contains the information for the subset of global cell IDs provided. We need the grid containing the cells so we can find point Ids as well, and also the name of the global cell ID array and the name of the global point ID array.
string FindOriginalElementVariableName (string name, int component)
 Given the name of an element variable the vtkUnstructuredGrid described by this ModelMetadata, and a component number, give the name of the scalar array in the original file that turned into that component when the file was read into VTK.
string FindOriginalNodeVariableName (string name, int component)
 Given the name of an node variable the vtkUnstructuredGrid described by this ModelMetadata, and a component number, give the name of the scalar array in the original file that turned into that component when the file was read into VTK.
void FreeAllGlobalData ()
 Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.
void FreeAllLocalData ()
 Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.
void FreeBlockDependentData ()
 Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.
void FreeOriginalElementVariableNames ()
 Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.
void FreeOriginalNodeVariableNames ()
 Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.
void FreeUsedElementVariableNames ()
 Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.
void FreeUsedElementVariables ()
 Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.
void FreeUsedNodeVariableNames ()
 Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.
void FreeUsedNodeVariables ()
 Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.
int GetAllVariablesDefinedInAllBlocks ()
 Instead of a truth table of all "1"s, you can set this instance variable to indicate that all variables are defined in all blocks.
IntPtr GetBlockAttributes ()
 Set or get a pointer to a list of the attributes for all blocks. The order of the list should be by block, by element within the block, by attribute. Omit blocks that don't have element attributes.
IntPtr GetBlockAttributesIndex ()
 Get a list of the index into the BlockAttributes of the start of each block's element attribute list.
IntPtr GetBlockElementIdList ()
 Set or get a pointer to a list global element IDs for the elements in each block. We use your pointers, and free the memory when the object is freed.
IntPtr GetBlockElementIdListIndex ()
 Get a list of the index into the BlockElementIdList of the start of each block's elements.
IntPtr GetBlockIds ()
 An arbitrary integer ID for each block. We use your pointer, and free the memory when the object is freed.
int GetBlockLocalIndex (int id)
 Block information is stored in arrays. This method returns the array index for a given block ID.
IntPtr GetBlockNodesPerElement ()
 Set or get a pointer to a list of the number of nodes in the elements of each block. We use your pointers, and free the memory when the object is freed.
IntPtr GetBlockNumberOfAttributesPerElement ()
 Set or get a pointer to a list of the number of attributes stored for the elements in each block. We use your pointers, and free the memory when the object is freed.
IntPtr GetBlockNumberOfElements ()
 Set or get a pointer to a list of the number of elements in each block. We use your pointers, and free the memory when the object is freed.
IntPtr GetBlockPropertyValue ()
 Set or get value for each variable for each block. List the integer values in order by variable and within variable by block.
int GetDimension ()
 Get the dimension of the model. This is also the number of coordinate names.
IntPtr GetElementVariableNumberOfComponents ()
 The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.
IntPtr GetElementVariableTruthTable ()
 A truth table indicating which element variables are defined for which blocks. The variables are all the original element variables that were in the file. The table is by block ID and within block ID by variable.
IntPtr GetGlobalVariableValue ()
 Set or get the values of the global variables at the current time step.
IntPtr GetMapToOriginalElementVariableNames ()
 The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.
IntPtr GetMapToOriginalNodeVariableNames ()
 The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.
IntPtr GetNodeSetDistributionFactorIndex ()
 Get a list of the index of the starting entry for each node set in the list of node set distribution factors.
IntPtr GetNodeSetDistributionFactors ()
 Set or get a list of the distribution factors for the node sets. The list is organized by node set, and within node set by node. We use your pointer, and free the memory when the object is freed.
IntPtr GetNodeSetIds ()
 Set or get the list the IDs for each node set. Length of list is the number of node sets. We use your pointer, and free the memory when the object is freed.
IntPtr GetNodeSetNodeIdList ()
 Set or get a pointer to a concatenated list of the IDs of all nodes in each node set. First list all IDs in node set 0, then all IDs in node set 1, and so on. We use your pointer, and free the memory when the object is freed.
IntPtr GetNodeSetNodeIdListIndex ()
 Get a list of the index of the starting entry for each node set in the list of node set node IDs.
IntPtr GetNodeSetNumberOfDistributionFactors ()
 Set or get a list of the number of distribution factors stored by each node set. This is either 0 or equal to the number of nodes in the node set. Length of list is number of node sets. We use your pointer, and free the memory when the object is freed.
IntPtr GetNodeSetPropertyValue ()
 Set or get value for each variable for each node set. List the integer values in order by variable and within variable by node set.
IntPtr GetNodeSetSize ()
 Set or get a pointer to a list of the number of nodes in each node set. We use your pointer, and free the memory when the object is freed.
IntPtr GetNodeVariableNumberOfComponents ()
 The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.
int GetNumberOfBlockProperties ()
 The number of block properties (global variables)
int GetNumberOfBlocks ()
 The number of blocks in the file. Set this before setting any of the block arrays.
int GetNumberOfElementVariables ()
 The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.
int GetNumberOfGlobalVariables ()
 Get the number of global variables per time step.
int GetNumberOfInformationLines ()
 Get the number of information lines.
int GetNumberOfNodeSetProperties ()
 The number of node set properties (global variables)
int GetNumberOfNodeSets ()
 The number of node sets in the file. Set this value before setting the various node set arrays.
int GetNumberOfNodeVariables ()
 The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.
int GetNumberOfQARecords ()
 Get the number of QA records.
int GetNumberOfSideSetProperties ()
 The number of side set properties (global variables)
int GetNumberOfSideSets ()
 Set or get the number of side sets. Set this value before setting any of the other side set arrays.
int GetNumberOfTimeSteps ()
 Set the total number of time steps in the file, and the value at each time step. We use your time step value array and delete it when we're done.
int GetOriginalNumberOfElementVariables ()
 The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.
int GetOriginalNumberOfNodeVariables ()
 The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.
IntPtr GetSideSetDistributionFactorIndex ()
 Get a list of the index of the starting entry for each side set in the list of side set distribution factors.
IntPtr GetSideSetDistributionFactors ()
 Set or get a pointer to a list of all the distribution factors. For every side set that has distribution factors, the number of factors per node was given in the SideSetNumberOfDistributionFactors array. If this number for a given side set is N, then for that side set we have N floating point values for each node for each side in the side set. If nodes are repeated in more than one side, we repeat the distribution factors. So this list is in order by side set, by node. We use your pointer, and free the memory when the object is freed.
IntPtr GetSideSetElementList ()
 Set or get a pointer to a list of the elements containing each side in each side set. The list is organized by side set, and within side set by element. We use your pointer, and free the memory when the object is freed.
IntPtr GetSideSetIds ()
 Set or get a pointer to a list giving the ID of each side set. We use your pointer, and free the memory when the object is freed.
IntPtr GetSideSetListIndex ()
 Get a list of the index of the starting entry for each side set in the list of side set side IDs.
IntPtr GetSideSetNumDFPerSide ()
 Set or get a pointer to a list of the number of nodes in each side of each side set. This list is organized by side set, and within side set by side. We use your pointer, and free the memory when the object is freed.
IntPtr GetSideSetNumberOfDistributionFactors ()
 Set or get a pointer to a list of the number of distribution factors stored by each side set. Each side set has either no distribution factors, or 1 per node in the side set. We use your pointer, and free the memory when the object is freed.
IntPtr GetSideSetPropertyValue ()
 Set or get value for each variable for each side set. List the integer values in order by variable and within variable by side set.
IntPtr GetSideSetSideList ()
 Set or get a pointer to the element side for each side in the side set. (See the manual for the convention for numbering sides in different types of cells.) Side Ids are arranged by side set and within side set by side, and correspond to the SideSetElementList. We use your pointer, and free the memory when the object is freed.
IntPtr GetSideSetSize ()
 Set or get a pointer to a list of the number of sides in each side set. We use your pointer, and free the memory when the object is freed.
int GetSizeBlockAttributeArray ()
 Get the length of the list of floating point block attributes.
int GetSumDistFactPerNodeSet ()
 Get the total number of distribution factors stored for all node sets.
int GetSumDistFactPerSideSet ()
 Get the total number of distribution factors stored for all side sets.
int GetSumElementsPerBlock ()
 Get the length of the list of elements in every block.
int GetSumNodesPerNodeSet ()
 Get the total number of nodes in all node sets.
int GetSumSidesPerSideSet ()
 Get the total number of sides in all side sets.
int GetTimeStepIndex ()
 Set the index of the time step represented by the results data in the file attached to this ModelMetadata object. Time step indices start at 0 in this file, they start at 1 in an Exodus file.
IntPtr GetTimeStepValues ()
 Get the time step values.
string GetTitle ()
 The title of the dataset.
override int IsA (string type)
 Undocumented Block.
int MergeGlobalInformation (vtkModelMetadata em)
 The metadata is divided into global metadata and local metadata. MergeGlobalInformation merges just the global metadata of the supplied object into the global metadata of this object.
int MergeModelMetadata (vtkModelMetadata em)
 In VTK we take vtkUnstructuredGrids and perform operations on them, including subsetting and merging grids. We need to modify the metadata object when this happens. MergeModelMetadata merges the supplied model (both global and local metadata) into this model. The models must be from the same file set.
new vtkModelMetadata NewInstance ()
 Undocumented Block.
void Pack (vtkDataSet ugrid)
 Pack this object's metadata into a field array of a dataset.
virtual void PrintGlobalInformation ()
 The global fields are those which pertain to the whole file. Examples are the title, information lines, and list of block IDs. This method prints out all the global information.
virtual void PrintLocalInformation ()
 The local fields are those which depend on exactly which blocks, which time step, and which variables you read in from the file. Examples are the number of cells in each block, and the list of nodes in a node set, or the value of the global variables at a time step. If VERBOSE_TESTING is defined in your execution environment, this method will print more than mere counts, and actually print a few of the IDs, distribution factors and so on. If VERY_VERBOSE_TESTING is defined, it will print out all ID lists, distribution factor lists, and so on.
int RemoveUGridElementVariable (string ugridVarName)
 In order to write Exodus files from vtkUnstructuredGrid objects that were read from Exodus files, we need to know the mapping from variable names in the UGrid to variable names in the Exodus file. (The Exodus reader combines scalar variables with similar names into vectors in the UGrid.) When building the UGrid to which this ModelMetadata refers, add each element and node variable name with this call, including the name of original variable that yielded it's first component, and the number of components. If a variable is removed from the UGrid, remove it from the ModelMetadata. (If this information is missing or incomplete, the ExodusIIWriter can still do something sensible in creating names for variables.)
int RemoveUGridNodeVariable (string ugridVarName)
 In order to write Exodus files from vtkUnstructuredGrid objects that were read from Exodus files, we need to know the mapping from variable names in the UGrid to variable names in the Exodus file. (The Exodus reader combines scalar variables with similar names into vectors in the UGrid.) When building the UGrid to which this ModelMetadata refers, add each element and node variable name with this call, including the name of original variable that yielded it's first component, and the number of components. If a variable is removed from the UGrid, remove it from the ModelMetadata. (If this information is missing or incomplete, the ExodusIIWriter can still do something sensible in creating names for variables.)
void Reset ()
 Set the object back to it's initial state.
virtual void SetAllVariablesDefinedInAllBlocks (int _arg)
 Instead of a truth table of all "1"s, you can set this instance variable to indicate that all variables are defined in all blocks.
void SetBlockAttributes (IntPtr arg0)
 Set or get a pointer to a list of the attributes for all blocks. The order of the list should be by block, by element within the block, by attribute. Omit blocks that don't have element attributes.
void SetBlockElementIdList (IntPtr arg0)
 Set or get a pointer to a list global element IDs for the elements in each block. We use your pointers, and free the memory when the object is freed.
void SetBlockIds (IntPtr arg0)
 An arbitrary integer ID for each block. We use your pointer, and free the memory when the object is freed.
void SetBlockNodesPerElement (IntPtr arg0)
 Set or get a pointer to a list of the number of nodes in the elements of each block. We use your pointers, and free the memory when the object is freed.
int SetBlockNumberOfAttributesPerElement (IntPtr natts)
 Set or get a pointer to a list of the number of attributes stored for the elements in each block. We use your pointers, and free the memory when the object is freed.
int SetBlockNumberOfElements (IntPtr nelts)
 Set or get a pointer to a list of the number of elements in each block. We use your pointers, and free the memory when the object is freed.
void SetBlockPropertyValue (IntPtr arg0)
 Set or get value for each variable for each block. List the integer values in order by variable and within variable by block.
void SetElementVariableTruthTable (IntPtr arg0)
 A truth table indicating which element variables are defined for which blocks. The variables are all the original element variables that were in the file. The table is by block ID and within block ID by variable.
void SetGlobalVariableValue (IntPtr f)
 Set or get the values of the global variables at the current time step.
void SetNodeSetDistributionFactors (IntPtr arg0)
 Set or get a list of the distribution factors for the node sets. The list is organized by node set, and within node set by node. We use your pointer, and free the memory when the object is freed.
void SetNodeSetIds (IntPtr arg0)
 Set or get the list the IDs for each node set. Length of list is the number of node sets. We use your pointer, and free the memory when the object is freed.
void SetNodeSetNodeIdList (IntPtr arg0)
 Set or get a pointer to a concatenated list of the IDs of all nodes in each node set. First list all IDs in node set 0, then all IDs in node set 1, and so on. We use your pointer, and free the memory when the object is freed.
int SetNodeSetNumberOfDistributionFactors (IntPtr arg0)
 Set or get a list of the number of distribution factors stored by each node set. This is either 0 or equal to the number of nodes in the node set. Length of list is number of node sets. We use your pointer, and free the memory when the object is freed.
void SetNodeSetPropertyValue (IntPtr arg0)
 Set or get value for each variable for each node set. List the integer values in order by variable and within variable by node set.
int SetNodeSetSize (IntPtr arg0)
 Set or get a pointer to a list of the number of nodes in each node set. We use your pointer, and free the memory when the object is freed.
virtual void SetNumberOfBlocks (int _arg)
 The number of blocks in the file. Set this before setting any of the block arrays.
virtual void SetNumberOfNodeSets (int _arg)
 The number of node sets in the file. Set this value before setting the various node set arrays.
virtual void SetNumberOfSideSets (int _arg)
 Set or get the number of side sets. Set this value before setting any of the other side set arrays.
void SetSideSetDistributionFactors (IntPtr arg0)
 Set or get a pointer to a list of all the distribution factors. For every side set that has distribution factors, the number of factors per node was given in the SideSetNumberOfDistributionFactors array. If this number for a given side set is N, then for that side set we have N floating point values for each node for each side in the side set. If nodes are repeated in more than one side, we repeat the distribution factors. So this list is in order by side set, by node. We use your pointer, and free the memory when the object is freed.
void SetSideSetElementList (IntPtr arg0)
 Set or get a pointer to a list of the elements containing each side in each side set. The list is organized by side set, and within side set by element. We use your pointer, and free the memory when the object is freed.
void SetSideSetIds (IntPtr arg0)
 Set or get a pointer to a list giving the ID of each side set. We use your pointer, and free the memory when the object is freed.
void SetSideSetNumDFPerSide (IntPtr numNodes)
 Set or get a pointer to a list of the number of nodes in each side of each side set. This list is organized by side set, and within side set by side. We use your pointer, and free the memory when the object is freed.
int SetSideSetNumberOfDistributionFactors (IntPtr df)
 Set or get a pointer to a list of the number of distribution factors stored by each side set. Each side set has either no distribution factors, or 1 per node in the side set. We use your pointer, and free the memory when the object is freed.
void SetSideSetPropertyValue (IntPtr arg0)
 Set or get value for each variable for each side set. List the integer values in order by variable and within variable by side set.
void SetSideSetSideList (IntPtr arg0)
 Set or get a pointer to the element side for each side in the side set. (See the manual for the convention for numbering sides in different types of cells.) Side Ids are arranged by side set and within side set by side, and correspond to the SideSetElementList. We use your pointer, and free the memory when the object is freed.
int SetSideSetSize (IntPtr sizes)
 Set or get a pointer to a list of the number of sides in each side set. We use your pointer, and free the memory when the object is freed.
virtual void SetTimeStepIndex (int _arg)
 Set the index of the time step represented by the results data in the file attached to this ModelMetadata object. Time step indices start at 0 in this file, they start at 1 in an Exodus file.
void SetTimeSteps (int numberOfTimeSteps, IntPtr timeStepValues)
 Set the total number of time steps in the file, and the value at each time step. We use your time step value array and delete it when we're done.
virtual void SetTitle (string _arg)
 The title of the dataset.
int Unpack (vtkDataSet ugrid, int deleteIt)
 Unpack the metadata stored in a dataset, and initialize this object with it. Return 1 if there's no metadata packed into the grid, 0 if OK. If deleteIt is ON, then delete the grid's packed data after unpacking it into the object.

Static Public Member Functions

static new vtkModelMetadata New ()
 Undocumented Block.
static int HasMetadata (vtkDataSet grid)
 Static function that returns 1 if the vtkUnstructuredGrid has metadata packed into it's field arrays, and 0 otherwise.
static new int IsTypeOf (string type)
 Undocumented Block.
static void RemoveMetadata (vtkDataSet grid)
 Static function that removes the packed metadata arrays from a dataset.
static new vtkModelMetadata SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkModelMetadata"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkModelMetadata"
 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 vtkModelMetadata_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkModelMetadata_AddInformationLine_01 (HandleRef pThis, string info)
static internal void vtkModelMetadata_AddQARecord_02 (HandleRef pThis, string name, string version, string date, string time)
static internal int vtkModelMetadata_AddUGridElementVariable_03 (HandleRef pThis, string ugridVarName, string origName, int numComponents)
static internal int vtkModelMetadata_AddUGridNodeVariable_04 (HandleRef pThis, string ugridVarName, string origName, int numComponents)
static internal void vtkModelMetadata_AllVariablesDefinedInAllBlocksOff_05 (HandleRef pThis)
static internal void vtkModelMetadata_AllVariablesDefinedInAllBlocksOn_06 (HandleRef pThis)
static internal int vtkModelMetadata_ElementVariableIsDefinedInBlock_07 (HandleRef pThis, string varname, int blockId)
static internal IntPtr vtkModelMetadata_ExtractGlobalMetadata_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkModelMetadata_ExtractModelMetadata_09 (HandleRef pThis, HandleRef globalCellIdList, HandleRef grid, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkModelMetadata_FindOriginalElementVariableName_10 (HandleRef pThis, string name, int component)
static internal IntPtr vtkModelMetadata_FindOriginalNodeVariableName_11 (HandleRef pThis, string name, int component)
static internal void vtkModelMetadata_FreeAllGlobalData_12 (HandleRef pThis)
static internal void vtkModelMetadata_FreeAllLocalData_13 (HandleRef pThis)
static internal void vtkModelMetadata_FreeBlockDependentData_14 (HandleRef pThis)
static internal void vtkModelMetadata_FreeOriginalElementVariableNames_15 (HandleRef pThis)
static internal void vtkModelMetadata_FreeOriginalNodeVariableNames_16 (HandleRef pThis)
static internal void vtkModelMetadata_FreeUsedElementVariableNames_17 (HandleRef pThis)
static internal void vtkModelMetadata_FreeUsedElementVariables_18 (HandleRef pThis)
static internal void vtkModelMetadata_FreeUsedNodeVariableNames_19 (HandleRef pThis)
static internal void vtkModelMetadata_FreeUsedNodeVariables_20 (HandleRef pThis)
static internal int vtkModelMetadata_GetAllVariablesDefinedInAllBlocks_21 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetBlockAttributes_22 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetBlockAttributesIndex_23 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetBlockElementIdList_24 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetBlockElementIdListIndex_25 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetBlockIds_26 (HandleRef pThis)
static internal int vtkModelMetadata_GetBlockLocalIndex_27 (HandleRef pThis, int id)
static internal IntPtr vtkModelMetadata_GetBlockNodesPerElement_28 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetBlockNumberOfAttributesPerElement_29 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetBlockNumberOfElements_30 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetBlockPropertyValue_31 (HandleRef pThis)
static internal int vtkModelMetadata_GetDimension_32 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetElementVariableNumberOfComponents_33 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetElementVariableTruthTable_34 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetGlobalVariableValue_35 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetMapToOriginalElementVariableNames_36 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetMapToOriginalNodeVariableNames_37 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetNodeSetDistributionFactorIndex_38 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetNodeSetDistributionFactors_39 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetNodeSetIds_40 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetNodeSetNodeIdList_41 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetNodeSetNodeIdListIndex_42 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetNodeSetNumberOfDistributionFactors_43 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetNodeSetPropertyValue_44 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetNodeSetSize_45 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetNodeVariableNumberOfComponents_46 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfBlockProperties_47 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfBlocks_48 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfElementVariables_49 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfGlobalVariables_50 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfInformationLines_51 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfNodeSetProperties_52 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfNodeSets_53 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfNodeVariables_54 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfQARecords_55 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfSideSetProperties_56 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfSideSets_57 (HandleRef pThis)
static internal int vtkModelMetadata_GetNumberOfTimeSteps_58 (HandleRef pThis)
static internal int vtkModelMetadata_GetOriginalNumberOfElementVariables_59 (HandleRef pThis)
static internal int vtkModelMetadata_GetOriginalNumberOfNodeVariables_60 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetSideSetDistributionFactorIndex_61 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetSideSetDistributionFactors_62 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetSideSetElementList_63 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetSideSetIds_64 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetSideSetListIndex_65 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetSideSetNumDFPerSide_66 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetSideSetNumberOfDistributionFactors_67 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetSideSetPropertyValue_68 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetSideSetSideList_69 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetSideSetSize_70 (HandleRef pThis)
static internal int vtkModelMetadata_GetSizeBlockAttributeArray_71 (HandleRef pThis)
static internal int vtkModelMetadata_GetSumDistFactPerNodeSet_72 (HandleRef pThis)
static internal int vtkModelMetadata_GetSumDistFactPerSideSet_73 (HandleRef pThis)
static internal int vtkModelMetadata_GetSumElementsPerBlock_74 (HandleRef pThis)
static internal int vtkModelMetadata_GetSumNodesPerNodeSet_75 (HandleRef pThis)
static internal int vtkModelMetadata_GetSumSidesPerSideSet_76 (HandleRef pThis)
static internal int vtkModelMetadata_GetTimeStepIndex_77 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetTimeStepValues_78 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_GetTitle_79 (HandleRef pThis)
static internal int vtkModelMetadata_HasMetadata_80 (HandleRef grid)
static internal int vtkModelMetadata_IsA_81 (HandleRef pThis, string type)
static internal int vtkModelMetadata_IsTypeOf_82 (string type)
static internal int vtkModelMetadata_MergeGlobalInformation_83 (HandleRef pThis, HandleRef em)
static internal int vtkModelMetadata_MergeModelMetadata_84 (HandleRef pThis, HandleRef em)
static internal IntPtr vtkModelMetadata_NewInstance_86 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkModelMetadata_Pack_87 (HandleRef pThis, HandleRef ugrid)
static internal void vtkModelMetadata_PrintGlobalInformation_88 (HandleRef pThis)
static internal void vtkModelMetadata_PrintLocalInformation_89 (HandleRef pThis)
static internal void vtkModelMetadata_RemoveMetadata_90 (HandleRef grid)
static internal int vtkModelMetadata_RemoveUGridElementVariable_91 (HandleRef pThis, string ugridVarName)
static internal int vtkModelMetadata_RemoveUGridNodeVariable_92 (HandleRef pThis, string ugridVarName)
static internal void vtkModelMetadata_Reset_93 (HandleRef pThis)
static internal IntPtr vtkModelMetadata_SafeDownCast_94 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkModelMetadata_SetAllVariablesDefinedInAllBlocks_95 (HandleRef pThis, int _arg)
static internal void vtkModelMetadata_SetBlockAttributes_96 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetBlockElementIdList_97 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetBlockIds_98 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetBlockNodesPerElement_99 (HandleRef pThis, IntPtr arg0)
static internal int vtkModelMetadata_SetBlockNumberOfAttributesPerElement_100 (HandleRef pThis, IntPtr natts)
static internal int vtkModelMetadata_SetBlockNumberOfElements_101 (HandleRef pThis, IntPtr nelts)
static internal void vtkModelMetadata_SetBlockPropertyValue_102 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetElementVariableTruthTable_103 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetGlobalVariableValue_104 (HandleRef pThis, IntPtr f)
static internal void vtkModelMetadata_SetNodeSetDistributionFactors_105 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetNodeSetIds_106 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetNodeSetNodeIdList_107 (HandleRef pThis, IntPtr arg0)
static internal int vtkModelMetadata_SetNodeSetNumberOfDistributionFactors_108 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetNodeSetPropertyValue_109 (HandleRef pThis, IntPtr arg0)
static internal int vtkModelMetadata_SetNodeSetSize_110 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetNumberOfBlocks_111 (HandleRef pThis, int _arg)
static internal void vtkModelMetadata_SetNumberOfNodeSets_112 (HandleRef pThis, int _arg)
static internal void vtkModelMetadata_SetNumberOfSideSets_113 (HandleRef pThis, int _arg)
static internal void vtkModelMetadata_SetSideSetDistributionFactors_114 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetSideSetElementList_115 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetSideSetIds_116 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetSideSetNumDFPerSide_117 (HandleRef pThis, IntPtr numNodes)
static internal int vtkModelMetadata_SetSideSetNumberOfDistributionFactors_118 (HandleRef pThis, IntPtr df)
static internal void vtkModelMetadata_SetSideSetPropertyValue_119 (HandleRef pThis, IntPtr arg0)
static internal void vtkModelMetadata_SetSideSetSideList_120 (HandleRef pThis, IntPtr arg0)
static internal int vtkModelMetadata_SetSideSetSize_121 (HandleRef pThis, IntPtr sizes)
static internal void vtkModelMetadata_SetTimeStepIndex_122 (HandleRef pThis, int _arg)
static internal void vtkModelMetadata_SetTimeSteps_123 (HandleRef pThis, int numberOfTimeSteps, IntPtr timeStepValues)
static internal void vtkModelMetadata_SetTitle_124 (HandleRef pThis, string _arg)
static internal int vtkModelMetadata_Unpack_125 (HandleRef pThis, HandleRef ugrid, int deleteIt)

Static Private Member Functions

static vtkModelMetadata ()
 Automatically generated type registration mechanics.

Detailed Description

vtkModelMetadata - This class encapsulates the metadata that appear in mesh-based file formats but do not appear in vtkUnstructuredGrid. It can pack itself into the field arrays of a vtkUnstructuredGrid, and be unpacked by metadata aware filters and writers later on.

Description This class is inspired by the Exodus II file format, but because this class does not depend on the Exodus library, it should be possible to use it to represent metadata for other dataset file formats. Sandia Labs uses it in their Exodus II reader, their Exodus II writer and their EnSight writer. vtkDistributedDataFilter looks for metadata attached to it's input and redistributes the metadata with the grid.

The fields in this class are those described in the document "EXODUS II: A Finite Element Data Model", SAND92-2137, November 1995.

Element and node IDs stored in this object must be global IDs, in the event that the original dataset was partitioned across many files.

One way to initialize this object is by using vtkExodusModel (a Sandia class used by the Sandia Exodus reader). That class will take an open Exodus II file and a vtkUnstructuredGrid drawn from it and will set the required fields.

Alternatively, you can use all the Set* methods to set the individual fields. This class does not copy the data, it simply uses your pointer. This class will free the storage associated with your pointer when the class is deleted. Most fields have sensible defaults. The only requirement is that if you are using this ModelMetadata to write out an Exodus or EnSight file in parallel, you must SetBlockIds and SetBlockIdArrayName. Your vtkUnstructuredGrid must have a cell array giving the block ID for each cell.

Caveats The Exodus II library supports an optimized element order map (section 3.7 in the SAND document). It contains all the element IDs, listed in the order in which a solver should process them. We don't include this, and won't unless there is a request.

There is an assumption in some classes that the name of the cell array containing global element ids is "GlobalElementId" and the name of the point array containing global node ids is "GlobalNodeId". (element == cell) and (node == point).

vtkDistributedDataFilter vtkExtractCells


Constructor & Destructor Documentation

static Kitware.VTK.vtkModelMetadata.vtkModelMetadata ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkModelMetadata.vtkModelMetadata ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

Add an information line.

void Kitware.VTK.vtkModelMetadata.AddQARecord ( string  name,
string  version,
string  date,
string  time 
)

Add a QA record. They fields are: The code name The code version number The date (MM/DD/YY or NULL for today) The time (HH:MM:SS or NULL for right now)

int Kitware.VTK.vtkModelMetadata.AddUGridElementVariable ( string  ugridVarName,
string  origName,
int  numComponents 
)

In order to write Exodus files from vtkUnstructuredGrid objects that were read from Exodus files, we need to know the mapping from variable names in the UGrid to variable names in the Exodus file. (The Exodus reader combines scalar variables with similar names into vectors in the UGrid.) When building the UGrid to which this ModelMetadata refers, add each element and node variable name with this call, including the name of original variable that yielded it's first component, and the number of components. If a variable is removed from the UGrid, remove it from the ModelMetadata. (If this information is missing or incomplete, the ExodusIIWriter can still do something sensible in creating names for variables.)

int Kitware.VTK.vtkModelMetadata.AddUGridNodeVariable ( string  ugridVarName,
string  origName,
int  numComponents 
)

In order to write Exodus files from vtkUnstructuredGrid objects that were read from Exodus files, we need to know the mapping from variable names in the UGrid to variable names in the Exodus file. (The Exodus reader combines scalar variables with similar names into vectors in the UGrid.) When building the UGrid to which this ModelMetadata refers, add each element and node variable name with this call, including the name of original variable that yielded it's first component, and the number of components. If a variable is removed from the UGrid, remove it from the ModelMetadata. (If this information is missing or incomplete, the ExodusIIWriter can still do something sensible in creating names for variables.)

Instead of a truth table of all "1"s, you can set this instance variable to indicate that all variables are defined in all blocks.

Instead of a truth table of all "1"s, you can set this instance variable to indicate that all variables are defined in all blocks.

override void Kitware.VTK.vtkModelMetadata.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.vtkObject.

int Kitware.VTK.vtkModelMetadata.ElementVariableIsDefinedInBlock ( string  varname,
int  blockId 
)

If the element variable named is defined for the block Id provided (in the element variable truth table) return a 1, otherwise return a 0. If the variable name or block Id are unrecognized, the default value of 1 is returned. (This is an "original" variable name, from the file, not a name created for the vtkUnstructuredGrid. Use FindOriginal*VariableName to map between the two.)

Create and return a new metadata object containing only the global metadata of this metadata object.

Here is the call graph for this function:

Create and return a new metadata object which contains the information for the subset of global cell IDs provided. We need the grid containing the cells so we can find point Ids as well, and also the name of the global cell ID array and the name of the global point ID array.

Here is the call graph for this function:

string Kitware.VTK.vtkModelMetadata.FindOriginalElementVariableName ( string  name,
int  component 
)

Given the name of an element variable the vtkUnstructuredGrid described by this ModelMetadata, and a component number, give the name of the scalar array in the original file that turned into that component when the file was read into VTK.

string Kitware.VTK.vtkModelMetadata.FindOriginalNodeVariableName ( string  name,
int  component 
)

Given the name of an node variable the vtkUnstructuredGrid described by this ModelMetadata, and a component number, give the name of the scalar array in the original file that turned into that component when the file was read into VTK.

Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.

FreeAllGlobalData frees all the fields which don't depend on which time step, which blocks, or which variables are in the input. FreeAllLocalData frees all the fields which do depend on which time step, blocks or variables are in the input. FreeBlockDependentData frees all metadata fields which depend on which blocks were read in.

Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.

FreeAllGlobalData frees all the fields which don't depend on which time step, which blocks, or which variables are in the input. FreeAllLocalData frees all the fields which do depend on which time step, blocks or variables are in the input. FreeBlockDependentData frees all metadata fields which depend on which blocks were read in.

Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.

FreeAllGlobalData frees all the fields which don't depend on which time step, which blocks, or which variables are in the input. FreeAllLocalData frees all the fields which do depend on which time step, blocks or variables are in the input. FreeBlockDependentData frees all metadata fields which depend on which blocks were read in.

Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.

FreeAllGlobalData frees all the fields which don't depend on which time step, which blocks, or which variables are in the input. FreeAllLocalData frees all the fields which do depend on which time step, blocks or variables are in the input. FreeBlockDependentData frees all metadata fields which depend on which blocks were read in.

Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.

FreeAllGlobalData frees all the fields which don't depend on which time step, which blocks, or which variables are in the input. FreeAllLocalData frees all the fields which do depend on which time step, blocks or variables are in the input. FreeBlockDependentData frees all metadata fields which depend on which blocks were read in.

Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.

FreeAllGlobalData frees all the fields which don't depend on which time step, which blocks, or which variables are in the input. FreeAllLocalData frees all the fields which do depend on which time step, blocks or variables are in the input. FreeBlockDependentData frees all metadata fields which depend on which blocks were read in.

Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.

FreeAllGlobalData frees all the fields which don't depend on which time step, which blocks, or which variables are in the input. FreeAllLocalData frees all the fields which do depend on which time step, blocks or variables are in the input. FreeBlockDependentData frees all metadata fields which depend on which blocks were read in.

Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.

FreeAllGlobalData frees all the fields which don't depend on which time step, which blocks, or which variables are in the input. FreeAllLocalData frees all the fields which do depend on which time step, blocks or variables are in the input. FreeBlockDependentData frees all metadata fields which depend on which blocks were read in.

Free selected portions of the metadata when updating values in the vtkModelMetadata object. Resetting a particular field, (i.e. SetNodeSetIds) frees the previous setting, but if you are not setting every field, you may want to do a wholesale "Free" first.

FreeAllGlobalData frees all the fields which don't depend on which time step, which blocks, or which variables are in the input. FreeAllLocalData frees all the fields which do depend on which time step, blocks or variables are in the input. FreeBlockDependentData frees all metadata fields which depend on which blocks were read in.

Instead of a truth table of all "1"s, you can set this instance variable to indicate that all variables are defined in all blocks.

Set or get a pointer to a list of the attributes for all blocks. The order of the list should be by block, by element within the block, by attribute. Omit blocks that don't have element attributes.

Get a list of the index into the BlockAttributes of the start of each block's element attribute list.

Set or get a pointer to a list global element IDs for the elements in each block. We use your pointers, and free the memory when the object is freed.

Get a list of the index into the BlockElementIdList of the start of each block's elements.

An arbitrary integer ID for each block. We use your pointer, and free the memory when the object is freed.

Block information is stored in arrays. This method returns the array index for a given block ID.

Set or get a pointer to a list of the number of nodes in the elements of each block. We use your pointers, and free the memory when the object is freed.

Set or get a pointer to a list of the number of attributes stored for the elements in each block. We use your pointers, and free the memory when the object is freed.

Set or get a pointer to a list of the number of elements in each block. We use your pointers, and free the memory when the object is freed.

Set or get value for each variable for each block. List the integer values in order by variable and within variable by block.

Get the dimension of the model. This is also the number of coordinate names.

The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.

(Example: Variables in Exodus II files are all scalars. Some are combined by the ExodusReader into vector variables in the grid.)

These methods return names of the original variables, the names of the grid variables, a list of the number of components in each grid variable, and a list of the index into the list of original variable names where the original name of the first component of a grid variable may be found. The names of subsequent components would immediately follow the name of the the first component.

A truth table indicating which element variables are defined for which blocks. The variables are all the original element variables that were in the file. The table is by block ID and within block ID by variable.

Set or get the values of the global variables at the current time step.

The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.

(Example: Variables in Exodus II files are all scalars. Some are combined by the ExodusReader into vector variables in the grid.)

These methods return names of the original variables, the names of the grid variables, a list of the number of components in each grid variable, and a list of the index into the list of original variable names where the original name of the first component of a grid variable may be found. The names of subsequent components would immediately follow the name of the the first component.

The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.

(Example: Variables in Exodus II files are all scalars. Some are combined by the ExodusReader into vector variables in the grid.)

These methods return names of the original variables, the names of the grid variables, a list of the number of components in each grid variable, and a list of the index into the list of original variable names where the original name of the first component of a grid variable may be found. The names of subsequent components would immediately follow the name of the the first component.

Get a list of the index of the starting entry for each node set in the list of node set distribution factors.

Set or get a list of the distribution factors for the node sets. The list is organized by node set, and within node set by node. We use your pointer, and free the memory when the object is freed.

Set or get the list the IDs for each node set. Length of list is the number of node sets. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a concatenated list of the IDs of all nodes in each node set. First list all IDs in node set 0, then all IDs in node set 1, and so on. We use your pointer, and free the memory when the object is freed.

Get a list of the index of the starting entry for each node set in the list of node set node IDs.

Set or get a list of the number of distribution factors stored by each node set. This is either 0 or equal to the number of nodes in the node set. Length of list is number of node sets. We use your pointer, and free the memory when the object is freed.

Set or get value for each variable for each node set. List the integer values in order by variable and within variable by node set.

Set or get a pointer to a list of the number of nodes in each node set. We use your pointer, and free the memory when the object is freed.

The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.

(Example: Variables in Exodus II files are all scalars. Some are combined by the ExodusReader into vector variables in the grid.)

These methods return names of the original variables, the names of the grid variables, a list of the number of components in each grid variable, and a list of the index into the list of original variable names where the original name of the first component of a grid variable may be found. The names of subsequent components would immediately follow the name of the the first component.

The number of block properties (global variables)

The number of blocks in the file. Set this before setting any of the block arrays.

The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.

(Example: Variables in Exodus II files are all scalars. Some are combined by the ExodusReader into vector variables in the grid.)

These methods return names of the original variables, the names of the grid variables, a list of the number of components in each grid variable, and a list of the index into the list of original variable names where the original name of the first component of a grid variable may be found. The names of subsequent components would immediately follow the name of the the first component.

Get the number of global variables per time step.

Get the number of information lines.

The number of node set properties (global variables)

The number of node sets in the file. Set this value before setting the various node set arrays.

The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.

(Example: Variables in Exodus II files are all scalars. Some are combined by the ExodusReader into vector variables in the grid.)

These methods return names of the original variables, the names of the grid variables, a list of the number of components in each grid variable, and a list of the index into the list of original variable names where the original name of the first component of a grid variable may be found. The names of subsequent components would immediately follow the name of the the first component.

Get the number of QA records.

The number of side set properties (global variables)

Set or get the number of side sets. Set this value before setting any of the other side set arrays.

Set the total number of time steps in the file, and the value at each time step. We use your time step value array and delete it when we're done.

The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.

(Example: Variables in Exodus II files are all scalars. Some are combined by the ExodusReader into vector variables in the grid.)

These methods return names of the original variables, the names of the grid variables, a list of the number of components in each grid variable, and a list of the index into the list of original variable names where the original name of the first component of a grid variable may be found. The names of subsequent components would immediately follow the name of the the first component.

The ModelMetadata object may contain these lists: o the variables in the original data file o the variables created in the u grid from those original variables o a mapping from the grid variable names to the original names o a list of the number of components each grid variable has.

(Example: Variables in Exodus II files are all scalars. Some are combined by the ExodusReader into vector variables in the grid.)

These methods return names of the original variables, the names of the grid variables, a list of the number of components in each grid variable, and a list of the index into the list of original variable names where the original name of the first component of a grid variable may be found. The names of subsequent components would immediately follow the name of the the first component.

Get a list of the index of the starting entry for each side set in the list of side set distribution factors.

Set or get a pointer to a list of all the distribution factors. For every side set that has distribution factors, the number of factors per node was given in the SideSetNumberOfDistributionFactors array. If this number for a given side set is N, then for that side set we have N floating point values for each node for each side in the side set. If nodes are repeated in more than one side, we repeat the distribution factors. So this list is in order by side set, by node. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a list of the elements containing each side in each side set. The list is organized by side set, and within side set by element. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a list giving the ID of each side set. We use your pointer, and free the memory when the object is freed.

Get a list of the index of the starting entry for each side set in the list of side set side IDs.

Set or get a pointer to a list of the number of distribution factors stored by each side set. Each side set has either no distribution factors, or 1 per node in the side set. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a list of the number of nodes in each side of each side set. This list is organized by side set, and within side set by side. We use your pointer, and free the memory when the object is freed.

Set or get value for each variable for each side set. List the integer values in order by variable and within variable by side set.

Set or get a pointer to the element side for each side in the side set. (See the manual for the convention for numbering sides in different types of cells.) Side Ids are arranged by side set and within side set by side, and correspond to the SideSetElementList. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a list of the number of sides in each side set. We use your pointer, and free the memory when the object is freed.

Get the length of the list of floating point block attributes.

Get the total number of distribution factors stored for all node sets.

Get the total number of distribution factors stored for all side sets.

Get the length of the list of elements in every block.

Get the total number of nodes in all node sets.

Get the total number of sides in all side sets.

Set the index of the time step represented by the results data in the file attached to this ModelMetadata object. Time step indices start at 0 in this file, they start at 1 in an Exodus file.

Get the time step values.

The title of the dataset.

Static function that returns 1 if the vtkUnstructuredGrid has metadata packed into it's field arrays, and 0 otherwise.

override int Kitware.VTK.vtkModelMetadata.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static new int Kitware.VTK.vtkModelMetadata.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

The metadata is divided into global metadata and local metadata. MergeGlobalInformation merges just the global metadata of the supplied object into the global metadata of this object.

In VTK we take vtkUnstructuredGrids and perform operations on them, including subsetting and merging grids. We need to modify the metadata object when this happens. MergeModelMetadata merges the supplied model (both global and local metadata) into this model. The models must be from the same file set.

MergeModelMetadata assumes that no element in one metadata object appears in the other. (It doesn't test for duplicate elements when merging the two metadata objects.)

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Pack this object's metadata into a field array of a dataset.

The global fields are those which pertain to the whole file. Examples are the title, information lines, and list of block IDs. This method prints out all the global information.

The local fields are those which depend on exactly which blocks, which time step, and which variables you read in from the file. Examples are the number of cells in each block, and the list of nodes in a node set, or the value of the global variables at a time step. If VERBOSE_TESTING is defined in your execution environment, this method will print more than mere counts, and actually print a few of the IDs, distribution factors and so on. If VERY_VERBOSE_TESTING is defined, it will print out all ID lists, distribution factor lists, and so on.

Static function that removes the packed metadata arrays from a dataset.

In order to write Exodus files from vtkUnstructuredGrid objects that were read from Exodus files, we need to know the mapping from variable names in the UGrid to variable names in the Exodus file. (The Exodus reader combines scalar variables with similar names into vectors in the UGrid.) When building the UGrid to which this ModelMetadata refers, add each element and node variable name with this call, including the name of original variable that yielded it's first component, and the number of components. If a variable is removed from the UGrid, remove it from the ModelMetadata. (If this information is missing or incomplete, the ExodusIIWriter can still do something sensible in creating names for variables.)

In order to write Exodus files from vtkUnstructuredGrid objects that were read from Exodus files, we need to know the mapping from variable names in the UGrid to variable names in the Exodus file. (The Exodus reader combines scalar variables with similar names into vectors in the UGrid.) When building the UGrid to which this ModelMetadata refers, add each element and node variable name with this call, including the name of original variable that yielded it's first component, and the number of components. If a variable is removed from the UGrid, remove it from the ModelMetadata. (If this information is missing or incomplete, the ExodusIIWriter can still do something sensible in creating names for variables.)

Set the object back to it's initial state.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

Instead of a truth table of all "1"s, you can set this instance variable to indicate that all variables are defined in all blocks.

Set or get a pointer to a list of the attributes for all blocks. The order of the list should be by block, by element within the block, by attribute. Omit blocks that don't have element attributes.

Set or get a pointer to a list global element IDs for the elements in each block. We use your pointers, and free the memory when the object is freed.

An arbitrary integer ID for each block. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a list of the number of nodes in the elements of each block. We use your pointers, and free the memory when the object is freed.

Set or get a pointer to a list of the number of attributes stored for the elements in each block. We use your pointers, and free the memory when the object is freed.

Set or get a pointer to a list of the number of elements in each block. We use your pointers, and free the memory when the object is freed.

Set or get value for each variable for each block. List the integer values in order by variable and within variable by block.

A truth table indicating which element variables are defined for which blocks. The variables are all the original element variables that were in the file. The table is by block ID and within block ID by variable.

Set or get the values of the global variables at the current time step.

Set or get a list of the distribution factors for the node sets. The list is organized by node set, and within node set by node. We use your pointer, and free the memory when the object is freed.

Set or get the list the IDs for each node set. Length of list is the number of node sets. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a concatenated list of the IDs of all nodes in each node set. First list all IDs in node set 0, then all IDs in node set 1, and so on. We use your pointer, and free the memory when the object is freed.

Set or get a list of the number of distribution factors stored by each node set. This is either 0 or equal to the number of nodes in the node set. Length of list is number of node sets. We use your pointer, and free the memory when the object is freed.

Set or get value for each variable for each node set. List the integer values in order by variable and within variable by node set.

Set or get a pointer to a list of the number of nodes in each node set. We use your pointer, and free the memory when the object is freed.

virtual void Kitware.VTK.vtkModelMetadata.SetNumberOfBlocks ( int  _arg) [virtual]

The number of blocks in the file. Set this before setting any of the block arrays.

virtual void Kitware.VTK.vtkModelMetadata.SetNumberOfNodeSets ( int  _arg) [virtual]

The number of node sets in the file. Set this value before setting the various node set arrays.

virtual void Kitware.VTK.vtkModelMetadata.SetNumberOfSideSets ( int  _arg) [virtual]

Set or get the number of side sets. Set this value before setting any of the other side set arrays.

Set or get a pointer to a list of all the distribution factors. For every side set that has distribution factors, the number of factors per node was given in the SideSetNumberOfDistributionFactors array. If this number for a given side set is N, then for that side set we have N floating point values for each node for each side in the side set. If nodes are repeated in more than one side, we repeat the distribution factors. So this list is in order by side set, by node. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a list of the elements containing each side in each side set. The list is organized by side set, and within side set by element. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a list giving the ID of each side set. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a list of the number of distribution factors stored by each side set. Each side set has either no distribution factors, or 1 per node in the side set. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a list of the number of nodes in each side of each side set. This list is organized by side set, and within side set by side. We use your pointer, and free the memory when the object is freed.

Set or get value for each variable for each side set. List the integer values in order by variable and within variable by side set.

Set or get a pointer to the element side for each side in the side set. (See the manual for the convention for numbering sides in different types of cells.) Side Ids are arranged by side set and within side set by side, and correspond to the SideSetElementList. We use your pointer, and free the memory when the object is freed.

Set or get a pointer to a list of the number of sides in each side set. We use your pointer, and free the memory when the object is freed.

virtual void Kitware.VTK.vtkModelMetadata.SetTimeStepIndex ( int  _arg) [virtual]

Set the index of the time step represented by the results data in the file attached to this ModelMetadata object. Time step indices start at 0 in this file, they start at 1 in an Exodus file.

void Kitware.VTK.vtkModelMetadata.SetTimeSteps ( int  numberOfTimeSteps,
IntPtr  timeStepValues 
)

Set the total number of time steps in the file, and the value at each time step. We use your time step value array and delete it when we're done.

virtual void Kitware.VTK.vtkModelMetadata.SetTitle ( string  _arg) [virtual]

The title of the dataset.

int Kitware.VTK.vtkModelMetadata.Unpack ( vtkDataSet  ugrid,
int  deleteIt 
)

Unpack the metadata stored in a dataset, and initialize this object with it. Return 1 if there's no metadata packed into the grid, 0 if OK. If deleteIt is ON, then delete the grid's packed data after unpacking it into the object.

static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_AddInformationLine_01 ( HandleRef  pThis,
string  info 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_AddQARecord_02 ( HandleRef  pThis,
string  name,
string  version,
string  date,
string  time 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_AddUGridElementVariable_03 ( HandleRef  pThis,
string  ugridVarName,
string  origName,
int  numComponents 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_AddUGridNodeVariable_04 ( HandleRef  pThis,
string  ugridVarName,
string  origName,
int  numComponents 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_AllVariablesDefinedInAllBlocksOn_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_ElementVariableIsDefinedInBlock_07 ( HandleRef  pThis,
string  varname,
int  blockId 
) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_ExtractGlobalMetadata_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_ExtractModelMetadata_09 ( HandleRef  pThis,
HandleRef  globalCellIdList,
HandleRef  grid,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FindOriginalElementVariableName_10 ( HandleRef  pThis,
string  name,
int  component 
) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FindOriginalNodeVariableName_11 ( HandleRef  pThis,
string  name,
int  component 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FreeAllGlobalData_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FreeAllLocalData_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FreeBlockDependentData_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FreeOriginalElementVariableNames_15 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FreeOriginalNodeVariableNames_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FreeUsedElementVariableNames_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FreeUsedElementVariables_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FreeUsedNodeVariableNames_19 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_FreeUsedNodeVariables_20 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetBlockAttributes_22 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetBlockAttributesIndex_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetBlockElementIdList_24 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetBlockElementIdListIndex_25 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetBlockIds_26 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetBlockLocalIndex_27 ( HandleRef  pThis,
int  id 
) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetBlockNodesPerElement_28 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetBlockNumberOfElements_30 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetBlockPropertyValue_31 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetDimension_32 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetElementVariableTruthTable_34 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetGlobalVariableValue_35 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetMapToOriginalNodeVariableNames_37 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNodeSetDistributionFactorIndex_38 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNodeSetDistributionFactors_39 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNodeSetIds_40 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNodeSetNodeIdList_41 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNodeSetNodeIdListIndex_42 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNodeSetPropertyValue_44 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNodeSetSize_45 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNodeVariableNumberOfComponents_46 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfBlockProperties_47 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfBlocks_48 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfElementVariables_49 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfGlobalVariables_50 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfInformationLines_51 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfNodeSetProperties_52 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfNodeSets_53 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfNodeVariables_54 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfQARecords_55 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfSideSetProperties_56 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfSideSets_57 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetNumberOfTimeSteps_58 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSideSetDistributionFactorIndex_61 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSideSetDistributionFactors_62 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSideSetElementList_63 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSideSetIds_64 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSideSetListIndex_65 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSideSetNumDFPerSide_66 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSideSetPropertyValue_68 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSideSetSideList_69 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSideSetSize_70 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSizeBlockAttributeArray_71 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSumDistFactPerNodeSet_72 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSumDistFactPerSideSet_73 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSumElementsPerBlock_74 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSumNodesPerNodeSet_75 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetSumSidesPerSideSet_76 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetTimeStepIndex_77 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetTimeStepValues_78 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_GetTitle_79 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_HasMetadata_80 ( HandleRef  grid) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_IsA_81 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_IsTypeOf_82 ( string  type) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_MergeGlobalInformation_83 ( HandleRef  pThis,
HandleRef  em 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_MergeModelMetadata_84 ( HandleRef  pThis,
HandleRef  em 
) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_NewInstance_86 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_Pack_87 ( HandleRef  pThis,
HandleRef  ugrid 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_PrintGlobalInformation_88 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_PrintLocalInformation_89 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_RemoveMetadata_90 ( HandleRef  grid) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_RemoveUGridElementVariable_91 ( HandleRef  pThis,
string  ugridVarName 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_RemoveUGridNodeVariable_92 ( HandleRef  pThis,
string  ugridVarName 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_Reset_93 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SafeDownCast_94 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetAllVariablesDefinedInAllBlocks_95 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetBlockAttributes_96 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetBlockElementIdList_97 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetBlockIds_98 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetBlockNodesPerElement_99 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetBlockNumberOfAttributesPerElement_100 ( HandleRef  pThis,
IntPtr  natts 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetBlockNumberOfElements_101 ( HandleRef  pThis,
IntPtr  nelts 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetBlockPropertyValue_102 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetElementVariableTruthTable_103 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetGlobalVariableValue_104 ( HandleRef  pThis,
IntPtr  f 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetNodeSetDistributionFactors_105 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetNodeSetIds_106 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetNodeSetNodeIdList_107 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetNodeSetNumberOfDistributionFactors_108 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetNodeSetPropertyValue_109 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetNodeSetSize_110 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetNumberOfBlocks_111 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetNumberOfNodeSets_112 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetNumberOfSideSets_113 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetSideSetDistributionFactors_114 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetSideSetElementList_115 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetSideSetIds_116 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetSideSetNumberOfDistributionFactors_118 ( HandleRef  pThis,
IntPtr  df 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetSideSetNumDFPerSide_117 ( HandleRef  pThis,
IntPtr  numNodes 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetSideSetPropertyValue_119 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetSideSetSideList_120 ( HandleRef  pThis,
IntPtr  arg0 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetSideSetSize_121 ( HandleRef  pThis,
IntPtr  sizes 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetTimeStepIndex_122 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetTimeSteps_123 ( HandleRef  pThis,
int  numberOfTimeSteps,
IntPtr  timeStepValues 
) [private]
static internal void Kitware.VTK.vtkModelMetadata.vtkModelMetadata_SetTitle_124 ( HandleRef  pThis,
string  _arg 
) [private]
static internal int Kitware.VTK.vtkModelMetadata.vtkModelMetadata_Unpack_125 ( HandleRef  pThis,
HandleRef  ugrid,
int  deleteIt 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkModelMetadata.MRClassNameKey = "16vtkModelMetadata" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

new const string Kitware.VTK.vtkModelMetadata.MRFullTypeName = "Kitware.VTK.vtkModelMetadata"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


The documentation for this class was generated from the following file: