CompositeResultDefinition Class is used to specify composite result items.
The class can be called from Study class.
.
More...
Public Member Functions | |
| void | ClearResults () |
| Clears the result items for composite result. | |
| String | GetName () |
| Returns the name of the composite result as a string. More... | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
| void | SetContourDefinition (ContourDefinition *contour) |
| Specifies the ContourDefinition object for composite result. More... | |
| void | SetDisplayDefinition (Variant &var) |
| Specifies the name or index of the result item for display setting. More... | |
| void | SetFluxLineDefinition (FluxLineDefinition *flux) |
| Specifies the FluxLineDefinition object for composite result. More... | |
| void | SetName (String &name) |
| Specifies the name of the composite result. More... | |
| void | SetVectorDefinition (VectorDefinition *vector) |
| Specifies the VectorDefinition object for composite result. More... | |
CompositeResultDefinition Class is used to specify composite result items.
The class can be called from Study class.
.
Example of obtaining the class object:
| String CompositeResultDefinition::GetName | ( | ) |
Returns the name of the composite result as a string.
| bool CompositeResultDefinition::IsValid | ( | ) |
Returns True if an object is valid.
| void CompositeResultDefinition::SetContourDefinition | ( | ContourDefinition * | contour | ) |
Specifies the ContourDefinition object for composite result.
| ContourDefinition | object |
| void CompositeResultDefinition::SetDisplayDefinition | ( | Variant & | var | ) |
Specifies the name or index of the result item for display setting.
| name | Name or index of the result item |
| void CompositeResultDefinition::SetFluxLineDefinition | ( | FluxLineDefinition * | flux | ) |
Specifies the FluxLineDefinition object for composite result.
| FluxLineDefinition | object |
| void CompositeResultDefinition::SetName | ( | String & | name | ) |
Specifies the name of the composite result.
| name | Composite result name |
| void CompositeResultDefinition::SetVectorDefinition | ( | VectorDefinition * | vector | ) |
Specifies the VectorDefinition object for composite result.
| VectorDefinition | object |