Warning, file /include/opencascade/BOPAlgo_Section.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015 #ifndef _BOPAlgo_Section_HeaderFile
0016 #define _BOPAlgo_Section_HeaderFile
0017
0018 #include <Standard.hxx>
0019 #include <Standard_DefineAlloc.hxx>
0020 #include <Standard_Handle.hxx>
0021
0022 #include <BOPAlgo_Builder.hxx>
0023 #include <NCollection_BaseAllocator.hxx>
0024 class BOPAlgo_PaveFiller;
0025
0026
0027
0028
0029
0030
0031
0032
0033
0034
0035 class BOPAlgo_Section : public BOPAlgo_Builder
0036 {
0037 public:
0038
0039 DEFINE_STANDARD_ALLOC
0040
0041
0042 Standard_EXPORT BOPAlgo_Section();
0043 Standard_EXPORT virtual ~BOPAlgo_Section();
0044
0045
0046 Standard_EXPORT BOPAlgo_Section(const Handle(NCollection_BaseAllocator)& theAllocator);
0047
0048 protected:
0049
0050
0051 Standard_EXPORT virtual void CheckData() Standard_OVERRIDE;
0052
0053
0054 Standard_EXPORT virtual void BuildSection(const Message_ProgressRange& theRange);
0055
0056
0057 Standard_EXPORT virtual void PerformInternal1(const BOPAlgo_PaveFiller& thePF, const Message_ProgressRange& theRange) Standard_OVERRIDE;
0058
0059 protected:
0060
0061
0062
0063
0064 enum BOPAlgo_PIOperation
0065 {
0066 PIOperation_TreatVertices = 0,
0067 PIOperation_TreatEdges,
0068 PIOperation_BuildSection,
0069 PIOperation_FillHistory,
0070 PIOperation_PostTreat,
0071 PIOperation_Last
0072 };
0073
0074
0075 Standard_EXPORT void fillPIConstants(const Standard_Real theWhole, BOPAlgo_PISteps& theSteps) const Standard_OVERRIDE;
0076
0077
0078 Standard_EXPORT void fillPISteps(BOPAlgo_PISteps& theSteps) const Standard_OVERRIDE;
0079
0080 };
0081
0082 #endif