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

List of all members.

Public Member Functions

 CellCurvePredicate (const ParametrizedCurve &curve, CurveCellFilterMode filterMode)
virtual ~CellCurvePredicate ()
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

Private Attributes

Handleable interface
ParametrizedCurve curve_
CurveCellFilterMode filterMode_

Detailed Description

Definition at line 59 of file SundanceCellCurvePredicate.hpp.


Constructor & Destructor Documentation

Sundance::CellCurvePredicate::CellCurvePredicate ( const ParametrizedCurve &  curve,
CurveCellFilterMode  filterMode 
) [inline]

Construct with a function of positions

Definition at line 63 of file SundanceCellCurvePredicate.hpp.

Definition at line 67 of file SundanceCellCurvePredicate.hpp.


Member Function Documentation

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

Implements Sundance::CellPredicateBase.

Definition at line 80 of file SundanceCellCurvePredicate.hpp.

References filterMode_.

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

comparison to determine RQCs

Implements Sundance::CellPredicateBase.

Definition at line 56 of file SundanceCellCurvePredicate.cpp.

References curve_, filterMode_, and Sundance::CellPredicateBase::toXML().

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

Write to XML

Implements Sundance::CellPredicateBase.

Definition at line 283 of file SundanceCellCurvePredicate.cpp.


Member Data Documentation

ParametrizedCurve Sundance::CellCurvePredicate::curve_ [private]

The parameterized curve

Definition at line 97 of file SundanceCellCurvePredicate.hpp.

Referenced by lessThan(), and testBatch().

CurveCellFilterMode Sundance::CellCurvePredicate::filterMode_ [private]

The filter modus

Definition at line 100 of file SundanceCellCurvePredicate.hpp.

Referenced by description(), lessThan(), and testBatch().

Site Contact