#include <vector>
#include <string>
Go to the source code of this file.
|
| void | project_on_sphere (double, double &, double &, double &) |
| |
| void | lay_points (double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3, double x4, double y4, double z4, std::vector< double > &x, std::vector< double > &y, std::vector< double > &z, std::vector< bool > &hull, size_t level) |
| |
| std::vector< std::string > | get_command_line_options_vector (int argc, char **argv) |
| |
| bool | find_command_line_option (char **begin, char **end, const std::string &option) |
| |
◆ find_command_line_option()
| bool find_command_line_option |
( |
char ** |
begin, |
|
|
char ** |
end, |
|
|
const std::string & |
option |
|
) |
| |
◆ get_command_line_options_vector()
| std::vector<std::string> get_command_line_options_vector |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ lay_points()
| void lay_points |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
z1, |
|
|
double |
x2, |
|
|
double |
y2, |
|
|
double |
z2, |
|
|
double |
x3, |
|
|
double |
y3, |
|
|
double |
z3, |
|
|
double |
x4, |
|
|
double |
y4, |
|
|
double |
z4, |
|
|
std::vector< double > & |
x, |
|
|
std::vector< double > & |
y, |
|
|
std::vector< double > & |
z, |
|
|
std::vector< bool > & |
hull, |
|
|
size_t |
level |
|
) |
| |
◆ project_on_sphere()
| void project_on_sphere |
( |
double |
, |
|
|
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |