Public Member Functions
Sundance::MaximalCellFilter Class Reference
Inheritance diagram for Sundance::MaximalCellFilter:
Sundance::CellFilterBase

List of all members.

Public Member Functions

 MaximalCellFilter ()
virtual ~MaximalCellFilter ()
virtual int dimension (const Mesh &mesh) const
virtual XMLObject toXML () const
virtual std::string typeName () const
virtual std::string description () const
virtual bool lessThan (const CellFilterStub *other) const

Protected Member Functions

Handleable interface
virtual CellSet internalGetCells (const Mesh &mesh) const

Detailed Description

MaximalCellFilter is a filter that identifies all mesh cells of maximal dimension.

Definition at line 59 of file SundanceMaximalCellFilter.hpp.


Constructor & Destructor Documentation

Empty ctor

Definition at line 51 of file SundanceMaximalCellFilter.cpp.

References Sundance::CellFilterBase::setName().

virtual Sundance::MaximalCellFilter::~MaximalCellFilter ( ) [inline, virtual]

Definition at line 66 of file SundanceMaximalCellFilter.hpp.


Member Function Documentation

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

Describable interface

Reimplemented from Sundance::CellFilterBase.

Definition at line 79 of file SundanceMaximalCellFilter.hpp.

References typeName().

int MaximalCellFilter::dimension ( const Mesh mesh) const [virtual]

Return the dimension of the cells that will be identified by this filter when acting on the given mesh

Implements Sundance::CellFilterBase.

Definition at line 63 of file SundanceMaximalCellFilter.cpp.

References Sundance::Mesh::spatialDim().

CellSet MaximalCellFilter::internalGetCells ( const Mesh mesh) const [protected, virtual]
bool MaximalCellFilter::lessThan ( const CellFilterStub *  other) const [virtual]

Compare to another object

Definition at line 68 of file SundanceMaximalCellFilter.cpp.

virtual XMLObject Sundance::MaximalCellFilter::toXML ( ) const [inline, virtual]

Write to XML

Definition at line 73 of file SundanceMaximalCellFilter.hpp.

References typeName().

virtual std::string Sundance::MaximalCellFilter::typeName ( ) const [inline, virtual]

Return the type name

Definition at line 76 of file SundanceMaximalCellFilter.hpp.

Referenced by description(), and toXML().

Site Contact