waLBerla 7.2
|
#include "core/DataTypes.h"
#include "core/math/Vector3.h"
#include "mesh_common/TriangleMeshes.h"
#include "mesh_common/MatrixVectorOperations.h"
#include "mesh_common/vtk/VTKMeshWriter.h"
#include "mesh_common/vtk/CommonDataSources.h"
#include "vtk/VTKOutput.h"
#include "vtk/PointDataSource.h"
#include <OpenMesh/Core/Utils/PropertyManager.hh>
#include <algorithm>
#include <iterator>
#include <vector>
#include <queue>
Classes | |
class | walberla::mesh::QHull< MeshType > |
class | walberla::mesh::QHullFaceSorter< MeshType > |
class | walberla::mesh::QHullPointDataSource< MeshType > |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::mesh |
Functions | |
template<typename MeshType > | |
shared_ptr< MeshType > | walberla::mesh::convexHull (const Vector3< real_t > &points) |
template<typename MeshType > | |
shared_ptr< MeshType > | walberla::mesh::convexHull (const MeshType &mesh) |