DGtal
1.5.beta
|
#include "DGtal/base/Common.h"
#include "DGtal/arithmetic/LatticePolytope2D.h"
#include "DGtal/io/boards/Board2D.h"
#include "DGtal/shapes/Shapes.h"
#include "DGtal/helpers/StdDefs.h"
Go to the source code of this file.
Functions | |
void | usage (int, char **argv) |
int | main (int argc, char **argv) |
An example file named lower-integer-convex-hull.
This file is part of the DGtal library.
Definition in file lower-integer-convex-hull.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Main.
[lower-integer-convex-hull-types]
[lower-integer-convex-hull-types]
[lower-integer-convex-hull-instantiation]
[lower-integer-convex-hull-instantiation]
[lower-integer-convex-hull-process]
[lower-integer-convex-hull-process]
[lower-integer-convex-hull-stats]
[lower-integer-convex-hull-stats]
Definition at line 67 of file lower-integer-convex-hull.cpp.
References DGtal::DigitalSetByAssociativeContainer< TDomain, TContainer >::className(), LibBoard::Board::clear(), domain, DGtal::Color::Green, DGtal::Shapes< TDomain >::makeSetFromPointPredicate(), DGtal::Color::None, DGtal::LatticePolytope2D< TSpace, TSequence >::push_front(), DGtal::Color::Red, LibBoard::Board::saveEPS(), and usage().
void usage | ( | int | , |
char ** | argv | ||
) |