34 #ifndef __QGoContourEditingWidgetManager_h
35 #define __QGoContourEditingWidgetManager_h
39 #include "QGoGUILibConfigure.h"
40 #include "vtkSmartPointer.h"
41 #include "vtkPolyData.h"
42 #include "vtkImageData.h"
44 #include <QDockWidget>
61 int iTimeMin,
int iTimeMax, std::vector< vtkPoints* >* iSeeds,
63 int* iCurrentTimePoint,
73 void SetReeditMode(
bool iReeditMode);
81 void InitializeSettingsForManualMode();
97 void StartManualSegmentation(
bool iValue);
102 void ContourValidated(
int iTCoord);
103 void reinitializeContour();
104 void changeContourRepresentationProperty(
float iLinewidth,
QColor iLinecolor,
106 void ManualSegmentationActivated(
bool);
129 void ContourToValidate();
130 void ApplyLevelSetAlgo();
Base class for contour manual segmentation.
class to be the interface between the levelset algo for contours and GoFigure
Interface between image reader and vtkImageData.