GOFIGURE2  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
QGoImageSegmentationPluginBase Class Referenceabstract

#include <Interfaces/QGoImageSegmentationPluginBase.h>

Inheritance diagram for QGoImageSegmentationPluginBase:
[legend]
Collaboration diagram for QGoImageSegmentationPluginBase:
[legend]

Public Types

typedef SubCellularType CellType
 
typedef CellVectorType::iterator CellVectorIterator
 
typedef std::vector< CellTypeCellVectorType
 
typedef vtkPolyData SubCellularType
 
typedef
SubCellularVectorType::iterator 
SubCellularVectorIterator
 
typedef std::vector
< SubCellularType * > 
SubCellularVectorType
 

Public Member Functions

virtual CellVectorType GetOutput ()
 
 QGoImageSegmentationPluginBase ()
 
virtual void SetInput (vtkImageData *iInput)
 
virtual void Update ()
 
virtual ~QGoImageSegmentationPluginBase ()
 
- Public Member Functions inherited from QGoPlugin
virtual std::vector< QAction * > Actions ()=0
 
virtual QWidgetAdditionalWidget ()=0
 
QString Copyright () const
 return Copyright of the plugin. More...
 
QString Description () const
 return Short description of the plugin. More...
 
QString Distributor () const
 return Distributor of the plugin. More...
 
virtual QDockWidgetDockWidget ()=0
 
QString GoFigureCompatibilityVersion () const
 return GoFigure version for compatibility with the plugin. More...
 
QString License () const
 return License of the plugin. More...
 
virtual QMenuMenu ()=0
 
QString Name () const
 return Plugin Name of the plugin. More...
 
virtual void OnTabActivated (const int &)=0
 
virtual void OnTabClosed (const int &)=0
 
virtual void OnTabMoved (const int &, const int &)=0
 
 QGoPlugin (QObject *iParent=0x0)
 Default Constructor. More...
 
virtual void ReadSettings ()=0
 Read Settings for the plugin. More...
 
virtual std::list
< GoFigure::TabDimensionType
TabElementCompatibility () const =0
 
virtual QToolBarToolBar ()=0
 
QString Version () const
 return Plugin Version of the plugin. More...
 
virtual void WriteSettings ()=0
 Write Settings for the plugin. More...
 
virtual ~QGoPlugin ()
 Destructor. More...
 
- Public Member Functions inherited from QObject
bool blockSignals (bool block)
 
QObjectchild (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< QByteArraydynamicPropertyNames () const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name) const
 
QList< T > findChildren (const QRegExp &regExp) 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 QMetaObjectmetaObject () const
 
void moveToThread (QThread *targetThread)
 
const char * name () const
 
const char * name (const char *defaultName) const
 
QString objectName () const
 
QObjectparent () 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)
 
QThreadthread () const
 
virtual  ~QObject ()
 

Protected Member Functions

virtual void Process ()=0
 
- Protected Member Functions inherited from QGoPlugin
virtual void SetAllRequiredInformation ()=0
 Set all required information (name, version, license...). More...
 
- Protected Member Functions inherited from QObject
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
 
QObjectsender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

Protected Attributes

CellVectorType m_Output
 
vtkImageData * m_VTKInput
 
- Protected Attributes inherited from QGoPlugin
PluginInformationBase m_Information
 contains all information related to the plugin. More...
 

Private Member Functions

void operator= (const QGoImageSegmentationPluginBase &)
 
 QGoImageSegmentationPluginBase (const QGoImageSegmentationPluginBase &)
 

Additional Inherited Members

- Static Public Member Functions inherited from QObject
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)
 
- Static Protected Member Functions inherited from QObject
QByteArray normalizeSignalSlot (const char *signalSlot)
 
- Properties inherited from QObject
 objectName
 

Detailed Description

Definition at line 54 of file QGoImageSegmentationPluginBase.h.

Member Typedef Documentation

Definition at line 62 of file QGoImageSegmentationPluginBase.h.

typedef CellVectorType::iterator QGoImageSegmentationPluginBase::CellVectorIterator

Definition at line 65 of file QGoImageSegmentationPluginBase.h.

Definition at line 64 of file QGoImageSegmentationPluginBase.h.

Definition at line 57 of file QGoImageSegmentationPluginBase.h.

typedef SubCellularVectorType::iterator QGoImageSegmentationPluginBase::SubCellularVectorIterator

Definition at line 60 of file QGoImageSegmentationPluginBase.h.

Definition at line 59 of file QGoImageSegmentationPluginBase.h.

Constructor & Destructor Documentation

QGoImageSegmentationPluginBase::QGoImageSegmentationPluginBase ( )

Definition at line 43 of file QGoImageSegmentationPluginBase.cxx.

QGoImageSegmentationPluginBase::~QGoImageSegmentationPluginBase ( )
virtual

Definition at line 46 of file QGoImageSegmentationPluginBase.cxx.

QGoImageSegmentationPluginBase::QGoImageSegmentationPluginBase ( const QGoImageSegmentationPluginBase )
private

Member Function Documentation

CellVectorType QGoImageSegmentationPluginBase::GetOutput ( void  )
virtual

Definition at line 63 of file QGoImageSegmentationPluginBase.cxx.

void QGoImageSegmentationPluginBase::operator= ( const QGoImageSegmentationPluginBase )
private
virtual void QGoImageSegmentationPluginBase::Process ( )
protectedpure virtual
void QGoImageSegmentationPluginBase::SetInput ( vtkImageData *  iInput)
virtual

Definition at line 49 of file QGoImageSegmentationPluginBase.cxx.

void QGoImageSegmentationPluginBase::Update ( void  )
virtual

Definition at line 55 of file QGoImageSegmentationPluginBase.cxx.

Member Data Documentation

CellVectorType QGoImageSegmentationPluginBase::m_Output
protected

Definition at line 78 of file QGoImageSegmentationPluginBase.h.

vtkImageData* QGoImageSegmentationPluginBase::m_VTKInput
protected

Definition at line 77 of file QGoImageSegmentationPluginBase.h.


The documentation for this class was generated from the following files: