
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 |
Definition at line 48 of file SundanceMaximalCellFilter.hpp.
| MaximalCellFilter::MaximalCellFilter | ( | ) |
Empty ctor
Definition at line 40 of file SundanceMaximalCellFilter.cpp.
References Sundance::CellFilterBase::setName().
| virtual Sundance::MaximalCellFilter::~MaximalCellFilter | ( | ) | [inline, virtual] |
Definition at line 55 of file SundanceMaximalCellFilter.hpp.
| virtual std::string Sundance::MaximalCellFilter::description | ( | ) | const [inline, virtual] |
Describable interface
Reimplemented from Sundance::CellFilterBase.
Definition at line 68 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 52 of file SundanceMaximalCellFilter.cpp.
References Sundance::Mesh::spatialDim().
Implements Sundance::CellFilterBase.
Definition at line 46 of file SundanceMaximalCellFilter.cpp.
References Sundance::Mesh::cellType(), and Sundance::Mesh::spatialDim().
| bool MaximalCellFilter::lessThan | ( | const CellFilterStub * | other | ) | const [virtual] |
Compare to another object
Definition at line 57 of file SundanceMaximalCellFilter.cpp.
| virtual XMLObject Sundance::MaximalCellFilter::toXML | ( | ) | const [inline, virtual] |
| virtual std::string Sundance::MaximalCellFilter::typeName | ( | ) | const [inline, virtual] |
Return the type name
Definition at line 65 of file SundanceMaximalCellFilter.hpp.
Referenced by description(), and toXML().