/usr/include/oce/TNaming_Name.hxx is in liboce-ocaf-dev 0.17.2-2.
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 103 104 105 106 107 108 109 | // 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 _TNaming_Name_HeaderFile
#define _TNaming_Name_HeaderFile
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <TNaming_NameType.hxx>
#include <TopAbs_ShapeEnum.hxx>
#include <TNaming_ListOfNamedShape.hxx>
#include <Handle_TNaming_NamedShape.hxx>
#include <Standard_Integer.hxx>
#include <TopoDS_Shape.hxx>
#include <TDF_Label.hxx>
#include <TopAbs_Orientation.hxx>
#include <Standard_Boolean.hxx>
#include <Handle_TDF_RelocationTable.hxx>
class TNaming_NamedShape;
class TopoDS_Shape;
class TDF_Label;
class TNaming_ListOfNamedShape;
class TDF_LabelMap;
class TDF_RelocationTable;
//! store the arguments of Naming.
class TNaming_Name
{
public:
DEFINE_STANDARD_ALLOC
Standard_EXPORT TNaming_Name();
Standard_EXPORT void Type (const TNaming_NameType aType) ;
Standard_EXPORT void ShapeType (const TopAbs_ShapeEnum aType) ;
Standard_EXPORT void Shape (const TopoDS_Shape& theShape) ;
Standard_EXPORT void Append (const Handle(TNaming_NamedShape)& arg) ;
Standard_EXPORT void StopNamedShape (const Handle(TNaming_NamedShape)& arg) ;
Standard_EXPORT void Index (const Standard_Integer I) ;
Standard_EXPORT void ContextLabel (const TDF_Label& theLab) ;
Standard_EXPORT void Orientation (const TopAbs_Orientation theOrientation) ;
Standard_EXPORT TNaming_NameType Type() const;
Standard_EXPORT TopAbs_ShapeEnum ShapeType() const;
Standard_EXPORT TopoDS_Shape Shape() const;
Standard_EXPORT const TNaming_ListOfNamedShape& Arguments() const;
Standard_EXPORT Handle(TNaming_NamedShape) StopNamedShape() const;
Standard_EXPORT Standard_Integer Index() const;
Standard_EXPORT const TDF_Label& ContextLabel() const;
TopAbs_Orientation Orientation() const;
Standard_EXPORT Standard_Boolean Solve (const TDF_Label& aLab, const TDF_LabelMap& Valid) const;
Standard_EXPORT void Paste (TNaming_Name& into, const Handle(TDF_RelocationTable)& RT) const;
protected:
private:
TNaming_NameType myType;
TopAbs_ShapeEnum myShapeType;
TNaming_ListOfNamedShape myArgs;
Handle(TNaming_NamedShape) myStop;
Standard_Integer myIndex;
TopoDS_Shape myShape;
TDF_Label myContextLabel;
TopAbs_Orientation myOrientation;
};
#include <TNaming_Name.lxx>
#endif // _TNaming_Name_HeaderFile
|