#include <map>
#include <vector>
#include "Definitions.h"
#include "Iterator.h"
#include "MeshKernel.h"
#include "Elements.h"
#include "Visitor.h"
#include "Algorithm.h"
#include <Base/Vector3D.h>
#include <Base/Sequencer.h>
Go to the source code of this file.
Classes | |
class | MeshCore::MeshComponents |
The MeshComponents class searches for topologic independent segments of the given mesh structure. More... | |
struct | MeshCore::MeshComponents::CNofFacetsCompare |
class | MeshCore::MeshTopoAlgorithm |
The MeshTopoAlgorithm class provides several algorithms to manipulate a mesh. More... | |
Namespaces | |
namespace | MeshCore |
The namespace of the Mesh Core library. |