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

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

#include <generate_world_map.h>

Public Attributes

std::vector< float > x
 
std::vector< float > y
 
std::vector< float > imp
 
std::vector< int > sz
 
std::vector< Boundsbounds
 
int num_pts = 0
 
int num_polygons = 0
 

Detailed Description

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

Definition at line 59 of file generate_world_map.h.

Member Data Documentation

◆ bounds

std::vector<Bounds> bounds

Definition at line 64 of file generate_world_map.h.

◆ imp

std::vector<float> imp

Definition at line 62 of file generate_world_map.h.

◆ num_polygons

int num_polygons = 0

Definition at line 66 of file generate_world_map.h.

◆ num_pts

int num_pts = 0

Definition at line 65 of file generate_world_map.h.

◆ sz

std::vector<int> sz

Definition at line 63 of file generate_world_map.h.

◆ x

std::vector<float> x

Definition at line 60 of file generate_world_map.h.

◆ y

std::vector<float> y

Definition at line 61 of file generate_world_map.h.