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

Public Member Functions
concepts::Map2d Class Reference

An abstract class for a 2d map. More...

#include <elementMaps.hh>

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

List of all members.

Public Member Functions

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

Detailed Description

An abstract class for a 2d map.

Definition at line 32 of file elementMaps.hh.


Member Function Documentation

std::ostream& concepts::Map2d::info ( std::ostream &  os) const [inline, virtual]
virtual bool concepts::Map2d::straight ( ) const [inline, virtual]

Reimplemented in concepts::VertexTriangle2d, and concepts::VertexQuad2d.

Definition at line 35 of file elementMaps.hh.


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

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