5 #ifndef BALL_STRUCTURE_TRIANGLE_H 6 #define BALL_STRUCTURE_TRIANGLE_H 8 #ifndef BALL_STRUCTURE_GRAPHEDGE_H 12 #ifndef BALL_STRUCTURE_GRAPHFACE_H 16 #ifndef BALL_STRUCTURE_GRAPHVERTEX_H 26 class TriangulatedSurface;
27 class TriangulatedSphere;
28 class TriangulatedSES;
29 class TriangulatedSAS;
30 class SESTriangulator;
31 class SASTriangulator;
117 void set(
const Triangle& triangle,
bool deep =
false);
172 virtual bool operator *= (
const Triangle&)
const;
193 #endif // BALL_STRUCTURE_TRIANGLE_H
#define BALL_CREATE(name)
BALL_EXPORT std::ostream & operator<<(std::ostream &os, const Exception::GeneralException &e)
BALL_EXPORT bool operator!=(const String &s1, const String &s2)
BALL_EXPORT bool operator==(const String &s1, const String &s2)
-*- Mode: C++; tab-width: 2; -*-