#include <genesis/utils/formats/svg/object.hpp>
Definition at line 46 of file object.hpp.
Public Member Functions | |
template<typename T > | |
SvgObject (T const &object) | |
SvgObject (SvgObject const &other) | |
SvgObject (SvgObject &&)=default | |
~SvgObject ()=default | |
SvgBox | bounding_box () const |
SvgObject & | operator= (SvgObject other) |
void | write (std::ostream &out, size_t indent=0, SvgDrawingOptions const &options=SvgDrawingOptions()) const |
Public Types | |
using | self_type = SvgObject |
|
inline |
Definition at line 61 of file object.hpp.
Definition at line 65 of file object.hpp.
|
default |
|
inline |
Definition at line 86 of file object.hpp.
Definition at line 71 of file object.hpp.
|
inline |
Definition at line 91 of file object.hpp.
Definition at line 54 of file object.hpp.