#include "SMESH_SMDS.hxx"#include "SMDS_MeshNode.hxx"#include "SMDS_MeshCell.hxx"#include "SMDS_Mesh0DElement.hxx"#include "SMDS_MeshEdge.hxx"#include "SMDS_MeshFace.hxx"#include "SMDS_MeshVolume.hxx"#include "SMDS_MeshNodeIDFactory.hxx"#include "SMDS_MeshElementIDFactory.hxx"#include "SMDS_MeshInfo.hxx"#include "SMDS_ElemIterator.hxx"#include "SMDS_VolumeOfNodes.hxx"#include "SMDS_VtkEdge.hxx"#include "SMDS_VtkFace.hxx"#include "SMDS_VtkVolume.hxx"#include "ObjectPool.hxx"#include "SMDS_UnstructuredGrid.hxx"#include <boost/shared_ptr.hpp>#include <set>#include <list>#include <vector>#include <vtkSystemIncludes.h>#include "Utils_SALOME_Exception.hxx"

Go to the source code of this file.
Data Structures | |
| class | SMDS_Mesh |
Defines | |
| #define | MYASSERT(val) if (!(val)) throw SALOME_Exception(LOCALIZED("assertion not verified")); |
| #define MYASSERT | ( | val | ) | if (!(val)) throw SALOME_Exception(LOCALIZED("assertion not verified")); |
Definition at line 56 of file SMDS_Mesh.hxx.
Referenced by getFinitElements(), SMDS_Mesh.registerElement(), SMDS_Mesh.RemoveElement(), and SMDS_MeshNode.RemoveInverseElement().