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

Public Member Functions | Protected Member Functions | Private Attributes
concepts::ThinSheet Class Reference

Abstract class for mesh with thin sheet of constant thickness d. More...

#include <thinSheetGeom.hh>

Inheritance diagram for concepts::ThinSheet:
Inheritance graph
[legend]
Collaboration diagram for concepts::ThinSheet:
Collaboration graph
[legend]

List of all members.

Public Member Functions

const Real d () const
virtual uint ncell () const =0
 Returns the number of cells in the mesh.
virtual Scan2scan ()=0
 Returns a scanner over the cells of the mesh.
 ThinSheet (const Real d)
 Constructor.

Protected Member Functions

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

Private Attributes

const Real d_
 Thickness of the sheet.

Detailed Description

Abstract class for mesh with thin sheet of constant thickness d.

Author:
Kersten Schmidt, 2006

Definition at line 388 of file thinSheetGeom.hh.


Constructor & Destructor Documentation

concepts::ThinSheet::ThinSheet ( const Real  d) [inline]

Constructor.

Parameters:
dthickness of the sheet
pradius of curvature circle at cusp
Rradius of circular area

Definition at line 395 of file thinSheetGeom.hh.


Member Function Documentation

const Real concepts::ThinSheet::d ( ) const [inline]

Definition at line 396 of file thinSheetGeom.hh.

virtual std::ostream& concepts::ThinSheet::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::Mesh.

Reimplemented in concepts::ThinSheetParabel, concepts::ThinSheetEllipse, and concepts::ThinSheetEllipse2.

Definition at line 398 of file thinSheetGeom.hh.

virtual uint concepts::Mesh::ncell ( ) const [pure virtual, inherited]
virtual Scan2* concepts::Mesh2::scan ( ) [pure virtual, inherited]

Member Data Documentation

const Real concepts::ThinSheet::d_ [private]

Thickness of the sheet.

Definition at line 403 of file thinSheetGeom.hh.


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

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