#include <vtkUnstructuredGrid.h>#include <vtkCellLinks.h>#include "chrono.hxx"#include <vector>#include <set>#include <map>

Go to the source code of this file.
Data Structures | |
| class | SMDS_CellLinks |
| class | SMDS_UnstructuredGrid |
Defines | |
| #define | VTK_MAXTYPE VTK_POLYHEDRON |
| #define | NBMAXNEIGHBORS 100 |
| #define | NBMAXNODESINCELL 5000 |
| #define NBMAXNEIGHBORS 100 |
Definition at line 42 of file SMDS_UnstructuredGrid.hxx.
Referenced by SMESH_MeshEditor.DoubleNodesOnGroupBoundaries(), and SMDS_UnstructuredGrid.GetNeighbors().
| #define NBMAXNODESINCELL 5000 |
Definition at line 45 of file SMDS_UnstructuredGrid.hxx.
Referenced by SMDS_UnstructuredGrid.compactGrid(), and SMDS_UnstructuredGrid.copyBloc().
| #define VTK_MAXTYPE VTK_POLYHEDRON |
Definition at line 37 of file SMDS_UnstructuredGrid.hxx.
Referenced by SMDS_UnstructuredGrid.BuildDownwardConnectivity(), SMDS_Downward.getCellDimension(), and SMDS_Downward.SMDS_Downward().