mirror of https://github.com/CGAL/cgal
Fix filters
This commit is contained in:
parent
c9a4fcc663
commit
a3ae6c1107
|
|
@ -287,11 +287,11 @@ public:
|
|||
|
||||
#ifdef USE_SURFACE_MESH
|
||||
QString nameFilters() const {
|
||||
return "VTK PolyData files (Surface_mesh) (*.vtk);; VTK XML PolyData (Surface_mesh) (*.vtp);; VTK XML UnstructuredGrid (Surface_mesh)(*.vtu)"; }
|
||||
return "VTK PolyData files Surface_mesh (*.vtk);; VTK XML PolyData Surface_mesh (*.vtp);; VTK XML UnstructuredGrid Surface_mesh(*.vtu)"; }
|
||||
QString name() const { return "vtk_sm_plugin"; }
|
||||
#else
|
||||
QString nameFilters() const {
|
||||
return "VTK PolyData files (Polyhedron) (*.vtk);; VTK XML PolyData (Polyhedron) (*.vtp);; VTK XML UnstructuredGrid (Polyhedron)(*.vtu)"; }
|
||||
return "VTK PolyData files Polyhedron (*.vtk);; VTK XML PolyData Polyhedron (*.vtp);; VTK XML UnstructuredGrid Polyhedron(*.vtu)"; }
|
||||
QString name() const { return "vtk_plugin"; }
|
||||
#endif
|
||||
bool canSave(const CGAL::Three::Scene_item* item)
|
||||
|
|
|
|||
Loading…
Reference in New Issue