/usr/include/oce/PrsMgr_Prs.hxx is in liboce-visualization-dev 0.15-4.
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 | // 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 _PrsMgr_Prs_HeaderFile
#define _PrsMgr_Prs_HeaderFile
#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_PrsMgr_Prs_HeaderFile
#include <Handle_PrsMgr_Prs.hxx>
#endif
#ifndef _PrsMgr_Presentation3dPointer_HeaderFile
#include <PrsMgr_Presentation3dPointer.hxx>
#endif
#ifndef _Prs3d_Presentation_HeaderFile
#include <Prs3d_Presentation.hxx>
#endif
#ifndef _Handle_Graphic3d_StructureManager_HeaderFile
#include <Handle_Graphic3d_StructureManager.hxx>
#endif
#ifndef _PrsMgr_TypeOfPresentation3d_HeaderFile
#include <PrsMgr_TypeOfPresentation3d.hxx>
#endif
#ifndef _Handle_Graphic3d_Structure_HeaderFile
#include <Handle_Graphic3d_Structure.hxx>
#endif
#ifndef _Handle_Graphic3d_DataStructureManager_HeaderFile
#include <Handle_Graphic3d_DataStructureManager.hxx>
#endif
class Graphic3d_StructureManager;
class Graphic3d_Structure;
class Graphic3d_DataStructureManager;
class TColStd_Array2OfReal;
class PrsMgr_Prs : public Prs3d_Presentation {
public:
Standard_EXPORT PrsMgr_Prs(const Handle(Graphic3d_StructureManager)& aStructureManager,const PrsMgr_Presentation3dPointer& aPresentation,const PrsMgr_TypeOfPresentation3d aTypeOfPresentation3d);
Standard_EXPORT void Compute() ;
Standard_EXPORT Handle_Graphic3d_Structure Compute(const Handle(Graphic3d_DataStructureManager)& aProjector) ;
//! the "degenerated" Structure is displayed with <br>
//! a transformation defined by <AMatrix> <br>
//! which is not a Pure Translation. <br>
//! We have to take in account this Transformation <br>
//! in the computation of hidden line removal... <br>
//! returns a filled Graphic Structure. <br>
Standard_EXPORT Handle_Graphic3d_Structure Compute(const Handle(Graphic3d_DataStructureManager)& aProjector,const TColStd_Array2OfReal& AMatrix) ;
//! No need to return a structure, just to fill <br>
//! <ComputedStruct> .... <br>
Standard_EXPORT void Compute(const Handle(Graphic3d_DataStructureManager)& aProjector,Handle(Graphic3d_Structure)& ComputedStruct) ;
//! No Need to return a Structure, just to <br>
//! Fill <aStructure>. The Trsf has to be taken in account <br>
//! in the computation (Rotation Part....) <br>
Standard_EXPORT void Compute(const Handle(Graphic3d_DataStructureManager)& aProjector,const TColStd_Array2OfReal& AMatrix,Handle(Graphic3d_Structure)& aStructure) ;
DEFINE_STANDARD_RTTI(PrsMgr_Prs)
protected:
private:
PrsMgr_Presentation3dPointer myPresentation3d;
};
// other Inline functions and methods (like "C++: function call" methods)
#endif
|