Version: 6.3.1

SALOME_TYPES Namespace Reference

This module contains type definitions for the communication between supervision codes and computation codes in parametric studies. More...

Data Structures

struct  Parameter
 Structure describing a parameter that can be used for specific information exchange between the codes. More...
struct  ParametricInput
 Structure describing the input of a computation code. More...
struct  ParametricOutput
 Structure describing the output of a computation code. More...

Typedefs

typedef sequence< ParameterParameterList
 List of parameters.
typedef sequence< double > Variable
 Type representing the value of a single variable exchanged between the codes (e.g. a force "F"). As the variables may be vectors (or even matrices), their value is represented as a sequence of real numbers.
typedef sequence< VariableVariableSequence
 Type representing a state, i.e. a set containing the values of all the variables of interest.
typedef sequence
< VariableSequence
StateSequence
 Type representing a set of states.
typedef sequence< StateSequenceTimeSequence
 Type representing a time sequence, with a set of states for each time step. Hence it is represented as a sequence of StateSequence.
typedef sequence< string > VarList
 List of variable names.
typedef sequence< long > ListOfLong
typedef sequence< double > ListOfDouble
typedef sequence< string > ListOfString
typedef sequence< ListOfDouble > ListOfDouble2

Detailed Description

This module contains type definitions for the communication between supervision codes and computation codes in parametric studies.


Typedef Documentation

List of parameters.

typedef sequence<double> SALOME_TYPES::Variable

Type representing the value of a single variable exchanged between the codes (e.g. a force "F"). As the variables may be vectors (or even matrices), their value is represented as a sequence of real numbers.

Type representing a state, i.e. a set containing the values of all the variables of interest.

Type representing a set of states.

Type representing a time sequence, with a set of states for each time step. Hence it is represented as a sequence of StateSequence.

typedef sequence<string> SALOME_TYPES::VarList

List of variable names.

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS