/usr/include/oce/PNaming_Name_1.hxx is in liboce-ocaf-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 _PNaming_Name_1_HeaderFile
#define _PNaming_Name_1_HeaderFile
#include <Standard_Macro.hxx>
#include <Standard_DefineHandle.hxx>
#include <Standard.hxx>
#include <Handle_PNaming_Name_1.hxx>
#include <Standard_Integer.hxx>
#include <Handle_PNaming_HArray1OfNamedShape.hxx>
#include <Handle_PNaming_NamedShape.hxx>
#include <Handle_PCollection_HAsciiString.hxx>
#include <Standard_Persistent.hxx>
class PNaming_HArray1OfNamedShape;
class PNaming_NamedShape;
class PCollection_HAsciiString;
class PNaming_Name_1 : public Standard_Persistent
{
public:
Standard_EXPORT PNaming_Name_1();
void Type (const Standard_Integer T) ;
void ShapeType (const Standard_Integer T) ;
void Arguments (const Handle(PNaming_HArray1OfNamedShape)& Args) ;
void StopNamedShape (const Handle(PNaming_NamedShape)& arg) ;
Standard_Integer Type() const;
Standard_Integer ShapeType() const;
Handle(PNaming_HArray1OfNamedShape) Arguments() const;
Handle(PNaming_NamedShape) StopNamedShape() const;
void Index (const Standard_Integer I) ;
Standard_Integer Index() const;
const Handle(PCollection_HAsciiString)& ContextLabel() const;
void ContextLabel (const Handle(PCollection_HAsciiString)& theLab) ;
PNaming_Name_1(const Storage_stCONSTclCOM& a) : Standard_Persistent(a)
{
}
Standard_Integer _CSFDB_GetPNaming_Name_1myType() const { return myType; }
void _CSFDB_SetPNaming_Name_1myType(const Standard_Integer p) { myType = p; }
Standard_Integer _CSFDB_GetPNaming_Name_1myShapeType() const { return myShapeType; }
void _CSFDB_SetPNaming_Name_1myShapeType(const Standard_Integer p) { myShapeType = p; }
Handle(PNaming_HArray1OfNamedShape) _CSFDB_GetPNaming_Name_1myArgs() const { return myArgs; }
void _CSFDB_SetPNaming_Name_1myArgs(const Handle(PNaming_HArray1OfNamedShape)& p) { myArgs = p; }
Handle(PNaming_NamedShape) _CSFDB_GetPNaming_Name_1myStop() const { return myStop; }
void _CSFDB_SetPNaming_Name_1myStop(const Handle(PNaming_NamedShape)& p) { myStop = p; }
Standard_Integer _CSFDB_GetPNaming_Name_1myIndex() const { return myIndex; }
void _CSFDB_SetPNaming_Name_1myIndex(const Standard_Integer p) { myIndex = p; }
Handle(PCollection_HAsciiString) _CSFDB_GetPNaming_Name_1myContextLabel() const { return myContextLabel; }
void _CSFDB_SetPNaming_Name_1myContextLabel(const Handle(PCollection_HAsciiString)& p) { myContextLabel = p; }
DEFINE_STANDARD_RTTI(PNaming_Name_1)
protected:
private:
Standard_Integer myType;
Standard_Integer myShapeType;
Handle(PNaming_HArray1OfNamedShape) myArgs;
Handle(PNaming_NamedShape) myStop;
Standard_Integer myIndex;
Handle(PCollection_HAsciiString) myContextLabel;
};
#include <PNaming_Name_1.lxx>
#endif // _PNaming_Name_1_HeaderFile
|