|
tess 0.4.0
Performance-first tile and path simulation substrate
|
This is the complete list of members for tess::PathView, including all inherited members.
| back() const noexcept -> const Coord3 & | tess::PathView | inline |
| begin() const noexcept | tess::PathView | inline |
| data() const noexcept -> const Coord3 * | tess::PathView | inline |
| empty() const noexcept -> bool | tess::PathView | inline |
| end() const noexcept | tess::PathView | inline |
| front() const noexcept -> const Coord3 & | tess::PathView | inline |
| operator[](std::size_t index) const noexcept -> const Coord3 & | tess::PathView | inline |
| PathView() noexcept=default | tess::PathView | |
| PathView(std::span< const Coord3 > nodes) noexcept | tess::PathView | inline |
| PathView(const std::vector< Coord3 > &nodes) noexcept | tess::PathView | inline |
| PathView(std::vector< Coord3 > &&)=delete | tess::PathView | |
| PathView(const std::vector< Coord3 > &&)=delete | tess::PathView | |
| size() const noexcept -> std::size_t | tess::PathView | inline |
| span() const noexcept -> std::span< const Coord3 > | tess::PathView | inline |
| suffix(std::size_t offset) const noexcept -> PathView | tess::PathView | inline |