#include <stdio.h>
#include <gp_Pnt.hxx>
+#include <Basics_Utils.hxx>
+
//=======================================================================
//function : HashCode
//purpose :
Driver_Mesh::Status DriverSTL_R_SMDS_Mesh::Perform()
{
+ Kernel_Utils::Localizer loc;
+
Status aResult = DRS_OK;
TCollection_AsciiString aFileName( (char *)myFile.c_str() );
#include "SMESH_TypeDefs.hxx"
#include <OSD_File.hxx>
-//#include <OSD_FromWhere.hxx>
#include <OSD_Path.hxx>
#include <OSD_Protection.hxx>
-//#include <OSD_SingleProtection.hxx>
#include <TCollection_AsciiString.hxx>
#include <gp_XYZ.hxx>
+#include <Basics_Utils.hxx>
#include "utilities.h"
Driver_Mesh::Status DriverSTL_W_SMDS_Mesh::Perform()
{
+ Kernel_Utils::Localizer loc;
+
Status aResult = DRS_OK;
if ( !myMesh ) {
libMeshDriverSTL_la_LDFLAGS = \
../Driver/libMeshDriver.la \
../SMDS/libSMDS.la \
+ $(KERNEL_LDFLAGS) -lSALOMEBasics \
$(CAS_LDPATH) -lTKernel -lTKSTL -lTKTopAlgo -lTKMesh
STL_Test_CPPFLAGS = \