0024855: Revision of parameters of standard materials
[occt.git] / src / Graphic3d / Graphic3d_DataStructureManager.cxx
1 // Created by: CAL
2 // Copyright (c) 1995-1999 Matra Datavision
3 // Copyright (c) 1999-2014 OPEN CASCADE SAS
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 #define XTRACE
17 #define XDESTROY
18
19 //              11/97 ; CAL : retrait des DataStructure
20
21
22 //-Version      
23
24 //-Design       
25
26 //-Warning      
27
28 //-References   
29
30 //-Language     C++ 2.0
31
32 //-Declarations
33
34 // for the class
35 #include <Graphic3d_DataStructureManager.ixx>
36
37 //-Aliases
38
39 //-Global data definitions
40
41 //-Constructors
42
43 Graphic3d_DataStructureManager::Graphic3d_DataStructureManager () {
44 }
45
46 //-Destructors
47
48 void Graphic3d_DataStructureManager::Destroy () {
49
50 #ifdef DESTROY
51         cout << "Graphic3d_DataStructureManager::Destroy ()\n";
52 #endif
53
54 }