13 #ifndef QmitkToFSurfaceGenerationWidget_h
14 #define QmitkToFSurfaceGenerationWidget_h
16 #include <MitkToFUIExports.h>
17 #include "ui_QmitkToFSurfaceGenerationWidgetControls.h"
23 #include <vtkColorTransferFunction.h>
24 #include <vtkCamera.h>
25 #include <vtkSmartPointer.h>
54 virtual void CreateQtPartControl(QWidget *parent);
56 virtual void CreateConnections();
102 void OnRepresentationChanged(
int index);
106 void OnReconstructionChanged(
int index);
112 void OnCompute3DDataCheckboxChecked(
bool checked);
117 void OnShowAdvancedOptionsCheckboxChecked(
bool checked);
122 void OnTriangulationThresholdSpinBoxChanged();
128 void OnDistanceColorMapCheckBoxChecked(
bool checked);
134 void OnRGBTextureCheckBoxChecked(
bool checked);
143 void FindReconstructionModeProperty();
147 mitk::CameraIntrinsics::Pointer m_CameraIntrinsics;