0027961: Visualization - remove unused and no more working OpenGl_AVIWriter
[occt.git] / src / QANewBRepNaming / QANewBRepNaming.hxx
CommitLineData
42cf5bc1 1// Created on: 1999-09-24
2// Created by: Sergey ZARITCHNY
3// Copyright (c) 1999-1999 Matra Datavision
4// Copyright (c) 1999-2014 OPEN CASCADE SAS
5//
6// This file is part of Open CASCADE Technology software library.
7//
8// This library is free software; you can redistribute it and/or modify it under
9// the terms of the GNU Lesser General Public License version 2.1 as published
10// by the Free Software Foundation, with special exception defined in the file
11// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12// distribution for complete text of the license and disclaimer of any warranty.
13//
14// Alternatively, this file may be used under the terms of Open CASCADE
15// commercial license or contractual agreement.
16
17#ifndef _QANewBRepNaming_HeaderFile
18#define _QANewBRepNaming_HeaderFile
19
20#include <Standard.hxx>
21#include <Standard_DefineAlloc.hxx>
22#include <Standard_Handle.hxx>
23
24#include <TNaming_Evolution.hxx>
25#include <Standard_Boolean.hxx>
26class TDF_Label;
27class TNaming_Builder;
28class TopoDS_Shape;
29class TopLoc_Location;
30class QANewBRepNaming_LoaderParent;
31class QANewBRepNaming_Loader;
32class QANewBRepNaming_TopNaming;
33class QANewBRepNaming_Box;
34class QANewBRepNaming_Prism;
35class QANewBRepNaming_Revol;
36class QANewBRepNaming_Cylinder;
37class QANewBRepNaming_Sphere;
38class QANewBRepNaming_BooleanOperation;
39class QANewBRepNaming_BooleanOperationFeat;
40class QANewBRepNaming_Common;
41class QANewBRepNaming_Cut;
42class QANewBRepNaming_Fuse;
43class QANewBRepNaming_Fillet;
44class QANewBRepNaming_Chamfer;
45class QANewBRepNaming_ImportShape;
46class QANewBRepNaming_Gluing;
47class QANewBRepNaming_Intersection;
48class QANewBRepNaming_Limitation;
49
50
51//! Implements methods to load the Make Shape
52//! operations in the naming data-structure (package
53//! TNaming), which provides topological naming
54//! facilities. Shape generation, modifications and
55//! deletions are recorded in the data-framework
56//! (package TDF) using the builder from package
57//! TNaming.
58class QANewBRepNaming
59{
60public:
61
62 DEFINE_STANDARD_ALLOC
63
64
65 Standard_EXPORT static void CleanStructure (const TDF_Label& theLabel);
66
67 Standard_EXPORT static void LoadNamedShape (TNaming_Builder& theBuilder, const TNaming_Evolution theEvol, const TopoDS_Shape& theOS, const TopoDS_Shape& theNS);
68
69 Standard_EXPORT static void Displace (const TDF_Label& theLabel, const TopLoc_Location& theLoc, const Standard_Boolean theWithOld);
70
71
72
73
74protected:
75
76
77
78
79
80private:
81
82
83
84
85friend class QANewBRepNaming_LoaderParent;
86friend class QANewBRepNaming_Loader;
87friend class QANewBRepNaming_TopNaming;
88friend class QANewBRepNaming_Box;
89friend class QANewBRepNaming_Prism;
90friend class QANewBRepNaming_Revol;
91friend class QANewBRepNaming_Cylinder;
92friend class QANewBRepNaming_Sphere;
93friend class QANewBRepNaming_BooleanOperation;
94friend class QANewBRepNaming_BooleanOperationFeat;
95friend class QANewBRepNaming_Common;
96friend class QANewBRepNaming_Cut;
97friend class QANewBRepNaming_Fuse;
98friend class QANewBRepNaming_Fillet;
99friend class QANewBRepNaming_Chamfer;
100friend class QANewBRepNaming_ImportShape;
101friend class QANewBRepNaming_Gluing;
102friend class QANewBRepNaming_Intersection;
103friend class QANewBRepNaming_Limitation;
104
105};
106
107
108
109
110
111
112
113#endif // _QANewBRepNaming_HeaderFile