Open CASCADE Technology 6.6.0
|
This class corresponds to the instanciation of a
variable group. It allows the setting of more than
one variable in a variable instance. It is useful
when a method takes a collection of homogeneous
objects as argument. For example a wire needs
edges as argument.
#include <Dynamic_CompositVariableInstance.hxx>
Public Member Functions | |
Dynamic_CompositVariableInstance () | |
Creates a new empty instance of CompositVariable- Instance. | |
virtual void | Variable (const Handle< Dynamic_Variable > &avariable) |
Sets <avariable> into the collection of variable. | |
Handle_Dynamic_VariableNode | FirstVariableNode () const |
Returns the first VariableNode useful to explore the list of variables addressed by <me>. |
Dynamic_CompositVariableInstance::Dynamic_CompositVariableInstance | ( | ) |
Handle_Dynamic_VariableNode Dynamic_CompositVariableInstance::FirstVariableNode | ( | ) | const |
virtual void Dynamic_CompositVariableInstance::Variable | ( | const Handle< Dynamic_Variable > & | avariable | ) | [virtual] |
Implements Dynamic_AbstractVariableInstance.