Shape segmentation algorithm implementation. Can generate circles, spheres, squares and cubes. Will generate 2D objects if m_Dimension<2, 3D objects in the other case.
More...
|
virtual vtkPolyData * | Apply () |
|
std::vector< vtkPolyData * > | ApplyFilter3D (double iRadius, std::vector< vtkPoints * > *iPoints, std::string iShape, GoImageProcessor *iImages, int iChannel) |
| return the polydatas corresponding to the new created Shapes More...
|
|
std::vector< std::vector
< vtkPolyData * > > | ApplyFilterSetOf2D (double iRadius, std::string iShape, int iSampling, std::vector< vtkPoints * > *iPoints, GoImageProcessor *iImages, int iChannel) |
|
virtual void | ConnectSignals (int iFilterNumber) |
|
| QGoFilterShape (QObject *iParent=NULL, int iDimension=2) |
| Constructor. More...
|
|
| ~QGoFilterShape () |
| Destructor. More...
|
|
template<class PixelType , unsigned int VImageDimension> |
vtkImageData * | ConvertITK2VTK (typename itk::Image< PixelType, VImageDimension >::Pointer iInput) |
|
template<class PixelType , unsigned int VImageDimension> |
itk::Image< PixelType,
VImageDimension >::Pointer | ConvertVTK2ITK (vtkImageData *iInput) |
|
vtkImageData * | extractOneSlice (vtkImageData *iOriginalImage, double *iOrigin, int iDirection) |
|
template<class PixelType , unsigned int VImageDimension> |
itk::Image< PixelType,
VImageDimension >::Pointer | ExtractROI (typename itk::Image< PixelType, VImageDimension >::Pointer, double *iCenter, double iRadius) |
|
double * | getCenter () |
| Get the center of the area to be segmented. More...
|
|
int | getChannel () |
| Get the channel to be segmented. More...
|
|
vtkSmartPointer< vtkImageData > | getInput () |
|
QString | getName () |
| Get Name of the filter in the combo box. More...
|
|
vtkImageData * | getOutput () |
|
vtkPoints * | getPoints () |
|
double | getRadius () |
| Get the radius of the area to be segmented. More...
|
|
int | getSampling () |
|
QWidget * | getWidget () |
| Get the widget associated to the filter. More...
|
|
| QGoFilterSemiAutoBase (QObject *iParent=NULL) |
| Constructor. More...
|
|
vtkPolyData * | ReconstructContour (vtkImageData *iInputImage, const double &iThreshold) |
|
vtkPolyData * | ReconstructMesh (vtkImageData *iInputImage, const double &iThreshold) |
|
vtkPolyData * | ReorganizeContour (vtkPolyData *iInputImage=NULL, bool iDecimate=true) |
|
void | setCenter (double *iCenter) |
|
void | setName (QString iName) |
| Set Name of the filter in the combo box. More...
|
|
void | setOriginalImageMC (std::vector< vtkSmartPointer< vtkImageData > > *iOriginalImage) |
|
void | setOutput (vtkImageData *iOutput) |
|
void | setPoints (vtkPoints *iPoints) |
|
void | setWidget (QWidget *iWidget) |
| Set the widget associated to the filter. More...
|
|
virtual | ~QGoFilterSemiAutoBase () |
| Destructor. More...
|
|
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 () |
|
|
void | AddContourForMeshToContours (vtkPolyData *) |
|
void | ContourCreated (vtkPolyData *) |
|
void | CreateCorrespondingMesh (int) |
|
void | ImageProcessed () |
|
void | MeshCreated (vtkPolyData *, int timePoint=0) |
|
void | SegmentationFinished () |
|
void | UpdateSeeds () |
|
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) |
|
int | m_Dimension |
|
QByteArray | normalizeSignalSlot (const char *signalSlot) |
|
| objectName |
|
Shape segmentation algorithm implementation. Can generate circles, spheres, squares and cubes. Will generate 2D objects if m_Dimension<2, 3D objects in the other case.
Definition at line 51 of file QGoFilterShape.h.