Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_Dynamic_VariableInstance.hxx>
#include <Handle_Dynamic_Variable.hxx>
#include <Dynamic_AbstractVariableInstance.hxx>
Data Structures | |
class | Dynamic_VariableInstance |
This class is set in the fields of the MethodInstance class. When a MethodInstance is done each variable of the definition must be defined in the instance by a VariableInstance with the same name as in the definition. If the method instance is directly used by an application the user value is directly set into the VariableInstance. If now the MethodInstance enters in the definition of a CompositMethod It is necessary to define the correspondance between the variables of the CompositMethod definition and the use throughout the MethodInstance. More... |