Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Classes | |
struct | point_2d< T > |
class | extents_slices_t |
A utility class for referencing the two slices of a extents_t. More... | |
class | extents_t |
An intrinsic geometry class for objects with a graphical representation. More... | |
class | extents_t::slice_t |
A class containing element geometry for a single orientation. More... |
Namespaces | |
namespace | adobe |
namespace | std |
STL namespace. |
Typedefs | |
typedef std::pair< int, int > | pair_long_t |
typedef point_2d< int > | point_2d_t |
typedef std::vector< int > | guide_set_t |
Functions | |
std::ostream & | operator<< (std::ostream &s, const extents_t &x) |
std::ostream & | operator<< (std::ostream &s, const extents_t::slice_t &x) |
template<> | |
void | swap (adobe::extents_t::slice_t &x, adobe::extents_t::slice_t &y) BOOST_NOEXCEPT |
template<> | |
void | swap (adobe::extents_t &x, adobe::extents_t &y) BOOST_NOEXCEPT |