35 #ifndef sloanlevelstruct_h 36 #define sloanlevelstruct_h 88 int formYourself(
int limitWidth = -1);
122 #endif // sloanlevelstruct_h int giveDepth()
Returns the depth of receiver.
Class representing level structure for Sloan profile optimizer.
int Width
Width of structure defined as max number of nodes in all levels.
SloanLevelStructure(SloanGraph *graph, int root)
Creates new level structure assignment to graph, with root being the root node.
void setEnd(int end)
Sets the end node of receiver.
Class implementing an array of integers.
int End
End node of root structure.
int giveWidth()
Returns the width of receiver.
int giveEnd()
Returns the end node of receiver.
SloanGraph * Graph
Reference to corresponding graph.
Graph representing the undirected graph used for Sloan algorithm for symmetric matrix profile reducti...
int Root
Root node of level structure.
std::vector< IntArray > Structure
Data representation of structure: List of arrays, one array for each level.
the oofem namespace is to define a context or scope in which all oofem names are defined.
int giveRoot()
Return root node of receiver.
int Depth
Depth of structure defined as number of levels.