YetAnotherCoupler 3.5.2
Loading...
Searching...
No Matches
grid_cloud.c File Reference
#include <string.h>
#include "basic_grid_data.h"
#include "geometry.h"
#include "utils_common.h"
Include dependency graph for grid_cloud.c:

Go to the source code of this file.

Functions

static struct yac_basic_grid_data yac_generate_basic_grid_data_cloud_ (size_t nbr_points, double *x_points, double *y_points, void(*LLtoXYZ_ptr)(double, double, double[]))
 
struct yac_basic_grid_data yac_generate_basic_grid_data_cloud (size_t nbr_points, double *x_points, double *y_points)
 
struct yac_basic_grid_data yac_generate_basic_grid_data_cloud_deg (size_t nbr_points, double *x_points, double *y_points)
 

Function Documentation

◆ yac_generate_basic_grid_data_cloud()

struct yac_basic_grid_data yac_generate_basic_grid_data_cloud ( size_t nbr_points,
double * x_points,
double * y_points )

Definition at line 50 of file grid_cloud.c.

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

◆ yac_generate_basic_grid_data_cloud_()

static struct yac_basic_grid_data yac_generate_basic_grid_data_cloud_ ( size_t nbr_points,
double * x_points,
double * y_points,
void(* LLtoXYZ_ptr )(double, double, double[]) )
static

Definition at line 11 of file grid_cloud.c.

Here is the caller graph for this function:

◆ yac_generate_basic_grid_data_cloud_deg()

struct yac_basic_grid_data yac_generate_basic_grid_data_cloud_deg ( size_t nbr_points,
double * x_points,
double * y_points )

Definition at line 58 of file grid_cloud.c.

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