Public Member Functions
Sundance::BoundaryCellPredicate Class Reference
Inheritance diagram for Sundance::BoundaryCellPredicate:
Sundance::CellPredicateBase Playa::Handleable< CellPredicateBase > Sundance::Noncopyable Sundance::ObjectWithClassVerbosity< CellPredicateBase > Playa::ObjectWithVerbosity

List of all members.

Public Member Functions

 BoundaryCellPredicate ()
virtual ~BoundaryCellPredicate ()
virtual void testBatch (const Array< int > &cellLID, Array< int > &results) const
virtual XMLObject toXML () const
virtual bool lessThan (const CellPredicateBase *other) const
virtual std::string description () const

Detailed Description

BoundaryCellPredicate tests whether a cell is on the boundary of the domain

Definition at line 58 of file SundanceBoundaryCellPredicate.hpp.


Constructor & Destructor Documentation

Empty ctor

Definition at line 62 of file SundanceBoundaryCellPredicate.hpp.

virtual dtor

Definition at line 65 of file SundanceBoundaryCellPredicate.hpp.


Member Function Documentation

virtual std::string Sundance::BoundaryCellPredicate::description ( ) const [inline, virtual]

Implements Sundance::CellPredicateBase.

Definition at line 79 of file SundanceBoundaryCellPredicate.hpp.

bool BoundaryCellPredicate::lessThan ( const CellPredicateBase other) const [virtual]

comparison

Implements Sundance::CellPredicateBase.

Definition at line 49 of file SundanceBoundaryCellPredicate.cpp.

References Sundance::CellPredicateBase::toXML().

void BoundaryCellPredicate::testBatch ( const Array< int > &  cellLID,
Array< int > &  results 
) const [virtual]
XMLObject BoundaryCellPredicate::toXML ( ) const [virtual]

Write to XML

Implements Sundance::CellPredicateBase.

Definition at line 70 of file SundanceBoundaryCellPredicate.cpp.

Site Contact