ResultTable class is used for result tables.
The class can be called from Study class.
.
More...
Public Member Functions | |
| ResultTableData * | GetData (Variant &val) |
| Specifies the name or index, and then obtains the ResultTableData object. More... | |
| ResultTableData * | GetDataFromName (String &typeName, String &sourceTitle=String()) |
| Specifies the name, and then obtains the ResultTableData object. More... | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
| int | NumTables () |
| Returns the number of result tables as an integer. More... | |
| void | SetComplexComponent (String &name) |
| Specifies the complex number of a result. More... | |
| void | SetXYZComponent (String &name) |
| Specifies the component for a result (absolute value, X, Y, Z). More... | |
| void | WriteAllCaseCurrentStep (String &filename, String &type, int step) |
| Exports all the data in the results table of the specified step to a file for the all cases. More... | |
| void | WriteAllCaseSummary (String &filename, String &summarytype, int fromstep, int tostep) |
| Exports all the totaled results table data to a file for the all cases. More... | |
| void | WriteAllCaseTables (String &filename, String &type) |
| Exports all the data in the results table to the file for the all cases. More... | |
| void | WriteAllCurrentStep (String &filename, String &type, int step) |
| Exports all the data in the results table of the specified step to a file. More... | |
| void | WriteAllSummary (String &filename, String &summarytype, int fromstep, int tostep) |
| Exports all the totaled result table data table to a file. More... | |
| void | WriteAllTables (String &filename, String &type) |
| Exports all the data in the results table to a file. More... | |
ResultTable class is used for result tables.
The class can be called from Study class.
.
Example of calling the class object:
| ResultTableData * ResultTable::GetData | ( | Variant & | val | ) |
Specifies the name or index, and then obtains the ResultTableData object.
| val | Result table name/Result table index |
For more information about the commands for the analysis result type, see Properties for the Table Display.
| ResultTableData * ResultTable::GetDataFromName | ( | String & | typeName, |
| String & | sourceTitle = String() |
||
| ) |
Specifies the name, and then obtains the ResultTableData object.
| typeName | Result table name |
| sourceTitle | Title of the slice, when using a multi slice condition. |
For more information about the commands for the analysis result type, see Properties for the Table Display.
| bool ResultTable::IsValid | ( | ) |
Returns True if an object is valid.
| int ResultTable::NumTables | ( | ) |
Returns the number of result tables as an integer.
| void ResultTable::SetComplexComponent | ( | String & | name | ) |
Specifies the complex number of a result.
| name | Complex number name
Real : Real part
Imaginary : Imaginary part
|
| void ResultTable::SetXYZComponent | ( | String & | name | ) |
Specifies the component for a result (absolute value, X, Y, Z).
| name | Component name
Absolute : Absolute value
X : X-component
Y : Y-component
Z : Z-component
|
Example: When this command is in effect
Example: Command has no effect
| void ResultTable::WriteAllCaseCurrentStep | ( | String & | filename, |
| String & | type, | ||
| int | step | ||
| ) |
| void ResultTable::WriteAllCaseSummary | ( | String & | filename, |
| String & | summarytype, | ||
| int | fromstep, | ||
| int | tostep | ||
| ) |
Exports all the totaled results table data to a file for the all cases.
| filename | File name of destination folder |
| summarytype | Totaling method
Average : Average value
RMS : RMS (root mean square)
Maximum : Maximum value
Minimum : Minimum value
Sum: Total sum
|
| fromstep | Number of start steps |
| tostep | Number of end steps |
| void ResultTable::WriteAllCaseTables | ( | String & | filename, |
| String & | type | ||
| ) |
| void ResultTable::WriteAllCurrentStep | ( | String & | filename, |
| String & | type, | ||
| int | step | ||
| ) |
| void ResultTable::WriteAllSummary | ( | String & | filename, |
| String & | summarytype, | ||
| int | fromstep, | ||
| int | tostep | ||
| ) |
Exports all the totaled result table data table to a file.
| filename | Destination file name |
| summarytype | Totaling method
Average : Average value
RMS : RMS (root mean square)
Maximum : Maximum value
Minimum : Minimum value
Sum: Total sum
|
| fromstep | Number of start steps |
| tostep | Number of end steps |