#include "Gral/Algorithms/incidence-hulls.h"#include "Gral/Algorithms/incidence-stencil.h"#include "Gral/Grids/Cartesian2D/all.h"#include "Gral/Base/partial-multi-grid-functions.h"#include "Gral/Subranges/layered-subrange.h"#include "Gral/Subranges/enumerated-subrange.h"#include "Container/function-adapter.h"#include <iostream>

Go to the source code of this file.
Functions | |
| template<class HULL > | |
| void | test_hull (HULL const &Hull) |
| int | main () |
Definition in file test-incidence-hulls.C.
1.5.8