/usr/include/oce/PColgp_SeqNodeOfHSequenceOfDir.hxx is in liboce-ocaf-lite-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 | // 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 _PColgp_SeqNodeOfHSequenceOfDir_HeaderFile
#define _PColgp_SeqNodeOfHSequenceOfDir_HeaderFile
#include <Standard_Macro.hxx>
#include <Standard_DefineHandle.hxx>
#include <Standard.hxx>
#include <Handle_PColgp_SeqNodeOfHSequenceOfDir.hxx>
#include <gp_Dir.hxx>
#include <Handle_PColgp_SeqNodeOfHSequenceOfDir.hxx>
#include <PMMgt_PManaged.hxx>
#include <Handle_PColgp_HSequenceOfDir.hxx>
class PColgp_HSequenceOfDir;
class PColgp_SeqExplorerOfHSequenceOfDir;
class gp_Dir;
class PColgp_SeqNodeOfHSequenceOfDir : public PMMgt_PManaged
{
public:
Standard_EXPORT PColgp_SeqNodeOfHSequenceOfDir(const Handle(PColgp_SeqNodeOfHSequenceOfDir)& TheLast, const gp_Dir& TheItem);
Standard_EXPORT PColgp_SeqNodeOfHSequenceOfDir(const gp_Dir& TheItem, const Handle(PColgp_SeqNodeOfHSequenceOfDir)& TheFirst);
Standard_EXPORT PColgp_SeqNodeOfHSequenceOfDir(const Handle(PColgp_SeqNodeOfHSequenceOfDir)& ThePrevious, const Handle(PColgp_SeqNodeOfHSequenceOfDir)& TheNext, const gp_Dir& TheItem);
Standard_EXPORT gp_Dir Value() const;
Standard_EXPORT Handle(PColgp_SeqNodeOfHSequenceOfDir) Next() const;
Standard_EXPORT Handle(PColgp_SeqNodeOfHSequenceOfDir) Previous() const;
Standard_EXPORT void SetValue (const gp_Dir& AnItem) ;
Standard_EXPORT void SetNext (const Handle(PColgp_SeqNodeOfHSequenceOfDir)& ANode) ;
Standard_EXPORT void SetPrevious (const Handle(PColgp_SeqNodeOfHSequenceOfDir)& ANode) ;
PColgp_SeqNodeOfHSequenceOfDir( )
{
}
PColgp_SeqNodeOfHSequenceOfDir(const Storage_stCONSTclCOM& a) : PMMgt_PManaged(a)
{
}
Handle(PColgp_SeqNodeOfHSequenceOfDir) _CSFDB_GetPColgp_SeqNodeOfHSequenceOfDirMyPrevious() const { return MyPrevious; }
void _CSFDB_SetPColgp_SeqNodeOfHSequenceOfDirMyPrevious(const Handle(PColgp_SeqNodeOfHSequenceOfDir)& p) { MyPrevious = p; }
const gp_Dir& _CSFDB_GetPColgp_SeqNodeOfHSequenceOfDirMyItem() const { return MyItem; }
Handle(PColgp_SeqNodeOfHSequenceOfDir) _CSFDB_GetPColgp_SeqNodeOfHSequenceOfDirMyNext() const { return MyNext; }
void _CSFDB_SetPColgp_SeqNodeOfHSequenceOfDirMyNext(const Handle(PColgp_SeqNodeOfHSequenceOfDir)& p) { MyNext = p; }
friend class PColgp_HSequenceOfDir;
friend class PColgp_SeqExplorerOfHSequenceOfDir;
DEFINE_STANDARD_RTTI(PColgp_SeqNodeOfHSequenceOfDir)
protected:
private:
Handle(PColgp_SeqNodeOfHSequenceOfDir) MyPrevious;
gp_Dir MyItem;
Handle(PColgp_SeqNodeOfHSequenceOfDir) MyNext;
};
#endif // _PColgp_SeqNodeOfHSequenceOfDir_HeaderFile
|