#include <PanoCommand.h>
Inheritance diagram for PT::ChangeImageXCmd:
Public Member Functions | |
ChangeImageXCmd (Panorama &p, UIntSet image_numbers, double value) | |
virtual bool | processPanorama (Panorama &pano) |
virtual std::string | getName () const |
Private Attributes | |
UIntSet | image_numbers |
double | value |
Definition at line 1478 of file PanoCommand.h.
Definition at line 1478 of file PanoCommand.h.
virtual std::string PT::ChangeImageXCmd::getName | ( | ) | const [inline, virtual] |
virtual bool PT::ChangeImageXCmd::processPanorama | ( | Panorama & | pano | ) | [inline, virtual] |
UIntSet PT::ChangeImageXCmd::image_numbers [private] |
Definition at line 1478 of file PanoCommand.h.
double PT::ChangeImageXCmd::value [private] |
Definition at line 1478 of file PanoCommand.h.