X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FXSDRAWSTLVRML%2FXSDRAWSTLVRML_DataSource.hxx;h=2e478b2471fc8aa178c1f7449ccc71a81dd17748;hp=22a1838faa5a5299876562d8dcfc61a3b03a5de6;hb=9f013fee98193ef8fc85f7082220b986c1abcb83;hpb=92efcf78a683e75ce77d916d07831255342780a8 diff --git a/src/XSDRAWSTLVRML/XSDRAWSTLVRML_DataSource.hxx b/src/XSDRAWSTLVRML/XSDRAWSTLVRML_DataSource.hxx index 22a1838faa..2e478b2471 100644 --- a/src/XSDRAWSTLVRML/XSDRAWSTLVRML_DataSource.hxx +++ b/src/XSDRAWSTLVRML/XSDRAWSTLVRML_DataSource.hxx @@ -30,7 +30,7 @@ #include #include #include -class StlMesh_Mesh; +#include class XSDRAWSTLVRML_DataSource; @@ -44,7 +44,7 @@ public: //! Constructor - Standard_EXPORT XSDRAWSTLVRML_DataSource(const Handle(StlMesh_Mesh)& aMesh); + Standard_EXPORT XSDRAWSTLVRML_DataSource(const Handle(Poly_Triangulation)& aMesh); //! Returns geometry information about node ( if IsElement is False ) or element ( IsElement is True ) //! by co-ordinates. For element this method must return all its nodes co-ordinates in the strict order: X, Y, Z and @@ -85,7 +85,7 @@ protected: private: - Handle(StlMesh_Mesh) myMesh; + Handle(Poly_Triangulation) myMesh; TColStd_PackedMapOfInteger myNodes; TColStd_PackedMapOfInteger myElements; Handle(TColStd_HArray2OfInteger) myElemNodes;