#include <ppm.h>
Public Member Functions | |
unsigned int | getID (unsigned int x_coord, unsigned int y_coord) |
unsigned int | getSize () |
unsigned int | getX (unsigned int id) |
unsigned int | getY (unsigned int id) |
PPMImage () | |
~PPMImage () | |
Public Attributes | |
PPMPixel * | data |
unsigned int | x |
unsigned int | y |
ompl_rviz_viewer::PPMImage::PPMImage | ( | ) | [inline] |
ompl_rviz_viewer::PPMImage::~PPMImage | ( | ) | [inline] |
unsigned int ompl_rviz_viewer::PPMImage::getID | ( | unsigned int | x_coord, |
unsigned int | y_coord | ||
) | [inline] |
unsigned int ompl_rviz_viewer::PPMImage::getSize | ( | ) | [inline] |
unsigned int ompl_rviz_viewer::PPMImage::getX | ( | unsigned int | id | ) | [inline] |
unsigned int ompl_rviz_viewer::PPMImage::getY | ( | unsigned int | id | ) | [inline] |
unsigned int ompl_rviz_viewer::PPMImage::x |
unsigned int ompl_rviz_viewer::PPMImage::y |