Struct EST::TreeData

Nested Relationships

This struct is a nested type of Class EST.

Struct Documentation

struct TreeData

The data contained by a tree of exploration.

Public Functions

TreeData() = default

Public Members

Grid<MotionInfo> grid = {0}

A grid where each cell contains an array of motions.

unsigned int size = {0}

The total number of motions in the grid.