#include "DriverUNV_R_SMDS_Mesh.h" #include "SMDS_Mesh.hxx" #include "utilities.h" #include "UNV2411_Structure.hxx" #include "UNV2412_Structure.hxx" #include "UNV_Utilities.hxx" using namespace std; #ifdef _DEBUG_ static int MYDEBUG = 0; #else static int MYDEBUG = 0; #endif static const SMDS_MeshNode* FindNode(const SMDS_Mesh* theMesh, int theId){ const SMDS_MeshNode* aNode = theMesh->FindNode(theId); if(aNode) return aNode; EXCEPTION(runtime_error,"SMDS_Mesh::FindNode - cannot find a SMDS_MeshNode for ID = "<