#include <CSpace.hpp>
Inheritance diagram for estar::CSpace:
Public Member Functions | |
vertex_t | AddVertex (double value=infinity, double meta=1, double rhs=infinity, flag_t flag=NONE) |
Create a new node, initializes it, and adds it to the underlying C-space graph. |
vertex_t estar::CSpace::AddVertex | ( | double | value = infinity , |
|
double | meta = 1 , |
|||
double | rhs = infinity , |
|||
flag_t | flag = NONE | |||
) | [inline] |
Create a new node, initializes it, and adds it to the underlying C-space graph.
If you are creating a regular grid, save yourself the trouble and use a Grid instance.
Reimplemented from estar::BaseCSpace.