lefer  0.1.0
A C++ library to draw evenly-spaced and non-overlapping curves in a flow field using the Jobard and Lefer (1997) algorithm.
Public Attributes | List of all members
lefer::DensityCell Struct Reference

#include <lefer.hpp>

Public Attributes

std::vector< double > x
 
std::vector< double > y
 
int capacity
 
int space_used
 

Member Data Documentation

◆ capacity

int lefer::DensityCell::capacity

◆ space_used

int lefer::DensityCell::space_used

◆ x

std::vector<double> lefer::DensityCell::x

◆ y

std::vector<double> lefer::DensityCell::y

The documentation for this struct was generated from the following file: