Public Member Functions
GridCellFactory Class Reference

The base class for factories that encapsulate creation of a specific cell (The Factory method pattern is applied). More...

#include <grid_cell_factory.h>

Inheritance diagram for GridCellFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual std::shared_ptr< GridCellcreate_cell ()=0
 Creates a new cell of a specific type.

Detailed Description

The base class for factories that encapsulate creation of a specific cell (The Factory method pattern is applied).

Definition at line 38 of file grid_cell_factory.h.


Member Function Documentation

virtual std::shared_ptr<GridCell> GridCellFactory::create_cell ( ) [pure virtual]

Creates a new cell of a specific type.

Returns:
Pointer to GridCell.

Implemented in TinyAvgCellFactory, and TinyBaseCellFactory.


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


tiny_slam
Author(s):
autogenerated on Thu Jun 6 2019 17:44:58