DGtal 1.4.0
|
#include <cstdlib>
#include <cmath>
#include <iostream>
#include <iomanip>
#include "DGtal/arithmetic/LighterSternBrocot.h"
#include "DGtal/base/StdRebinders.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 approximation.
This file is part of the DGtal library.
Definition in file approximation.cpp.
int main | ( | int | argc, |
char ** | argv ) |
Main.
[approximation-types]
[approximation-types]
[approximation-process]
[approximation-process]
Definition at line 73 of file approximation.cpp.
void usage | ( | int | , |
char ** | argv ) |
Definition at line 64 of file approximation.cpp.