Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Public Member Functions | Protected Member Functions | Private Attributes | Static Private Attributes
Ball Class Reference

The surface of the unit sphere in 3D made out of triangles. More...

#include <ball.hh>

Inheritance diagram for Ball:
Inheritance graph
[legend]
Collaboration diagram for Ball:
Collaboration graph
[legend]

List of all members.

Classes

class  S

Public Member Functions

 Ball ()
uint ncell () const
 Returns the number of cells in the mesh.
concepts::Scan2scan ()
 Returns a scanner over the cells of the mesh.
virtual ~Ball ()

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Private Attributes

concepts::Triangle3dcell_ [ncell_]
concepts::Edgeedg_ [12]
concepts::Triangletri_ [ncell_]
concepts::Vertexvtx_ [6]

Static Private Attributes

static const uint ncell_ = 8

Detailed Description

The surface of the unit sphere in 3D made out of triangles.

Definition at line 14 of file ball.hh.


Constructor & Destructor Documentation

Ball::Ball ( )
virtual Ball::~Ball ( ) [virtual]

Member Function Documentation

virtual std::ostream& concepts::Mesh::info ( std::ostream &  os) const [protected, virtual, inherited]
uint Ball::ncell ( ) const [inline, virtual]

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 41 of file ball.hh.

concepts::Scan2* Ball::scan ( ) [inline, virtual]

Returns a scanner over the cells of the mesh.

Postcondition:
The scanner must be deleted after usage. This has to be done by the user.

Implements concepts::Mesh2.

Definition at line 42 of file ball.hh.


Member Data Documentation

Definition at line 35 of file ball.hh.

concepts::Edge* Ball::edg_[12] [private]

Definition at line 32 of file ball.hh.

const uint Ball::ncell_ = 8 [static, private]

Definition at line 15 of file ball.hh.

Definition at line 33 of file ball.hh.

Definition at line 31 of file ball.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)