mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
2
src/PStandard/FILES
Executable file
2
src/PStandard/FILES
Executable file
@@ -0,0 +1,2 @@
|
||||
PStandard_CMPLRS.edl
|
||||
PStandard_LDSHR.edl
|
17
src/PStandard/PStandard.cdl
Executable file
17
src/PStandard/PStandard.cdl
Executable file
@@ -0,0 +1,17 @@
|
||||
-- File: PStandard.cdl
|
||||
-- Created: Mon Jan 29 14:55:58 1996
|
||||
-- Author: Kernel
|
||||
-- <kernel@ylliox>
|
||||
---Copyright: Matra Datavision 1996
|
||||
|
||||
package PStandard
|
||||
---Purpose: This package <PStandard> contains the declaration of the
|
||||
-- generic class ArrayNode
|
||||
|
||||
uses
|
||||
Standard
|
||||
|
||||
is
|
||||
class ArrayNode;
|
||||
|
||||
end PStandard;
|
15
src/PStandard/PStandard_ArrayNode.cdl
Executable file
15
src/PStandard/PStandard_ArrayNode.cdl
Executable file
@@ -0,0 +1,15 @@
|
||||
-- File: PStandard_ArrayNode.cdl
|
||||
-- Created: Mon Jan 29 15:12:20 1996
|
||||
-- Author: Kernel
|
||||
-- <kernel@ylliox>
|
||||
---Copyright: Matra Datavision 1996
|
||||
|
||||
class ArrayNode from PStandard
|
||||
-- inherits Storable from Standard
|
||||
inherits Persistent from Standard
|
||||
|
||||
is
|
||||
Create returns mutable ArrayNode from PStandard;
|
||||
---Purpose: Creates an empty ArrayNode.
|
||||
|
||||
end ArrayNode;
|
6
src/PStandard/PStandard_ArrayNode.cxx
Executable file
6
src/PStandard/PStandard_ArrayNode.cxx
Executable file
@@ -0,0 +1,6 @@
|
||||
#include <PStandard_ArrayNode.ixx>
|
||||
|
||||
PStandard_ArrayNode::PStandard_ArrayNode()
|
||||
{
|
||||
}
|
||||
|
3
src/PStandard/PStandard_CMPLRS.edl
Executable file
3
src/PStandard/PStandard_CMPLRS.edl
Executable file
@@ -0,0 +1,3 @@
|
||||
@if ( ( %Station == "ao1" ) && ( %DBMS == "OBJS" ) ) then
|
||||
@uses "OBJSCMPLRS.edl";
|
||||
@endif;
|
3
src/PStandard/PStandard_LDSHR.edl
Executable file
3
src/PStandard/PStandard_LDSHR.edl
Executable file
@@ -0,0 +1,3 @@
|
||||
@if ( ( %Station == "ao1" ) && ( %DBMS == "OBJS" ) ) then
|
||||
@string %LDSHR_DBMSOpt += " -taso ";
|
||||
@endif;
|
Reference in New Issue
Block a user