/usr/include/oce/QANewBRepNaming.hxx is in liboce-visualization-dev 0.18.2-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _QANewBRepNaming_HeaderFile
#define _QANewBRepNaming_HeaderFile
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <TNaming_Evolution.hxx>
#include <Standard_Boolean.hxx>
class TDF_Label;
class TNaming_Builder;
class TopoDS_Shape;
class TopLoc_Location;
class QANewBRepNaming_LoaderParent;
class QANewBRepNaming_Loader;
class QANewBRepNaming_TopNaming;
class QANewBRepNaming_Box;
class QANewBRepNaming_Prism;
class QANewBRepNaming_Revol;
class QANewBRepNaming_Cylinder;
class QANewBRepNaming_Sphere;
class QANewBRepNaming_BooleanOperation;
class QANewBRepNaming_BooleanOperationFeat;
class QANewBRepNaming_Common;
class QANewBRepNaming_Cut;
class QANewBRepNaming_Fuse;
class QANewBRepNaming_Fillet;
class QANewBRepNaming_Chamfer;
class QANewBRepNaming_ImportShape;
class QANewBRepNaming_Gluing;
class QANewBRepNaming_Intersection;
class QANewBRepNaming_Limitation;
//! Implements methods to load the Make Shape
//! operations in the naming data-structure (package
//! TNaming), which provides topological naming
//! facilities. Shape generation, modifications and
//! deletions are recorded in the data-framework
//! (package TDF) using the builder from package
//! TNaming.
class QANewBRepNaming
{
public:
DEFINE_STANDARD_ALLOC
Standard_EXPORT static void CleanStructure (const TDF_Label& theLabel) ;
Standard_EXPORT static void LoadNamedShape (TNaming_Builder& theBuilder, const TNaming_Evolution theEvol, const TopoDS_Shape& theOS, const TopoDS_Shape& theNS) ;
Standard_EXPORT static void Displace (const TDF_Label& theLabel, const TopLoc_Location& theLoc, const Standard_Boolean theWithOld) ;
protected:
private:
friend class QANewBRepNaming_LoaderParent;
friend class QANewBRepNaming_Loader;
friend class QANewBRepNaming_TopNaming;
friend class QANewBRepNaming_Box;
friend class QANewBRepNaming_Prism;
friend class QANewBRepNaming_Revol;
friend class QANewBRepNaming_Cylinder;
friend class QANewBRepNaming_Sphere;
friend class QANewBRepNaming_BooleanOperation;
friend class QANewBRepNaming_BooleanOperationFeat;
friend class QANewBRepNaming_Common;
friend class QANewBRepNaming_Cut;
friend class QANewBRepNaming_Fuse;
friend class QANewBRepNaming_Fillet;
friend class QANewBRepNaming_Chamfer;
friend class QANewBRepNaming_ImportShape;
friend class QANewBRepNaming_Gluing;
friend class QANewBRepNaming_Intersection;
friend class QANewBRepNaming_Limitation;
};
#endif // _QANewBRepNaming_HeaderFile
|