Sundance::SideCellFilter Class Reference

Inheritance diagram for Sundance::SideCellFilter:

Sundance::CellFilterBase

List of all members.

Public Member Functions

 SideCellFilter ()
 Empty ctor.
virtual ~SideCellFilter ()
virtual int dimension (const Mesh &mesh) const
 Return the dimension of the cells that will be identified by this filter when acting on the given mesh.
virtual XMLObject toXML () const
 Write to XML.
virtual std::string typeName () const
 Return the type name.
virtual std::string description () const
 Describable interface.
virtual bool lessThan (const CellFilterStub *other) const
 Compare to another object.

Protected Member Functions

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


Detailed Description

Definition at line 47 of file SundanceSideCellFilter.hpp.


Constructor & Destructor Documentation

SideCellFilter::SideCellFilter (  ) 

Empty ctor.

Definition at line 40 of file SundanceSideCellFilter.cpp.

References Sundance::CellFilterBase::setName().

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

Definition at line 54 of file SundanceSideCellFilter.hpp.


Member Function Documentation

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

Describable interface.

Reimplemented from Sundance::CellFilterBase.

Definition at line 67 of file SundanceSideCellFilter.hpp.

int SideCellFilter::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 SundanceSideCellFilter.cpp.

References Sundance::Mesh::spatialDim().

CellSet SideCellFilter::internalGetCells ( const Mesh mesh  )  const [protected, virtual]

bool SideCellFilter::lessThan ( const CellFilterStub *  other  )  const [virtual]

Compare to another object.

Definition at line 64 of file SundanceSideCellFilter.cpp.

References toXML().

XMLObject SideCellFilter::toXML (  )  const [virtual]

Write to XML.

Definition at line 57 of file SundanceSideCellFilter.cpp.

References Teuchos::toString(), and typeName().

Referenced by lessThan().

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

Return the type name.

Definition at line 64 of file SundanceSideCellFilter.hpp.

Referenced by toXML().

Site Contact