mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-11 09:32:38 +08:00
19 lines
318 B
Plaintext
Executable File
19 lines
318 B
Plaintext
Executable File
-- File: Viewer.cdl
|
|
-- Created: Thu Apr 6 16:19:05 1995
|
|
-- Author: Jean-Louis Frenkel
|
|
-- <rmi@pernox>
|
|
---Copyright: Matra Datavision 1995
|
|
|
|
package Viewer
|
|
|
|
uses MMgt,TCollection,Aspect,Quantity
|
|
|
|
is
|
|
|
|
deferred class Viewer;
|
|
deferred class View;
|
|
|
|
exception BadValue inherits OutOfRange;
|
|
|
|
end Viewer;
|