Go to the documentation of this file.
5 #ifndef BALL_STRUCTURE_SESEDGE_H
6 #define BALL_STRUCTURE_SESEDGE_H
8 #ifndef BALL_STRUCTURE_GRAPHEDGE_H
12 #ifndef BALL_STRUCTURE_RSEDGE_H
16 #ifndef BALL_MATHS_CIRCLE3_H
24 class SolventExcludedSurface;
25 class TriangulatedSES;
27 class SESSingularityCleaner;
28 class SESTriangulator;
229 virtual bool operator *= (
const SESEdge&)
const
274 #endif // BALL_STRUCTURE_SESEDGE_H
void setRSEdge(RSEdge *rsedge)
void set(SESVertex *vertex0, SESVertex *vertex1, SESFace *face0, SESFace *face1, const TCircle3< double > &circle, RSEdge *rsedge, Type type, Index index)
BALL_EXPORT bool operator!=(const String &s1, const String &s2)
void set(const SESEdge &sesedge, bool deep=false)
SESEdge(SESVertex *vertex0, SESVertex *vertex1, SESFace *face0, SESFace *face1, const TCircle3< double > &circle, RSEdge *rsedge, Type type, Index index)
TCircle3< double > getCircle() const
TCircle3< double > circle_
RSEdge * getRSEdge() const
BALL_EXPORT bool operator==(const String &s1, const String &s2)
BALL_EXPORT std::ostream & operator<<(std::ostream &os, const Exception::GeneralException &e)
#define BALL_CREATE(name)
void setCircle(const TCircle3< double > ¢er)
SESEdge(const SESEdge &sesedge, bool deep=false)