Open CASCADE Technology 6.6.0
Public Member Functions
Dynamic_CompositVariableInstance Class Reference

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>

Inheritance diagram for Dynamic_CompositVariableInstance:
Inheritance graph
[legend]

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>.


Constructor & Destructor Documentation

Dynamic_CompositVariableInstance::Dynamic_CompositVariableInstance ( )

Member Function Documentation

Handle_Dynamic_VariableNode Dynamic_CompositVariableInstance::FirstVariableNode ( ) const
virtual void Dynamic_CompositVariableInstance::Variable ( const Handle< Dynamic_Variable > &  avariable) [virtual]

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