#include <genesis/utils/formats/svg/object.hpp>
Definition at line 46 of file object.hpp.
Public Member Functions | |
SvgObject (SvgObject &&)=default | |
SvgObject (SvgObject const &other) | |
template<typename T > | |
SvgObject (T const &object) | |
~SvgObject ()=default | |
SvgBox | bounding_box () const |
std::string const & | id () 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 67 of file object.hpp.
|
default |
|
inline |
Definition at line 93 of file object.hpp.
|
inline |
Definition at line 88 of file object.hpp.
Definition at line 73 of file object.hpp.
|
inline |
Definition at line 98 of file object.hpp.
Definition at line 54 of file object.hpp.