|
ToolHandle | tool_ |
| Handle to the underlying tool.
|
|
virtual bool Seg3D::ToolWidget::build_widget |
( |
QFrame * |
frame | ) |
|
|
pure virtual |
BUILD_WIDGET: Function to create the specific tool widget: This one needs to be overloaded
Implemented in Seg3D::MeasurementToolInterface, Seg3D::PointsSelectToolInterface, Seg3D::CurvatureAnisotropicDiffusionFilterInterface, Seg3D::DiscreteGaussianFilterInterface, Seg3D::FillHolesFilterInterface, Seg3D::GradientAnisotropicDiffusionFilterInterface, Seg3D::AndFilterInterface, Seg3D::BinaryDilateErodeFilterInterface, Seg3D::BinaryIterativeDilateErodeFilterInterface, Seg3D::BinarySmoothDilateErodeFilterInterface, Seg3D::CannyEdgeDetectionFilterInterface, Seg3D::ConnectedComponentFilterInterface, Seg3D::ConnectedComponentSizeFilterInterface, Seg3D::DistanceFilterInterface, Seg3D::FlipToolInterface, Seg3D::GradientMagnitudeFilterInterface, Seg3D::HistogramEqualizationFilterInterface, Seg3D::IntensityCorrectionFilterInterface, Seg3D::MaskDataFilterInterface, Seg3D::MeanFilterInterface, Seg3D::MedianFilterInterface, Seg3D::OrFilterInterface, Seg3D::OtsuThresholdFilterInterface, Seg3D::PointSetFilterInterface, Seg3D::RemoveFilterInterface, Seg3D::ThresholdSegmentationLSFilterInterface, Seg3D::XorFilterInterface, Seg3D::ExtractDataLayerInterface, Seg3D::ArithmeticFilterInterface, Seg3D::RadialBasisFunctionToolInterface, Seg3D::ClipboardToolInterface, Seg3D::CropToolInterface, Seg3D::InvertToolInterface, Seg3D::PadToolInterface, Seg3D::PaintToolInterface, Seg3D::PolylineToolInterface, Seg3D::ResampleToolInterface, Seg3D::SpeedlineToolInterface, Seg3D::ThresholdToolInterface, Seg3D::TransformToolInterface, Seg3D::ConfidenceConnectedFilterInterface, and Seg3D::NeighborhoodConnectedFilterInterface.
bool Seg3D::ToolWidget::create_widget |
( |
QWidget * |
parent, |
|
|
ToolHandle & |
tool |
|
) |
| |
CREATE_WIDGET: The constructor only builds the class. Because this is handled through a factory method we use this auxillary function to build the inner parts of the widget
The documentation for this class was generated from the following files:
- Interface/Application/ToolWidget.h
- Interface/Application/ToolWidget.cc