1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

Fix compilation errors for mfc samples.

This commit is contained in:
oan
2014-07-11 11:02:27 +04:00
committed by apn
parent 1aa6b1c9e2
commit 9a148b08df
7 changed files with 19 additions and 21 deletions

View File

@@ -34,14 +34,14 @@ public:
//! Checks back faces visibility for specified shape (to activate back-face culling). <br>
//! @return true if shape is closed Solid or compound of closed Solids. <br>
static Standard_Boolean IsClosed(const TopoDS_Shape& theShape);
Standard_EXPORT static Standard_Boolean IsClosed(const TopoDS_Shape& theShape);
static Handle_Poly_Triangulation Triangulation(const TopoDS_Face& aFace,
Standard_EXPORT static Handle_Poly_Triangulation Triangulation(const TopoDS_Face& aFace,
TopLoc_Location& loc);
static void Normal(const TopoDS_Face& aFace,
Poly_Connect& PC,
TColgp_Array1OfDir& Nor);
Standard_EXPORT static void Normal(const TopoDS_Face& aFace,
Poly_Connect& PC,
TColgp_Array1OfDir& Nor);
};
#endif