35 #include <QPushButton>
38 #include <QVBoxLayout>
39 #include <QHBoxLayout>
40 #include <QDoubleSpinBox>
41 #include <vtkPolyData.h>
53 BaseWidget(parent,
"RecordBaseWidget",
"Record Base"),
54 mAcquisitionService(acquisitionService),
55 mLayout(new QVBoxLayout(this))
57 this->setObjectName(
"RecordBaseWidget");
58 this->setWindowTitle(
"Record Base");
80 if(mTool && tool && (mTool->getUid() == tool->getUid()))
boost::shared_ptr< class AcquisitionService > AcquisitionServicePtr
cxLogicManager_EXPORT AcquisitionServicePtr acquisitionService()
boost::shared_ptr< class Tool > ToolPtr