GOFIGURE2
0.9.0
|
This is the complete list of members for QGoFilterShape, including all inherited members.
AddContourForMeshToContours(vtkPolyData *) | QGoFilterSemiAutoBase | signal |
Apply() | QGoFilterShape | virtual |
ApplyFilter3D(double iRadius, std::vector< vtkPoints * > *iPoints, std::string iShape, GoImageProcessor *iImages, int iChannel) | QGoFilterShape | |
ApplyFilterSetOf2D(double iRadius, std::string iShape, int iSampling, std::vector< vtkPoints * > *iPoints, GoImageProcessor *iImages, int iChannel) | QGoFilterShape | |
blockSignals(bool block) | QObject | |
checkConnectArgs(const char *signal, const QObject *object, const char *method) | QObject | protected |
child(const char *objName, const char *inheritsClass, bool recursiveSearch) const | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
className() const | QObject | |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const | QObject | |
connectNotify(const char *signal) | QObject | protectedvirtual |
ConnectSignals(int iFilterNumber) | QGoFilterShape | virtual |
ContourCreated(vtkPolyData *) | QGoFilterSemiAutoBase | signal |
ConvertITK2VTK(typename itk::Image< PixelType, VImageDimension >::Pointer iInput) | QGoFilterSemiAutoBase | |
ConvertVTK2ITK(vtkImageData *iInput) | QGoFilterSemiAutoBase | |
CreateCorrespondingMesh(int) | QGoFilterSemiAutoBase | signal |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | |
destroyed(QObject *obj) | QObject | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) | QObject | |
disconnect(const QObject *receiver, const char *method) | QObject | |
disconnectNotify(const char *signal) | QObject | protectedvirtual |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
extractOneSlice(vtkImageData *iOriginalImage, double *iOrigin, int iDirection) | QGoFilterSemiAutoBase | |
ExtractROI(typename itk::Image< PixelType, VImageDimension >::Pointer, double *iCenter, double iRadius) | QGoFilterSemiAutoBase | |
findChild(const QString &name) const | QObject | |
findChildren(const QString &name) const | QObject | |
findChildren(const QRegExp ®Exp) const | QObject | |
GenerateCube(double *iCenter, double iRadius, vtkSmartPointer< vtkImageData > iImage) | QGoFilterShape | protected |
GenerateCylinder(double *iCenter) | QGoFilterShape | protected |
GenerateSphere(double *iCenter, double iRadius, vtkSmartPointer< vtkImageData > iImage) | QGoFilterShape | protected |
getCenter() | QGoFilterSemiAutoBase | |
getChannel() | QGoFilterSemiAutoBase | |
getInput() | QGoFilterSemiAutoBase | |
getName() | QGoFilterSemiAutoBase | |
getOutput() | QGoFilterSemiAutoBase | |
getPoints() | QGoFilterSemiAutoBase | |
getRadius() | QGoFilterSemiAutoBase | |
getSampling() | QGoFilterSemiAutoBase | |
getWidget() | QGoFilterSemiAutoBase | |
ImageProcessed() | QGoFilterSemiAutoBase | signal |
inherits(const char *className) const | QObject | |
insertChild(QObject *object) | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
isA(const char *className) const | QObject | |
isWidgetType() const | QObject | |
killTimer(int id) | QObject | |
m_Dimension | QGoFilterSemiAutoBase | |
m_Shape | QGoFilterShape | protected |
MeshCreated(vtkPolyData *, int timePoint=0) | QGoFilterSemiAutoBase | signal |
metaObject() const | QObject | virtual |
moveToThread(QThread *targetThread) | QObject | |
name() const | QObject | |
name(const char *defaultName) const | QObject | |
normalizeSignalSlot(const char *signalSlot) | QObject | protectedstatic |
objectName | QObject | |
objectName() const | QObject | |
parent() const | QObject | |
property(const char *name) const | QObject | |
Q_DISABLE_COPY(QGoFilterShape) | QGoFilterShape | private |
QGoFilterSemiAutoBase(QObject *iParent=NULL) | QGoFilterSemiAutoBase | explicit |
QGoFilterShape(QObject *iParent=NULL, int iDimension=2) | QGoFilterShape | explicit |
QObject(QObject *parent) | QObject | |
QObject(QObject *parent, const char *name) | QObject | |
receivers(const char *signal) const | QObject | protected |
ReconstructContour(vtkImageData *iInputImage, const double &iThreshold) | QGoFilterSemiAutoBase | |
ReconstructMesh(vtkImageData *iInputImage, const double &iThreshold) | QGoFilterSemiAutoBase | |
removeChild(QObject *object) | QObject | |
removeEventFilter(QObject *obj) | QObject | |
ReorganizeContour(vtkPolyData *iInputImage=NULL, bool iDecimate=true) | QGoFilterSemiAutoBase | |
SegmentationFinished() | QGoFilterSemiAutoBase | signal |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setCenter(double *iCenter) | QGoFilterSemiAutoBase | |
setChannel(int iChannel=0) | QGoFilterSemiAutoBase | slot |
setName(QString iName) | QGoFilterSemiAutoBase | |
QObject::setName(const char *name) | QObject | |
setObjectName(const QString &name) | QObject | |
setOriginalImageMC(std::vector< vtkSmartPointer< vtkImageData > > *iOriginalImage) | QGoFilterSemiAutoBase | |
setOutput(vtkImageData *iOutput) | QGoFilterSemiAutoBase | |
setParent(QObject *parent) | QObject | |
setPoints(vtkPoints *iPoints) | QGoFilterSemiAutoBase | |
setProperty(const char *name, const QVariant &value) | QObject | |
setRadius(double iRadius) | QGoFilterSemiAutoBase | slot |
setSampling(int iSampling) | QGoFilterSemiAutoBase | slot |
setShape(int) | QGoFilterShape | slot |
setWidget(QWidget *iWidget) | QGoFilterSemiAutoBase | |
signalsBlocked() const | QObject | |
startTimer(int interval) | QObject | |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
UpdateAdvancedMode(bool) | QGoFilterSemiAutoBase | slot |
UpdateSeeds() | QGoFilterSemiAutoBase | signal |
UpdateVisibility(int iFilter) | QGoFilterSemiAutoBase | slot |
~QGoFilterSemiAutoBase() | QGoFilterSemiAutoBase | virtual |
~QGoFilterShape() | QGoFilterShape | |
~QObject() | QObject | virtual |