Loading...
Searching...
No Matches
Foam::SVG Namespace Reference

Collection of tools to generate SVG strings. More...

Classes

struct  element
struct  text
struct  line
struct  header

Typedefs

typedef std::pair< const char *, stringentryType

Functions

Ostreamoperator<< (Ostream &os, const element &e)
Ostreamoperator<< (Ostream &os, const text &t)
Ostreamoperator<< (Ostream &os, const line &l)
Ostreamoperator<< (Ostream &os, const header &h)

Variables

const char * end = "</svg>"

Detailed Description

Collection of tools to generate SVG strings.

Source files

Typedef Documentation

◆ entryType

typedef std::pair<const char*, string> entryType

Definition at line 51 of file SVGTools.H.

Function Documentation

◆ operator<<() [1/4]

Ostream & operator<< ( Ostream & os,
const element & e )

Definition at line 88 of file SVGTools.H.

◆ operator<<() [2/4]

Ostream & operator<< ( Ostream & os,
const text & t )

Definition at line 145 of file SVGTools.H.

◆ operator<<() [3/4]

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

Definition at line 186 of file SVGTools.H.

◆ operator<<() [4/4]

Ostream & operator<< ( Ostream & os,
const header & h )

Definition at line 211 of file SVGTools.H.

Variable Documentation

◆ end

const char* end = "</svg>"

Definition at line 223 of file SVGTools.H.

Referenced by graphFunctionObject::write().