Ignition Common

API Reference

4.5.0

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()

SVGCommand ( )
inline

Constructor.

◆ ~SVGCommand()

virtual ~SVGCommand ( )
virtualdefault

Destructor.

Member Data Documentation

◆ cmd

char cmd

A letter that describe the segment.

◆ numbers

std::vector<double> numbers

Coordinates for the command.


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