19 #ifndef CXINTERACTIVECROPPER_H_
20 #define CXINTERACTIVECROPPER_H_
22 #include "cxResourceVisualizationExport.h"
26 #include <vtkSmartPointer.h>
57 void resetBoundingBox();
59 bool getUseCropping();
60 bool getShowBoxWidget()
const;
61 std::vector<int> getDimensions();
65 void showBoxWidget(
bool on);
66 void useCropping(
bool on);
68 void imageCropChangedSlot();
69 void imageChangedSlot();
72 void boxWasShown(
bool val);
78 void updateBoxWidgetInteractor();