#include <PanoCommand.h>
Inheritance diagram for PT::ChangeImageCropFactorCmd:
Public Member Functions | |
ChangeImageCropFactorCmd (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 1463 of file PanoCommand.h.
PT::ChangeImageCropFactorCmd::ChangeImageCropFactorCmd | ( | Panorama & | p, | |
UIntSet | image_numbers, | |||
double | value | |||
) | [inline] |
Definition at line 1463 of file PanoCommand.h.
virtual std::string PT::ChangeImageCropFactorCmd::getName | ( | ) | const [inline, virtual] |
virtual bool PT::ChangeImageCropFactorCmd::processPanorama | ( | Panorama & | pano | ) | [inline, virtual] |
Definition at line 1463 of file PanoCommand.h.
double PT::ChangeImageCropFactorCmd::value [private] |
Definition at line 1463 of file PanoCommand.h.