Public Member Functions | Public Attributes | List of all members
shapes::Shape Class Referenceabstract

A basic definition of a shape. Shapes are considered centered at origin. More...

#include <shapes.h>

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

Public Member Functions

virtual Shapeclone () const =0
 Create a copy of this shape. More...
 
virtual bool isFixed () const
 Return a flag indicating whether this shape can be scaled and/or padded. More...
 
void padd (double padding)
 Add padding to this shape. More...
 
virtual void print (std::ostream &out=std::cout) const
 Print information about this shape. More...
 
void scale (double scale)
 Scale this shape by a factor. More...
 
virtual void scaleAndPadd (double scale, double padd)=0
 Scale and padd this shape. More...
 
 Shape ()
 
virtual ~Shape ()
 

Public Attributes

ShapeType type
 The type of the shape. More...
 

Detailed Description

A basic definition of a shape. Shapes are considered centered at origin.

Definition at line 77 of file shapes.h.

Constructor & Destructor Documentation

shapes::Shape::Shape ( )

Definition at line 87 of file shapes.cpp.

shapes::Shape::~Shape ( )
virtual

Definition at line 92 of file shapes.cpp.

Member Function Documentation

virtual Shape* shapes::Shape::clone ( ) const
pure virtual

Create a copy of this shape.

Implemented in shapes::OcTree, shapes::Plane, shapes::Mesh, shapes::Box, shapes::Cone, shapes::Cylinder, and shapes::Sphere.

bool shapes::Shape::isFixed ( ) const
virtual

Return a flag indicating whether this shape can be scaled and/or padded.

Reimplemented in shapes::OcTree, and shapes::Plane.

Definition at line 406 of file shapes.cpp.

void shapes::Shape::padd ( double  padding)

Add padding to this shape.

Definition at line 280 of file shapes.cpp.

void shapes::Shape::print ( std::ostream &  out = std::cout) const
virtual

Print information about this shape.

Reimplemented in shapes::OcTree, shapes::Plane, shapes::Mesh, shapes::Box, shapes::Cone, shapes::Cylinder, and shapes::Sphere.

Definition at line 356 of file shapes.cpp.

void shapes::Shape::scale ( double  scale)

Scale this shape by a factor.

Definition at line 275 of file shapes.cpp.

virtual void shapes::Shape::scaleAndPadd ( double  scale,
double  padd 
)
pure virtual

Member Data Documentation

ShapeType shapes::Shape::type

The type of the shape.

Definition at line 102 of file shapes.h.


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


geometric_shapes
Author(s): Ioan Sucan , Gil Jones
autogenerated on Fri Jun 7 2019 21:59:29