Public Member Functions | Public Attributes | List of all members
gazebo::common::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

gazebo::common::SVGCommand::SVGCommand ( )
inline

Constructor.

virtual gazebo::common::SVGCommand::~SVGCommand ( )
virtualdefault

Destructor.

Member Data Documentation

char gazebo::common::SVGCommand::cmd

A letter that describe the segment.

std::vector<double> gazebo::common::SVGCommand::numbers

Coordinates for the command.


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