#include <connector.hh>
Public Member Functions | |
Attribute (uint attrib=0) | |
int | operator== (const Attribute &a) const |
Comparison operator. | |
operator uint () const | |
Returns the attribute. | |
uint | attrib () const |
Returns the attribute. | |
void | set (uint attrib) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Attribute &a) |
Attributes for elements of the topology. These attributes can be used to fix boundary conditions or coefficients in certain areas.
Definition at line 22 of file connector.hh.
|
inline |
Constructor.
attrib | Attribute, default value is 0. |
Definition at line 29 of file connector.hh.
|
inline |
Returns the attribute.
Definition at line 38 of file connector.hh.
|
inline |
Returns the attribute.
Definition at line 35 of file connector.hh.
Comparison operator.
Definition at line 32 of file connector.hh.
Definition at line 41 of file connector.hh.