1 #ifndef PIXLED_MAPPING_API_H
2 #define PIXLED_MAPPING_API_H
72 std::vector<led> _leds;
78 const std::vector<led>&
leds()
const {
Definition: geometry.h:296
Definition: geometry.h:247
Definition: animation.cpp:3
std::size_t index_t
Definition: mapping.h:11
bool operator==(const color &c1, const color &c2)
Definition: color.cpp:181
void push(const led &led)
Definition: mapping.cpp:13
box boundingBox() const
Definition: mapping.h:98
const std::vector< led > & leds() const
Definition: mapping.h:78
bool operator()(const led &l1, const led &l2) const
Definition: mapping.cpp:9
index_t index
Definition: mapping.h:27
point location
Definition: mapping.h:23
led(point location, index_t index)
Definition: mapping.h:35
Definition: geometry.h:23