#include <cstdio>
#include <iostream>
#include <vector>
#include <cmath>
#include <cstdlib>
#include <cfloat>
Classes | |
struct | points_t |
Functions | |
void | print_usage () |
void | anslyze_points_1 (vector< points_t > const &pt_list) |
void | anslyze_points_2 (vector< points_t > const &pt_list) |
void | anslyze_points (vector< points_t > const &pt_list) |
void | filter_points (string const &input_file, string const &output_file) |
int | main (int argc, char **argv) |
void anslyze_points | ( | vector< points_t > const & | pt_list | ) |
References anslyze_points_1(), and anslyze_points_2().
Referenced by filter_points().
void anslyze_points_1 | ( | vector< points_t > const & | pt_list | ) |
Referenced by anslyze_points().
void anslyze_points_2 | ( | vector< points_t > const & | pt_list | ) |
Referenced by anslyze_points().
void filter_points | ( | string const & | input_file, | |
string const & | output_file | |||
) |
References anslyze_points(), points_t::x, points_t::y, and points_t::z.
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
References filter_points(), and print_usage().
void print_usage | ( | ) |