Inkscape
Vector Graphics Editor
|
Various utility functions. More...
Go to the source code of this file.
Classes | |
struct | Geom::EmptyClass |
struct | Geom::MultipliableNoncommutative< T, U, B > |
Noncommutative multiplication helper. More... | |
struct | Geom::NullIterator |
Null output iterator Use this if you want to discard a result returned through an output iterator. More... | |
Namespaces | |
namespace | Geom |
Various utility functions. | |
Typedefs | |
using | Geom::ErrorCode = int |
Enumerations | |
enum | Geom::Errors : ErrorCode { Geom::GEOM_ERR_INTERSECGRAPH } |
Functions | |
void | Geom::binomial_coefficients (std::vector< size_t > &bc, std::size_t n) |
template<typename Iter , typename Container > | |
Iter | Geom::cyclic_next (Iter i, Container &c) |
Get the next iterator in the container with wrap-around. | |
template<typename Iter , typename Container > | |
Iter | Geom::cyclic_prior (Iter i, Container &c) |
Get the previous iterator in the container with wrap-around. | |
Various utility functions.
Definition in file utils.h.