Loading...
Searching...
No Matches
line Struct Reference

#include <SVGTools.H>

Inheritance diagram for line:
Collaboration diagram for line:

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

Ostreamoperator<< (Ostream &os, const line &l)

Additional Inherited Members

Public Attributes inherited from element
const word key_
DynamicList< entryTypestyles_
DynamicList< entryTypeelems_
const word end = "</" + key_ + ">"

Detailed Description

Definition at line 163 of file SVGTools.H.

Constructor & Destructor Documentation

◆ line()

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 = {} )
inline

Definition at line 167 of file SVGTools.H.

References Foam::y1().

Referenced by operator<<.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator<<

Ostream & operator<< ( Ostream & os,
const line & l )
friend

Definition at line 186 of file SVGTools.H.

References element::end, line(), and os().


The documentation for this struct was generated from the following file:
  • src/functionObjects/utilities/graphFunctionObject/SVGTools.H