#include <DebugImages.h>
Definition at line 176 of file DebugImages.h.
enum Images::ImageID |
IDs for images. enter new image IDs here and add the corresponding string in getImageIDName.
Definition at line 183 of file DebugImages.h.
static bool Images::getDebugKeyID | ( | enum ImageID | imageID, | |
DebugKeyTable::debugKeyID & | debugKeyID | |||
) | [inline, static] |
Definition at line 238 of file DebugImages.h.
References classificationU, classificationV, classificationY, colorFrequency, imageMotionRecognition, imageProcessorBall, imageProcessorFlags, imageProcessorGeneral, imageProcessorGoals, imageProcessorGradients, imageProcessorPlayers, imageProcessorScanLines, segmentedImage1, segmentedImage2, segmentedImage3, DebugKeyTable::send_classificationU_image, DebugKeyTable::send_classificationV_image, DebugKeyTable::send_classificationY_image, DebugKeyTable::send_colorFrequency_image, DebugKeyTable::send_imageMotionRecognition_image, DebugKeyTable::send_imageProcessorBall_image, DebugKeyTable::send_imageProcessorFlags_image, DebugKeyTable::send_imageProcessorGeneral_image, DebugKeyTable::send_imageProcessorGoals_image, DebugKeyTable::send_imageProcessorGradients_image, DebugKeyTable::send_imageProcessorPlayers_image, DebugKeyTable::send_imageProcessorScanLines_image, DebugKeyTable::send_segmentedImage1_image, DebugKeyTable::send_segmentedImage2_image, and DebugKeyTable::send_segmentedImage3_image.
Referenced by RobotConsole::debugKey(), RobotConsole::handleMessage(), and ImageDrawingManager::sendDebugKeysForSimulatedRobots().
static char* Images::getImageIDName | ( | ImageID | imageID | ) | [inline, static] |
Returns a description for an indexed image id. Add descriptions for new image ids here.
Definition at line 213 of file DebugImages.h.
References classificationU, classificationV, classificationY, colorFrequency, imageMotionRecognition, imageProcessorBall, imageProcessorFlags, imageProcessorGeneral, imageProcessorGoals, imageProcessorGradients, imageProcessorPlayers, imageProcessorScanLines, noImage, rawImage, segmentedImage1, segmentedImage2, and segmentedImage3.
Referenced by ImageDrawingManager::loadProperties(), CColorTable64DlgBar::OnInitDialog(), ImageDrawingManager::saveProperties(), and DebugDrawingManagerUI::showContextMenu().