Public Member Functions | Public Attributes | List of all members
shapes::Cylinder Class Reference

Definition of a cylinder. More...

#include <shapes.h>

Inheritance diagram for shapes::Cylinder:
Inheritance graph
[legend]

Public Member Functions

 Cylinder (void)
 
 Cylinder (double r, double l)
 
- Public Member Functions inherited from shapes::Shape
 Shape (void)
 
virtual ~Shape (void)
 

Public Attributes

double length
 
double radius
 
- Public Attributes inherited from shapes::Shape
ShapeType type
 

Detailed Description

Definition of a cylinder.

Definition at line 109 of file shapes.h.

Constructor & Destructor Documentation

shapes::Cylinder::Cylinder ( void  )
inline

Definition at line 112 of file shapes.h.

shapes::Cylinder::Cylinder ( double  r,
double  l 
)
inline

Definition at line 118 of file shapes.h.

Member Data Documentation

double shapes::Cylinder::length

Definition at line 125 of file shapes.h.

double shapes::Cylinder::radius

Definition at line 125 of file shapes.h.


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


pr2_navigation_self_filter
Author(s): Eitan Marder-Eppstein
autogenerated on Mon Jun 10 2019 14:28:54