Mesh: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-21 17:46:03 +02:00
committed by wwmayer
parent 68bf28bea7
commit d11fdf3ba9
83 changed files with 201 additions and 809 deletions

View File

@@ -123,10 +123,6 @@ MeshEvalOrientation::MeshEvalOrientation (const MeshKernel& rclM)
{
}
MeshEvalOrientation::~MeshEvalOrientation()
{
}
bool MeshEvalOrientation::Evaluate ()
{
const MeshFacetArray& rFAry = _rclMesh.GetFacets();
@@ -267,10 +263,6 @@ MeshFixOrientation::MeshFixOrientation (MeshKernel& rclM)
{
}
MeshFixOrientation::~MeshFixOrientation()
{
}
bool MeshFixOrientation::Fixup ()
{
MeshTopoAlgorithm(_rclMesh).HarmonizeNormals();
@@ -284,10 +276,6 @@ MeshEvalSolid::MeshEvalSolid (const MeshKernel& rclM)
{
}
MeshEvalSolid::~MeshEvalSolid()
{
}
bool MeshEvalSolid::Evaluate ()
{
std::vector<MeshGeomEdge> edges;