dune-grid
2.2.0
|
#include <dune/grid/io/file/dgfparser/blocks/boundarydom.hh>
Public Types | |
typedef DGFBoundaryParameter::type | BoundaryParameter |
Public Member Functions | |
Domain (std::vector< double > p1, std::vector< double > p2, int id, BoundaryParameter ¶meter) | |
Domain (std::vector< double > p1, std::vector< double > p2, DomainData &data) | |
Domain (const Domain &other) | |
Domain & | operator= (const Domain &other) |
template<class Vector > | |
bool | contains (const Vector &x) const |
const DomainData & | data () const |
Public Attributes | |
const int | dimensionworld |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Domain &domain) |
Dune::dgf::Domain::Domain | ( | std::vector< double > | p1, |
std::vector< double > | p2, | ||
int | id, | ||
BoundaryParameter & | parameter | ||
) | [inline] |
References dimensionworld.
Dune::dgf::Domain::Domain | ( | std::vector< double > | p1, |
std::vector< double > | p2, | ||
DomainData & | data | ||
) | [inline] |
References dimensionworld.
Dune::dgf::Domain::Domain | ( | const Domain & | other | ) | [inline] |
References dimensionworld.
bool Dune::dgf::Domain::contains | ( | const Vector & | x | ) | const [inline] |
References dimensionworld.
const DomainData& Dune::dgf::Domain::data | ( | ) | const [inline] |
References dimensionworld.
std::ostream& operator<< | ( | std::ostream & | os, |
const Domain & | domain | ||
) | [friend] |
const int Dune::dgf::Domain::dimensionworld |
Referenced by contains(), Domain(), and operator=().