Class DMCStepMetric

Inheritance Relationships

Derived Type

Class Documentation

class DMCStepMetric

Interface for DMC Step Metrics.

Subclassed by lvr2::OneSidedHausdorffMetric

Public Functions

DMCStepMetric() = default

Constructor.

~DMCStepMetric() = default

Destructor.

virtual const double get_distance(HalfEdgeMesh<BaseVector<float>> a, HalfEdgeMesh<BaseVector<float>> b) = 0

Calculates the distance between two meshes.

Parameters:
  • a – mesh a

  • b – mesh b

Returns:

the distance between both meshes