64 #ifndef GraphNumberer_h 65 #define GraphNumberer_h 66 #include <utility/actor/actor/MovableObject.h> 67 #include "xc_utils/src/nucleo/EntCmd.h" 87 virtual const ID &number(
Graph &theGraph,
int lastVertex = -1) =0;
88 virtual const ID &number(
Graph &theGraph,
const ID &lastVertices) =0;
Base class for DOF numbererers.
Definition: DOF_Numberer.h:84
Object that can move between processes.
Definition: MovableObject.h:91
Numberer for problem's degrees of freedom.
Definition: GraphNumberer.h:78
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
================================================================================
Definition: ContinuaReprComponent.h:34