0021915: [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box

This commit is contained in:
vsr 2012-10-16 15:49:48 +00:00
parent 7e1dee49ad
commit d2f0eb8f21
3 changed files with 8 additions and 2 deletions

View File

@ -22,6 +22,8 @@
#include <stdio.h>
#include <gp_Pnt.hxx>
#include <Basics_Utils.hxx>
//=======================================================================
//function : HashCode
//purpose :
@ -104,6 +106,8 @@ void DriverSTL_R_SMDS_Mesh::SetIsCreateFaces( const bool theIsCreate )
Driver_Mesh::Status DriverSTL_R_SMDS_Mesh::Perform()
{
Kernel_Utils::Localizer loc;
Status aResult = DRS_OK;
TCollection_AsciiString aFileName( (char *)myFile.c_str() );

View File

@ -35,12 +35,11 @@
#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"
@ -59,6 +58,8 @@ void DriverSTL_W_SMDS_Mesh::SetIsAscii( const bool theIsAscii )
Driver_Mesh::Status DriverSTL_W_SMDS_Mesh::Perform()
{
Kernel_Utils::Localizer loc;
Status aResult = DRS_OK;
if ( !myMesh ) {

View File

@ -60,6 +60,7 @@ libMeshDriverSTL_la_CPPFLAGS = \
libMeshDriverSTL_la_LDFLAGS = \
../Driver/libMeshDriver.la \
../SMDS/libSMDS.la \
$(KERNEL_LDFLAGS) -lSALOMEBasics \
$(CAS_LDPATH) -lTKernel -lTKSTL -lTKTopAlgo -lTKMesh
STL_Test_CPPFLAGS = \