Coverage Control Library
Loading...
Searching...
No Matches
Polygons_Cuda Struct Reference

Structure to store the parameters of the polygons on the device. More...

#include <generate_world_map.h>

Public Attributes

float * x = nullptr
 
float * y = nullptr
 
float * imp = nullptr
 
int * sz = nullptr
 
Boundsbounds = nullptr
 
int num_pts = 0
 
int num_polygons = 0
 

Detailed Description

Structure to store the parameters of the polygons on the device.

Definition at line 68 of file generate_world_map.h.

Member Data Documentation

◆ bounds

Bounds* bounds = nullptr

Definition at line 73 of file generate_world_map.h.

◆ imp

float* imp = nullptr

Definition at line 71 of file generate_world_map.h.

◆ num_polygons

int num_polygons = 0

Definition at line 75 of file generate_world_map.h.

◆ num_pts

int num_pts = 0

Definition at line 74 of file generate_world_map.h.

◆ sz

int* sz = nullptr

Definition at line 72 of file generate_world_map.h.

◆ x

float* x = nullptr

Definition at line 69 of file generate_world_map.h.

◆ y

float* y = nullptr

Definition at line 70 of file generate_world_map.h.