#include <src/libslic3r/MarchingSquares.hpp>
◆ Coord() [1/3]
| marchsq::Coord::Coord |
( |
| ) |
|
|
default |
◆ Coord() [2/3]
| marchsq::Coord::Coord |
( |
long |
s | ) |
|
|
inlineexplicit |
long c
Definition MarchingSquares.hpp:14
long r
Definition MarchingSquares.hpp:14
◆ Coord() [3/3]
| marchsq::Coord::Coord |
( |
long |
_r, |
|
|
long |
_c |
|
) |
| |
|
inline |
◆ operator+()
◆ operator+=()
21{
r +=
b.r;
c +=
b.c;
return *
this; }
References c, and r.
◆ seq()
| size_t marchsq::Coord::seq |
( |
const Coord & |
res | ) |
const |
|
inline |
| long marchsq::Coord::c = 0 |
Referenced by marchsq::__impl::Grid< Rst >::_edge(), marchsq::__impl::Grid< Rst >::br(), marchsq::__impl::Grid< Rst >::coord(), marchsq::__impl::Grid< Rst >::edge(), marchsq::__impl::Grid< Rst >::is_within(), marchsq::__impl::isoval(), marchsq::__impl::Grid< Rst >::CellIt::operator!=(), operator+=(), marchsq::__impl::Grid< Rst >::rastercoord(), seq(), marchsq::__impl::step(), and marchsq::__impl::Grid< Rst >::tr().
| long marchsq::Coord::r = 0 |
Referenced by marchsq::__impl::Grid< Rst >::_edge(), marchsq::__impl::Grid< Rst >::bl(), marchsq::__impl::Grid< Rst >::br(), marchsq::__impl::Grid< Rst >::edge(), marchsq::__impl::Grid< Rst >::is_within(), marchsq::__impl::isoval(), marchsq::__impl::Grid< Rst >::CellIt::operator!=(), operator+=(), marchsq::__impl::Grid< Rst >::rastercoord(), seq(), and marchsq::__impl::step().
The documentation for this struct was generated from the following file: