#include <SVGTools.H>


Public Member Functions | |
| line (const label x1, const label y1, const label x2, const label y2, const std::initializer_list< entryType > &styles={}, const std::initializer_list< entryType > &elems={}) | |
| Public Member Functions inherited from element | |
| element (const word &key, const std::initializer_list< entryType > &styles={}, const std::initializer_list< entryType > &elems={}) | |
| template<class Type> | |
| void | addAttr (const char *key, const Type &value) |
| void | addAttrStr (const char *key, const string &str) |
Friends | |
| Ostream & | operator<< (Ostream &os, const line &l) |
Additional Inherited Members | |
| Public Attributes inherited from element | |
| const word | key_ |
| DynamicList< entryType > | styles_ |
| DynamicList< entryType > | elems_ |
| const word | end = "</" + key_ + ">" |
Definition at line 163 of file SVGTools.H.
|
inline |
Definition at line 167 of file SVGTools.H.
References Foam::y1().
Referenced by operator<<.


Definition at line 186 of file SVGTools.H.
References element::end, line(), and os().