/usr/include/oce/PNaming_Name_1.hxx is in liboce-ocaf-dev 0.15-5.
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 110 111 112 113 114 115 116 117 118 119 120 | // 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
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_PNaming_Name_1_HeaderFile
#include <Handle_PNaming_Name_1.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_PNaming_HArray1OfNamedShape_HeaderFile
#include <Handle_PNaming_HArray1OfNamedShape.hxx>
#endif
#ifndef _Handle_PNaming_NamedShape_HeaderFile
#include <Handle_PNaming_NamedShape.hxx>
#endif
#ifndef _Handle_PCollection_HAsciiString_HeaderFile
#include <Handle_PCollection_HAsciiString.hxx>
#endif
#ifndef _Standard_Persistent_HeaderFile
#include <Standard_Persistent.hxx>
#endif
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>
// other Inline functions and methods (like "C++: function call" methods)
#endif
|