/usr/include/oce/PPrsStd_AISPresentation.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 | // 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 _PPrsStd_AISPresentation_HeaderFile
#define _PPrsStd_AISPresentation_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_PPrsStd_AISPresentation_HeaderFile
#include <Handle_PPrsStd_AISPresentation.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _Handle_PCollection_HExtendedString_HeaderFile
#include <Handle_PCollection_HExtendedString.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _PDF_Attribute_HeaderFile
#include <PDF_Attribute.hxx>
#endif
class PCollection_HExtendedString;
class PPrsStd_AISPresentation : public PDF_Attribute {
public:
Standard_EXPORT PPrsStd_AISPresentation();
Standard_EXPORT Standard_Boolean IsDisplayed() const;
Standard_EXPORT void SetDisplayed(const Standard_Boolean B) ;
Standard_EXPORT void SetDriverGUID(const Handle(PCollection_HExtendedString)& guid) ;
Standard_EXPORT Handle_PCollection_HExtendedString GetDriverGUID() const;
Standard_EXPORT Standard_Integer Color() const;
Standard_EXPORT void SetColor(const Standard_Integer C) ;
Standard_EXPORT Standard_Real Transparency() const;
Standard_EXPORT void SetTransparency(const Standard_Real T) ;
Standard_EXPORT Standard_Integer Material() const;
Standard_EXPORT void SetMaterial(const Standard_Integer M) ;
Standard_EXPORT Standard_Real Width() const;
Standard_EXPORT void SetWidth(const Standard_Real W) ;
PPrsStd_AISPresentation(const Storage_stCONSTclCOM& a) : PDF_Attribute(a)
{
}
Standard_Boolean _CSFDB_GetPPrsStd_AISPresentationmyIsDisplayed() const { return myIsDisplayed; }
void _CSFDB_SetPPrsStd_AISPresentationmyIsDisplayed(const Standard_Boolean p) { myIsDisplayed = p; }
Handle(PCollection_HExtendedString) _CSFDB_GetPPrsStd_AISPresentationmyDriverGUID() const { return myDriverGUID; }
void _CSFDB_SetPPrsStd_AISPresentationmyDriverGUID(const Handle(PCollection_HExtendedString)& p) { myDriverGUID = p; }
Standard_Real _CSFDB_GetPPrsStd_AISPresentationmyTransparency() const { return myTransparency; }
void _CSFDB_SetPPrsStd_AISPresentationmyTransparency(const Standard_Real p) { myTransparency = p; }
Standard_Integer _CSFDB_GetPPrsStd_AISPresentationmyColor() const { return myColor; }
void _CSFDB_SetPPrsStd_AISPresentationmyColor(const Standard_Integer p) { myColor = p; }
Standard_Integer _CSFDB_GetPPrsStd_AISPresentationmyMaterial() const { return myMaterial; }
void _CSFDB_SetPPrsStd_AISPresentationmyMaterial(const Standard_Integer p) { myMaterial = p; }
Standard_Real _CSFDB_GetPPrsStd_AISPresentationmyWidth() const { return myWidth; }
void _CSFDB_SetPPrsStd_AISPresentationmyWidth(const Standard_Real p) { myWidth = p; }
DEFINE_STANDARD_RTTI(PPrsStd_AISPresentation)
protected:
private:
Standard_Boolean myIsDisplayed;
Handle_PCollection_HExtendedString myDriverGUID;
Standard_Real myTransparency;
Standard_Integer myColor;
Standard_Integer myMaterial;
Standard_Real myWidth;
};
// other Inline functions and methods (like "C++: function call" methods)
#endif
|