65 #ifndef GraphNumberer_h    66 #define GraphNumberer_h    67 #include <utility/actor/actor/MovableObject.h>    68 #include "utility/kernel/CommandEntity.h"   108     virtual const ID &
number(
Graph &theGraph, 
int lastVertex = -1) =0;
 Base class for DOF numbererers. 
Definition: DOF_Numberer.h:94
Object that can move between processes. 
Definition: MovableObject.h:100
Vector of integers. 
Definition: ID.h:95
virtual GraphNumberer * getCopy(void) const =0
Virtual constructor. 
virtual const ID & number(Graph &theGraph, int lastVertex=-1)=0
Graph numbering. 
Objet that can execute python scripts. 
Definition: CommandEntity.h:40
The Graph class provides the abstraction of a graph. 
Definition: Graph.h:94
GraphNumberer(int classTag)
Constructor. 
Definition: GraphNumberer.cpp:67
Numberer for problem's degrees of freedom. 
Definition: GraphNumberer.h:86
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35