Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_Dynamic_AbstractVariableInstance.hxx>
#include <Dynamic_Variable.hxx>
#include <Handle_Dynamic_Variable.hxx>
Data Structures | |
class | Dynamic_AbstractVariableInstance |
This class is the header class to define instances of variables. There are two kinds of instances, These are VariableInstance which addresses only one Variable and CompositVariableInstance which is able to address more than one variable. This last class is useful for methods with a variable number of arguments. More... |