Public Member Functions | List of all members
LocalContourCriterion Class Referenceabstract

Recipe for creating a contour from the simulation. More...

#include <contour.hpp>

Public Member Functions

virtual std::pair< bool, Vector2Doperator() (const Edge &edge, const hdsim &sim) const =0
 Calculates the intersection of the contour with the line between neighboring mesh generating points. More...
 
virtual ~LocalContourCriterion (void)
 Class destructor.
 

Detailed Description

Recipe for creating a contour from the simulation.

Definition at line 15 of file contour.hpp.

Member Function Documentation

◆ operator()()

virtual std::pair<bool,Vector2D> LocalContourCriterion::operator() ( const Edge edge,
const hdsim sim 
) const
pure virtual

Calculates the intersection of the contour with the line between neighboring mesh generating points.

Parameters
edgeEdge between neighbors
simSimulation
Returns
A pair. First member is true if the contour intersect the line, and second member is the position of the intersection

The documentation for this class was generated from the following files: