World Builder  1.1.0-pre
A geodynamic initial conditions generator
main.h File Reference
#include <vector>
#include <string>
Include dependency graph for main.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ find_command_line_option()

bool find_command_line_option ( char **  begin,
char **  end,
const std::string &  option 
)

Definition at line 49 of file main.cc.

Here is the caller graph for this function:

◆ get_command_line_options_vector()

std::vector<std::string> get_command_line_options_vector ( int  argc,
char **  argv 
)

Definition at line 277 of file main.cc.

Here is the caller graph for this function:

◆ 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 
)

Definition at line 233 of file main.cc.

Here is the caller graph for this function:

◆ project_on_sphere()

void project_on_sphere ( double  ,
double &  ,
double &  ,
double &   
)

Definition at line 216 of file main.cc.

Here is the call graph for this function:
Here is the caller graph for this function: