mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +05:00
Porting to DEV version of OCCT
This commit is contained in:
parent
4084b64cab
commit
f798679a17
@ -96,6 +96,10 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
#if OCC_VERSION_LARGE >= 0x07010000
|
||||||
|
#include <V3d_Coordinate.hxx>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <Standard_Failure.hxx>
|
#include <Standard_Failure.hxx>
|
||||||
#include <Standard_NullObject.hxx>
|
#include <Standard_NullObject.hxx>
|
||||||
#include <Standard_ErrorHandler.hxx> // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC
|
#include <Standard_ErrorHandler.hxx> // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC
|
||||||
|
@ -76,6 +76,10 @@
|
|||||||
#include <TColgp_SequenceOfDir.hxx>
|
#include <TColgp_SequenceOfDir.hxx>
|
||||||
#include <V3d_View.hxx>
|
#include <V3d_View.hxx>
|
||||||
|
|
||||||
|
#if OCC_VERSION_LARGE >= 0x07010000
|
||||||
|
#include <Quantity_Parameter.hxx>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// plane associated with custom data
|
// plane associated with custom data
|
||||||
struct PlaneAndSegment
|
struct PlaneAndSegment
|
||||||
|
@ -56,6 +56,10 @@
|
|||||||
#include <Geom_Plane.hxx>
|
#include <Geom_Plane.hxx>
|
||||||
#include <NCollection_Sequence.hxx>
|
#include <NCollection_Sequence.hxx>
|
||||||
|
|
||||||
|
#if OCC_VERSION_LARGE >= 0x07010000
|
||||||
|
#include <Quantity_Length.hxx>
|
||||||
|
#endif
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
// function : Constructor
|
// function : Constructor
|
||||||
// purpose :
|
// purpose :
|
||||||
|
Loading…
Reference in New Issue
Block a user