Opm::Elasticity::BoundaryGrid::BoundedPredicate Struct Reference

Predicate for checking if a vertex falls within a quads bounding box. More...

#include <boundarygrid.hh>

Public Member Functions

 BoundedPredicate (const FaceCoord &coord_)
 Default constructor. More...
 
bool operator() (const Quad &q)
 The comparison operator. More...
 

Public Attributes

FaceCoord coord
 The coordinates to check. More...
 

Detailed Description

Predicate for checking if a vertex falls within a quads bounding box.

Constructor & Destructor Documentation

Opm::Elasticity::BoundaryGrid::BoundedPredicate::BoundedPredicate ( const FaceCoord coord_)
inline

Default constructor.

Parameters
[in]coord_The coordinates to check

Member Function Documentation

bool Opm::Elasticity::BoundaryGrid::BoundedPredicate::operator() ( const Quad q)
inline

The comparison operator.

References Opm::Elasticity::BoundaryGrid::Quad::bb, and coord.

Member Data Documentation

FaceCoord Opm::Elasticity::BoundaryGrid::BoundedPredicate::coord

The coordinates to check.

Referenced by operator()().


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