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

Public Attributes | Protected Member Functions
concepts::PointInCell< dim > Class Template Reference

Define a point inside a geometrical cell by its connector and the coordinate in the reference cell. More...

#include <meshRelations.hh>

Inheritance diagram for concepts::PointInCell< dim >:
Inheritance graph
[legend]
Collaboration diagram for concepts::PointInCell< dim >:
Collaboration graph
[legend]

List of all members.

Public Attributes

const Connectorcntr_
Point< Real, dim > p_

Protected Member Functions

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

Detailed Description

template<uint dim = 2>
class concepts::PointInCell< dim >

Define a point inside a geometrical cell by its connector and the coordinate in the reference cell.

Author:
Kersten Schmidt, 2008

Definition at line 22 of file meshRelations.hh.


Member Function Documentation

template<uint dim = 2>
virtual std::ostream& concepts::PointInCell< dim >::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.


Member Data Documentation

template<uint dim = 2>
const Connector* concepts::PointInCell< dim >::cntr_

Definition at line 24 of file meshRelations.hh.

template<uint dim = 2>
Point<Real,dim> concepts::PointInCell< dim >::p_

Definition at line 25 of file meshRelations.hh.


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

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