Open CASCADE Technology 6.6.0
Public Member Functions
Dynamic_VariableInstance Class Reference

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.

#include <Dynamic_VariableInstance.hxx>

Inheritance diagram for Dynamic_VariableInstance:
Inheritance graph
[legend]

Public Member Functions

 Dynamic_VariableInstance ()
 Returns a new empty instance of this class.

virtual void Variable (const Handle< Dynamic_Variable > &avariable)
 Sets the variable <avariable> into the
VariableInstance <me>.

Handle_Dynamic_Variable Variable () const
 Returns the variable contained into the
VariableInstance <me>.


Constructor & Destructor Documentation

Dynamic_VariableInstance::Dynamic_VariableInstance ( )

Member Function Documentation

virtual void Dynamic_VariableInstance::Variable ( const Handle< Dynamic_Variable > &  avariable) [virtual]
Handle_Dynamic_Variable Dynamic_VariableInstance::Variable ( ) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines