# header files / no moc processing
SET(SMDS_HEADERS
- chrono.hxx
ObjectPool.hxx
SMDS_TypeOfPosition.hxx
SMDSAbs_ElementType.hxx
#include "SMDS_MeshVolume.hxx"
#include "utilities.h"
+#include "chrono.hxx"
#include <vtkCellArray.h>
#include <vtkCellData.h>
#include <vtkUnstructuredGrid.h>
#include <vtkCellLinks.h>
-#include "chrono.hxx"
#include <vector>
#include <set>
_segmentation = _nbSegments = 10;
SMDS_Mesh::_meshList.clear();
MESSAGE(SMDS_Mesh::_meshList.size());
- //_counters = new counters(100);
_compute_canceled = false;
_sm_current = NULL;
//vtkDebugLeaks::SetExitError(0);
#include "SMESH_Algo.hxx"
#include "SMESH_Mesh.hxx"
-#include "chrono.hxx"
-
#include <TopoDS_Shape.hxx>
#include <map>
// default number of segments
int _nbSegments;
- counters *_counters;
-
volatile bool _compute_canceled;
SMESH_subMesh* _sm_current;
};
#include <Basics_OCCTVersion.hxx>
#include "utilities.h"
+#include "chrono.hxx"
#include <BRepAdaptor_Surface.hxx>
#include <BRepBuilderAPI_MakeEdge.hxx>