LifeV
|
BCIdentifierBase - Base class holding DOF identifiers for implementing BC. More...
#include <BCIdentifier.hpp>
Protected Attributes | |
ID | M_id |
Constructor & Destructor | |
BCIdentifierBase () | |
Empty Constructor. More... | |
BCIdentifierBase (ID const &i) | |
Constructor given the ID. More... | |
BCIdentifierBase (BCIdentifierBase const &id) | |
Copy constructor. More... | |
virtual | ~BCIdentifierBase () |
Destructor. More... | |
Methods | |
virtual void | showMe (std::ostream &output=std::cout) const |
Display method. More... | |
Operators | |
operator unsigned int () | |
Conversion operator to unsigned int. More... | |
operator int () | |
Conversion operator to int. More... | |
Get Methods | |
const ID & | id () const |
Returns the ID of the BCIdentifier. More... | |
BCIdentifierBase - Base class holding DOF identifiers for implementing BC.
Definition at line 51 of file BCIdentifier.hpp.
|
inline |
Empty Constructor.
Definition at line 59 of file BCIdentifier.hpp.
|
inlineexplicit |
Constructor given the ID.
Creates an BCIdentifier with a given ID
i | Usually the id of the DOF, or the id of a boundary face, etc... |
Definition at line 69 of file BCIdentifier.hpp.
BCIdentifierBase | ( | BCIdentifierBase const & | id | ) |
Copy constructor.
Definition at line 49 of file BCIdentifier.cpp.
|
inlinevirtual |
Destructor.
Definition at line 78 of file BCIdentifier.hpp.
|
virtual |
Display method.
Reimplemented in BCIdentifierNatural, and BCIdentifierEssential.
Definition at line 58 of file BCIdentifier.cpp.
|
inline |
Conversion operator to unsigned int.
Definition at line 97 of file BCIdentifier.hpp.
|
inline |
Conversion operator to int.
Definition at line 103 of file BCIdentifier.hpp.
|
inline |
Returns the ID of the BCIdentifier.
Definition at line 115 of file BCIdentifier.hpp.
|
protected |
Definition at line 124 of file BCIdentifier.hpp.