#include "Gral/Base/common-grid-basics.h"#include "Gral/Algorithms/calculate-vertex-stars.h"

Go to the source code of this file.
Namespaces | |
| namespace | GrAL |
| Enclosing namespace for all components of GrAL. | |
Functions | |
| template<class GRID , class GERMS > | |
| void | GrAL::calculate_vertex_stars (GRID const &G,GERMS &germs) |
| Get a germ flag for the star of each vertex of G. | |
| template<class GRID , class GERMS , class DET > | |
| void | GrAL::calculate_positive_vertex_stars (GRID const &G,GERMS &germs,DET const &det) |
| Get a germ flag for the star of each vertex of G. | |
Definition in file calculate-vertex-stars.C.
1.5.8