GOFIGURE2
0.9.0
|
#include <Code/GUI/lib/TraceEditing/QGoMeshEditingWidgetManager.h>
Public Slots | |
void | RequestedPolydatas (std::list< vtkPolyData * >) |
void | RequestPolydatasForConvexHull () |
void | RequestPolydatasForDanielsson () |
![]() | |
void | SetVisible (bool isVisible) |
show or hide the dockwidget and check the current selected mode in order to emit a signal to get the seeds widget if show or to disable it of hide More... | |
Signals | |
void | RequestPolydatas () |
void | SetOfContoursFromAlgo (std::vector< std::vector< vtkPolyData * > > iVectVectPolydata, int iTCoord) |
![]() | |
void | ClearAllSeeds () |
void | SetSeedInteractorBehaviour (bool enable) |
emit true to get the seeds widget enabled and false to disable it More... | |
void | TracesCreatedFromAlgo (std::vector< vtkPolyData * > iVectPolydata, int iTCoord) |
emitted when new meshes need to be saved in database and rendered in the vizu, return the TSlice selected in the TSlice combobox More... | |
void | TracesMergedFromAlgo (vtkPolyData *iPolydata) |
void | TracesSplittedFromAlgo (std::vector< vtkPolyData * > iVectPolydata) |
void | UpdateSeeds () |
Public Member Functions | |
QGoMeshEditingWidgetManager (std::vector< QString > iVectChannels, int iTimeMin, int iTimeMax, std::vector< vtkPoints * > *iSeeds, GoImageProcessor *iImages, int *iCurrentTimePoint, QWidget *iParent=0) | |
void | SetTSliceForClassicView () |
display only the current timepoint in the TSlice comboboxes of the qgoalgomanagerwidgets, disable them and enable the channel comboboxes More... | |
void | SetTSliceForDopplerView (QHash< QString, QColor > iListTimePoints, int iChannelNumber) |
display the 3 timepoints chosen by the user in the TSlice comboboxes of the qgoalgomanagerwidgets, enable them, display only the channel tracked by the user and disable the channel comboboxes More... | |
~QGoMeshEditingWidgetManager () | |
![]() | |
QGoDockWidget * | GetDockWidget () |
QAction * | GetToggleViewAction () |
QGoTraceEditingWidgetManager (std::string iTraceName, std::vector< QString > iVectChannels, int iTimeMin, int iTimeMax, std::vector< vtkPoints * > *iSeeds, GoImageProcessor *iImages, int *iCurrentTimePoint, QWidget *iParent=0) | |
~QGoTraceEditingWidgetManager () | |
![]() | |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
virtual | ~QObject () |
Protected Slots | |
void | ApplyLevelSetAlgo () |
void | ApplySetOfContoursLevelSetAlgo () |
void | ApplySetOfContoursShapeAlgo () |
void | ApplySetOfContoursWaterShedAlgo () |
void | ApplyShapeAlgo () |
void | ApplyWaterShedAlgo () |
Protected Member Functions | |
template<typename T > | |
void | GetSetOfPolydatasFromAlgo (T *iAlgo) |
get the sets of vtkpolydata for the new created sets of contours by the chosen algo More... | |
virtual void | SetSemiAutomaticAlgorithms (QWidget *iParent=0) |
add the algowidget of the different algo in the algomanagerwidget for the semi automatic mode and set the different SIGNAL/SLOTS connections More... | |
void | SetSetOfContoursAlgorithms (std::vector< QString > iVectChannels, QStringList iListTime, QWidget *iParent=0) |
void | SetSplitMergeMode (std::vector< QString > iVectChannels, QStringList iListTime, QWidget *iParent=0) |
![]() | |
template<typename T > | |
void | GetPolydatasFromAlgo (T *iAlgo) |
get the vtkpolydata for the new created meshes by the chosen algo More... | |
int | GetSelectedTimePoint () |
return the selected timepoint in the TSlice combobox More... | |
void | SetTheDockWidget (QWidget *iParent) |
void | SetTheTraceWidget (std::vector< QString > iVectChannels, int iTimeMin, int iTimeMax, QWidget *iParent) |
![]() | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Protected Attributes | |
QGoMeshMergeConvexHullAlgo * | m_ConvexHullAlgo |
QGoMeshSplitDanielssonDistanceAlgo * | m_DanielAlgo |
QGoMeshLevelSetAlgo * | m_LevelSetAlgo |
QGoSetOfContoursLevelSetAlgo * | m_SetOfContoursLevelSetAlgo |
QGoSetOfContoursShapeAlgo * | m_SetOfContoursShapeAlgo |
QGoSetOfContoursWaterShedAlgo * | m_SetOfContoursWaterShedAlgo |
QGoAlgorithmsManagerWidget * | m_SetOfContoursWidget |
QGoMeshShapeAlgo * | m_ShapeAlgo |
QGoSplitSegmentationAlgo * | m_TempReference |
QGoMeshWaterShedAlgo * | m_WaterShedAlgo |
![]() | |
int * | m_CurrentTimePoint |
GoImageProcessor * | m_Images |
QStringList | m_ListTimePoint |
int | m_MaxThreshold |
std::vector< vtkPoints * > * | m_Seeds |
QGoDockWidget * | m_TraceEditingDockWidget |
QGoTraceEditingWidget * | m_TraceEditingWidget |
std::string | m_TraceName |
Additional Inherited Members | |
![]() | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
![]() | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
![]() | |
objectName | |
interactions between the user and the algorithms for the meshes
Definition at line 63 of file QGoMeshEditingWidgetManager.h.
QGoMeshEditingWidgetManager::QGoMeshEditingWidgetManager | ( | std::vector< QString > | iVectChannels, |
int | iTimeMin, | ||
int | iTimeMax, | ||
std::vector< vtkPoints * > * | iSeeds, | ||
GoImageProcessor * | iImages, | ||
int * | iCurrentTimePoint, | ||
QWidget * | iParent = 0 |
||
) |
Definition at line 49 of file QGoMeshEditingWidgetManager.cxx.
QGoMeshEditingWidgetManager::~QGoMeshEditingWidgetManager | ( | ) |
Definition at line 68 of file QGoMeshEditingWidgetManager.cxx.
|
protectedslot |
Definition at line 282 of file QGoMeshEditingWidgetManager.cxx.
|
protectedslot |
Definition at line 311 of file QGoMeshEditingWidgetManager.cxx.
|
protectedslot |
Definition at line 319 of file QGoMeshEditingWidgetManager.cxx.
|
protectedslot |
Definition at line 303 of file QGoMeshEditingWidgetManager.cxx.
|
protectedslot |
Definition at line 289 of file QGoMeshEditingWidgetManager.cxx.
|
protectedslot |
Definition at line 296 of file QGoMeshEditingWidgetManager.cxx.
|
inlineprotected |
get the sets of vtkpolydata for the new created sets of contours by the chosen algo
Definition at line 137 of file QGoMeshEditingWidgetManager.h.
|
slot |
Definition at line 226 of file QGoMeshEditingWidgetManager.cxx.
|
signal |
|
slot |
Definition at line 217 of file QGoMeshEditingWidgetManager.cxx.
|
slot |
Definition at line 210 of file QGoMeshEditingWidgetManager.cxx.
|
signal |
|
protectedvirtual |
add the algowidget of the different algo in the algomanagerwidget for the semi automatic mode and set the different SIGNAL/SLOTS connections
Implements QGoTraceEditingWidgetManager.
Definition at line 97 of file QGoMeshEditingWidgetManager.cxx.
|
protected |
Definition at line 128 of file QGoMeshEditingWidgetManager.cxx.
|
protected |
Definition at line 176 of file QGoMeshEditingWidgetManager.cxx.
|
virtual |
display only the current timepoint in the TSlice comboboxes of the qgoalgomanagerwidgets, disable them and enable the channel comboboxes
Reimplemented from QGoTraceEditingWidgetManager.
Definition at line 74 of file QGoMeshEditingWidgetManager.cxx.
|
virtual |
display the 3 timepoints chosen by the user in the TSlice comboboxes of the qgoalgomanagerwidgets, enable them, display only the channel tracked by the user and disable the channel comboboxes
Reimplemented from QGoTraceEditingWidgetManager.
Definition at line 86 of file QGoMeshEditingWidgetManager.cxx.
|
protected |
Definition at line 110 of file QGoMeshEditingWidgetManager.h.
|
protected |
Definition at line 109 of file QGoMeshEditingWidgetManager.h.
|
protected |
Definition at line 105 of file QGoMeshEditingWidgetManager.h.
|
protected |
Definition at line 113 of file QGoMeshEditingWidgetManager.h.
|
protected |
Definition at line 114 of file QGoMeshEditingWidgetManager.h.
|
protected |
Definition at line 112 of file QGoMeshEditingWidgetManager.h.
|
protected |
Definition at line 102 of file QGoMeshEditingWidgetManager.h.
|
protected |
Definition at line 106 of file QGoMeshEditingWidgetManager.h.
|
protected |
Definition at line 116 of file QGoMeshEditingWidgetManager.h.
|
protected |
Definition at line 107 of file QGoMeshEditingWidgetManager.h.