getColor() const | PolarGridRenderer | [inline] |
getGrid() const | PolarGridRenderer | [inline] |
getHSLColor() const | PolarGridRenderer | [inline] |
getPhiEdges() const | PolarGridRenderer | [inline] |
getPosition() const | PolarGridRenderer | [inline] |
getRhoEdges() const | PolarGridRenderer | [inline] |
getSubdivision(int &_around, int &_along) const | PolarGridRenderer | [inline] |
m_color | PolarGridRenderer | [protected] |
m_depth | PolarGridRenderer | [protected] |
m_GLUGrids | PolarGridRenderer | [protected] |
m_GLUSectors | PolarGridRenderer | [protected] |
m_grid | PolarGridRenderer | [protected] |
m_maxValue | PolarGridRenderer | [protected] |
m_phiEdges | PolarGridRenderer | [protected] |
m_position | PolarGridRenderer | [protected] |
m_rhoEdges | PolarGridRenderer | [protected] |
m_subdivision | PolarGridRenderer | [protected] |
operator=(const PolarGridRenderer &_renderer) | PolarGridRenderer | |
PolarGridRenderer(const std::vector< std::vector< double > > *grid, const std::vector< double > *phiEdges, const std::vector< double > *rhoEdges) | PolarGridRenderer | |
PolarGridRenderer(const PolarGridRenderer &_renderer) | PolarGridRenderer | |
render() | PolarGridRenderer | [virtual] |
setColor(float _red, float _green, float _blue, float _alpha=1.0f) | PolarGridRenderer | [inline] |
setColor(const Color &color) | PolarGridRenderer | [inline] |
setDepth(float depth) | PolarGridRenderer | [inline] |
setGrid(const std::vector< std::vector< double > > *grid, const std::vector< double > *phiEdges, const std::vector< double > *rhoEdges) | PolarGridRenderer | |
setPosition(const OrientedPoint2D *position) | PolarGridRenderer | [inline] |
setSubdivision(int _around, int _along) | PolarGridRenderer | [inline] |
~PolarGridRenderer() | PolarGridRenderer | [virtual] |