|
LibreOffice Module basegfx (master) 1
|
#include <ostream>#include <vector>#include <basegfx/basegfxdllapi.h>#include <basegfx/point/b2ipoint.hxx>#include <basegfx/tuple/b2ituple.hxx>#include <basegfx/tuple/b2i64tuple.hxx>#include <basegfx/range/basicrange.hxx>#include <basegfx/range/Range2D.hxx>Go to the source code of this file.
Classes | |
| class | basegfx::B2IRange |
| A two-dimensional interval over integers. More... | |
Namespaces | |
| namespace | basegfx |
Functions | |
| std::vector< B2IRange > & | basegfx::computeSetDifference (std::vector< B2IRange > &o_rResult, const B2IRange &rFirst, const B2IRange &rSecond) |
| Compute the set difference of the two given ranges. More... | |
| template<typename charT , typename traits > | |
| std::basic_ostream< charT, traits > & | basegfx::operator<< (std::basic_ostream< charT, traits > &stream, const B2IRange &range) |
| Write to char stream. More... | |