5 #ifndef BALL_STRUCTURE_SOLVENTACCESSIBLESURFACE_H 6 #define BALL_STRUCTURE_SOLVENTACCESSIBLESURFACE_H 8 #ifndef BALL_STRUCTURE_SASEDGE_H 12 #ifndef BALL_STRUCTURE_SASFACE_H 16 #ifndef BALL_STRUCTURE_SASVERTEX_H 20 #ifndef BALL_STRUCTURE_REDUCEDSURFACE_H 24 #ifndef BALL_MATHS_SPHERE3_H 32 class TriangulatedSAS;
33 class SASTriangulator;
95 Size numberOfVertices()
const;
109 Size numberOfEdges()
const;
123 Size numberOfFaces()
const;
149 void preProcessing();
189 #endif // BALL_STRUCTURE_SOLVENTACCESSIBLESURFACE_H
BALL_EXPORT std::ostream & operator<<(std::ostream &os, const Exception::GeneralException &e)
Position number_of_vertices_
::std::vector< SASEdge * > edges_
Position number_of_edges_
ReducedSurface * reduced_surface_
::std::vector< SASFace * > faces_
::std::vector< SASVertex * > vertices_
Position number_of_faces_
#define BALL_CREATE(name)