Flow123d
master-f44eb46
|
#include <accessors.hh>
Public Member Functions | |
Edge () | |
Default invalid edge accessor constructor. More... | |
Edge (const MeshBase *mesh, unsigned int edge_idx) | |
Valid edge accessor constructor. More... | |
SideIter | side (const unsigned int i) const |
Gets side iterator of the i -th side. More... | |
bool | is_valid () const |
unsigned int | idx () const |
Returns edge global index. More... | |
void | inc () |
Incremental function of the Edge iterator. More... | |
bool | operator== (const Edge &other) const |
Comparison operator of the iterator. More... | |
unsigned int | n_sides () const |
Returns number of sides aligned with the edge. More... | |
Private Member Functions | |
const EdgeData * | edge_data () const |
Getter for edge data from mesh. More... | |
Private Attributes | |
const MeshBase * | mesh_ |
Pointer to the mesh owning the node. More... | |
unsigned int | edge_idx_ |
Index into Mesh::edges vector. More... | |
Definition at line 294 of file accessors.hh.
|
inline |
Default invalid edge accessor constructor.
Definition at line 160 of file accessors_impl.hh.
|
inline |
Valid edge accessor constructor.
Definition at line 165 of file accessors_impl.hh.
|
inlineprivate |
Getter for edge data from mesh.
Definition at line 170 of file accessors_impl.hh.
|
inline |
Returns edge global index.
Definition at line 312 of file accessors.hh.
|
inline |
Incremental function of the Edge iterator.
Definition at line 318 of file accessors.hh.
|
inline |
|
inline |
Returns number of sides aligned with the edge.
Definition at line 329 of file accessors.hh.
|
inline |
Comparison operator of the iterator.
Definition at line 324 of file accessors.hh.
|
inline |
Gets side iterator of the i
-th side.
Definition at line 177 of file accessors_impl.hh.
|
private |
Index into Mesh::edges vector.
Definition at line 336 of file accessors.hh.
|
private |
Pointer to the mesh owning the node.
Definition at line 334 of file accessors.hh.