Correa 1
C++ library with Python bindings to analyse the shape of simple closed curves in R^2
|
Public Member Functions | |
Comp (int i, double height, int n_points) | |
Comp (std::pair< int, double > x, int n_points) | |
int | Parent () |
int | AddNode (std::pair< int, double > x) |
Public Attributes | |
int | num_points |
int | start |
int | end |
double | birth |
double | death |
int | parent |
bool | Alive |