mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-02 18:06:43 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
39
src/Dynamic/Dynamic_AbstractVariableInstance.cdl
Executable file
39
src/Dynamic/Dynamic_AbstractVariableInstance.cdl
Executable file
@@ -0,0 +1,39 @@
|
||||
-- File: Dynamic_AbstractVariableInstance.cdl
|
||||
-- Created: Mon Sep 5 15:02:15 1994
|
||||
-- Author: Gilles DEBARBOUILLE
|
||||
-- <gde@watson>
|
||||
---Copyright: Matra Datavision 1994
|
||||
|
||||
|
||||
deferred class AbstractVariableInstance from Dynamic
|
||||
|
||||
---Purpose: 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.
|
||||
|
||||
inherits
|
||||
|
||||
Variable from Dynamic
|
||||
|
||||
|
||||
is
|
||||
|
||||
Initialize;
|
||||
|
||||
Variable(me : mutable ; avariable : Variable from Dynamic)
|
||||
|
||||
---Level: Public
|
||||
|
||||
---Purpose: This deferred method must be implemented in the
|
||||
-- derived classes for setting reference(s) to the
|
||||
-- corresponding variable(s) which define the signature
|
||||
-- of the method definition.
|
||||
|
||||
is deferred;
|
||||
|
||||
|
||||
end AbstractVariableInstance;
|
||||
Reference in New Issue
Block a user