SVGCommand Class Reference

SVG command data structure. More...

#include <SVGLoader.hh>

Public Member Functions

 SVGCommand ()
 Constructor. More...
 
virtual ~SVGCommand ()=default
 Destructor. More...
 

Public Attributes

char cmd
 A letter that describe the segment. More...
 
std::vector< double > numbers
 Coordinates for the command. More...
 

Detailed Description

SVG command data structure.

Constructor & Destructor Documentation

SVGCommand ( )
inline

Constructor.

virtual ~SVGCommand ( )
virtualdefault

Destructor.

Member Data Documentation

char cmd

A letter that describe the segment.

std::vector<double> numbers

Coordinates for the command.


The documentation for this class was generated from the following file: