56 double angle = acos(v0 * v1);
63 Superclass::PrintSelf(os, indent);
71 return Superclass::Equals(other);
Implementation of PlanarFigure representing a four point angle, which is defined by two non-intersect...
void GeneratePolyLine() override
Generates the poly-line representation of the planar figure.
const unsigned int FEATURE_ID_ANGLE
void PrintSelf(std::ostream &os, itk::Indent indent) const override
void EvaluateFeaturesInternal() override
Calculates feature quantities of the planar figure.
void GenerateHelperPolyLine(double mmPerDisplayUnit, unsigned int displayHeight) override
Generates the poly-lines that should be drawn the same size regardless of zoom.
bool Equals(const mitk::PlanarFigure &other) const override
Compare two PlanarFigure objects Note: all subclasses have to implement the method on their own...