#include "spheredistance.h"
#include "adf.h"
#include <string>
#include <stdlib.h>
Include dependency graph for adftester.cpp:

Go to the source code of this file.
Functions | |
| double | random1 () |
| void | test_usage (int code, const char *msg=NULL, std::ostream &out=std::cerr) |
| int | test_cmdline_option (int argc, char **argv, int &index) |
| int | main (int argc, char *argv[]) |
Variables | |
| double | tolerance = 0.001 |
| double | iso = 0 |
| char * | options = "hi:t:" |
| char * | usage_string |
|
||||||||||||
|
Definition at line 56 of file adftester.cpp. References OctreeAnalyzer::collect_statistics(), ADF::get_distance(), iso, ADFPruner::prune(), random1(), ADFRefiner::refine(), ADFAnalyzer::report_statistics(), test_cmdline_option(), test_usage(), and tolerance. |
|
|
Definition at line 18 of file adftester.cpp. Referenced by main(). |
|
||||||||||||||||
|
Definition at line 39 of file adftester.cpp. References iso, test_usage(), and tolerance. Referenced by main(). |
|
||||||||||||||||
|
Definition at line 20 of file adftester.cpp. Referenced by main(), and test_cmdline_option(). |
|
|
Definition at line 10 of file adftester.cpp. Referenced by main(), and test_cmdline_option(). |
|
|
Definition at line 12 of file adftester.cpp. |
|
|
Definition at line 9 of file adftester.cpp. Referenced by main(), and test_cmdline_option(). |
|
|
Initial value: "-t <tolerance> Use a different tolerance. [0.001]\n" "-i <iso> Achieve tolerance from 0 to iso iso-surfaces. [0]\n" "\n" Definition at line 13 of file adftester.cpp. |
1.3.4