#include <GeomSelectionTools.h>
-/* ==================================
- * =========== PYTHON ==============
+/* =========== PYTHON ==============
+ *
+ *
+ * On est trop des brutes !
+ *
+ *
+ *
* ==================================*/
typedef struct {
cout << "End of Surface Mesh generation" << endl;
cout << endl;
- cout << "****************** U MIN: " << my_u_min << endl;
- cout << "****************** V MIN: " << my_v_min << endl;
- cout << "****************** U MAX: " << my_u_max << endl;
- cout << "****************** V MAX: " << my_v_max << endl;
+ cout << "****************** U MIN: " << my_u_min << endl;
+ cout << "****************** V MIN: " << my_v_min << endl;
+ cout << "****************** U MAX: " << my_u_max << endl;
+ cout << "****************** V MAX: " << my_v_max << endl;
mesh_t *msh;
blsurf_data_get_mesh(bls, &msh);
void BLSURFPlugin_Hypothesis::ClearEntry(const std::string& entry)
{
TSizeMap::iterator it = _sizeMap.find( entry );
- if ( it != _sizeMap.end() ) {
+ if ( it != _sizeMap.end() )
_sizeMap.erase(it);
- NotifySubMeshesHypothesisModification();
- }
else
std::cout<<"No_Such_Entry"<<std::endl;
}