mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-10 16:50:37 +05:00
118 lines
3.0 KiB
C++
118 lines
3.0 KiB
C++
// File generated by CPPExt (Value)
|
|
// Copyright (C) 1991,1995 by
|
|
//
|
|
// MATRA DATAVISION, FRANCE
|
|
//
|
|
// This software is furnished in accordance with the terms and conditions
|
|
// of the contract and with the inclusion of the above copyright notice.
|
|
// This software or any other copy thereof may not be provided or otherwise
|
|
// be made available to any other person. No title to an ownership of the
|
|
// software is hereby transferred.
|
|
//
|
|
// At the termination of the contract, the software and all copies of this
|
|
// software must be deleted.
|
|
|
|
#ifndef _NMTTools_DEProcessor_HeaderFile
|
|
#define _NMTTools_DEProcessor_HeaderFile
|
|
|
|
#ifndef _NMTTools_PPaveFiller_HeaderFile
|
|
#include <NMTTools_PPaveFiller.hxx>
|
|
#endif
|
|
#ifndef _NMTDS_PShapesDataStructure_HeaderFile
|
|
#include <NMTDS_PShapesDataStructure.hxx>
|
|
#endif
|
|
#ifndef _Standard_Boolean_HeaderFile
|
|
#include <Standard_Boolean.hxx>
|
|
#endif
|
|
#ifndef _BOPTools_IndexedDataMapOfIntegerDEInfo_HeaderFile
|
|
#include <BOPTools_IndexedDataMapOfIntegerDEInfo.hxx>
|
|
#endif
|
|
#ifndef _Standard_Integer_HeaderFile
|
|
#include <Standard_Integer.hxx>
|
|
#endif
|
|
#ifndef _Standard_Real_HeaderFile
|
|
#include <Standard_Real.hxx>
|
|
#endif
|
|
class NMTTools_PaveFiller;
|
|
class BOPTools_ListOfPaveBlock;
|
|
class TopoDS_Edge;
|
|
class TopoDS_Face;
|
|
class TopoDS_Vertex;
|
|
|
|
|
|
#ifndef _Standard_HeaderFile
|
|
#include <Standard.hxx>
|
|
#endif
|
|
#ifndef _Standard_Macro_HeaderFile
|
|
#include <Standard_Macro.hxx>
|
|
#endif
|
|
|
|
class NMTTools_DEProcessor {
|
|
|
|
public:
|
|
|
|
void* operator new(size_t,void* anAddress)
|
|
{
|
|
return anAddress;
|
|
}
|
|
void* operator new(size_t size)
|
|
{
|
|
return Standard::Allocate(size);
|
|
}
|
|
void operator delete(void *anAddress)
|
|
{
|
|
if (anAddress) Standard::Free((Standard_Address&)anAddress);
|
|
}
|
|
// Methods PUBLIC
|
|
//
|
|
Standard_EXPORT NMTTools_DEProcessor(NMTTools_PaveFiller& aFiller);
|
|
Standard_EXPORT void Do() ;
|
|
Standard_EXPORT Standard_Boolean IsDone() const;
|
|
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
// Methods PROTECTED
|
|
//
|
|
Standard_EXPORT void FindDegeneratedEdges() ;
|
|
Standard_EXPORT void DoPaves() ;
|
|
Standard_EXPORT void FindPaveBlocks(const Standard_Integer nED,const Standard_Integer nVD,const Standard_Integer nFD,BOPTools_ListOfPaveBlock& aLPB) ;
|
|
Standard_EXPORT void FillPaveSet(const Standard_Integer nED,const Standard_Integer nVD,const Standard_Integer nFD,const BOPTools_ListOfPaveBlock& aLPB) ;
|
|
Standard_EXPORT void FillSplitEdgesPool(const Standard_Integer nED) ;
|
|
Standard_EXPORT void MakeSplitEdges(const Standard_Integer nED,const Standard_Integer nFD) ;
|
|
Standard_EXPORT void MakeSplitEdge(const TopoDS_Edge& aS1,const TopoDS_Face& aF,const TopoDS_Vertex& aV1,const Standard_Real aP1,const TopoDS_Vertex& aV2,const Standard_Real aP2,TopoDS_Edge& aNewEdge) ;
|
|
|
|
|
|
// Fields PROTECTED
|
|
//
|
|
NMTTools_PPaveFiller myFiller;
|
|
NMTDS_PShapesDataStructure myDS;
|
|
Standard_Boolean myIsDone;
|
|
BOPTools_IndexedDataMapOfIntegerDEInfo myDEMap;
|
|
|
|
|
|
private:
|
|
|
|
// Methods PRIVATE
|
|
//
|
|
|
|
|
|
// Fields PRIVATE
|
|
//
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
// other Inline functions and methods (like "C++: function call" methods)
|
|
//
|
|
|
|
|
|
#endif
|