File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#include " MeshDataSource.h"
2- #include < vector>
3- #include < gp_Pnt.hxx>
4- #include < gp_Vec.hxx>
5- #include < Precision.hxx>
6- #include < Standard_Type.hxx>
7- #include < TColgp_SequenceOfXYZ.hxx>
8- #include < TColStd_DataMapOfIntegerInteger.hxx>
9- #include < TColStd_DataMapOfIntegerReal.hxx>
2+
103
114IMPLEMENT_STANDARD_RTTIEXT (MeshDS_DataSource, MeshVS_DataSource)
125
Original file line number Diff line number Diff line change 33
44
55#include < algorithm>
6+ #include < vector>
67
78#include < Standard.hxx>
89#include < Standard_Type.hxx>
1617#include < TColStd_Array1OfReal.hxx>
1718#include < TColStd_Array1OfInteger.hxx>
1819#include < TColStd_HArray1OfInteger.hxx>
20+ #include < TColStd_DataMapOfIntegerInteger.hxx>
21+ #include < TColStd_DataMapOfIntegerReal.hxx>
1922#include < MeshVS_EntityType.hxx>
2023#include < MeshVS_DataSource.hxx>
2124#include < Poly_Triangulation.hxx>
22- #include < vector>
2325#include < gp_Pnt.hxx>
2426#include < gp_Vec.hxx>
27+ #include < Precision.hxx>
28+ #include < Standard_Type.hxx>
29+ #include < TColgp_SequenceOfXYZ.hxx>
30+ #include < TopTools_HArray2OfShape.hxx>
31+ #include < TopTools_HArray1OfListOfShape.hxx>
32+ #include < TopTools_HArray1OfShape.hxx>
33+
2534
2635class MeshDS_DataSource ;
2736DEFINE_STANDARD_HANDLE (MeshDS_DataSource, MeshVS_DataSource)
You can’t perform that action at this time.
0 commit comments