![]() |
Fraxinus
22.04-rc3
An IGT application
|
Classes | |
| class | DirectSignalListener |
| Listen for signals using Qt::DirectConnection. More... | |
| class | JenkinsMeasurement |
| class | ProbeFixture |
| class | QueuedSignalListener |
| Object that waits for a signal to arrive from a given QObject. If this takes longer than a given time, it will time out. The signal connection is of type Qt::QueuedConnection. More... | |
| class | SphereSyntheticVolume |
| class | SyntheticReconstructInput |
| class | SyntheticVolumeComparer |
| class | TestSender |
| struct | TestUtilities |
| class | Utilities |
Typedefs | |
| typedef boost::shared_ptr< class SyntheticReconstructInput > | SyntheticReconstructInputPtr |
| typedef boost::shared_ptr< class SyntheticVolumeComparer > | SyntheticVolumeComparerPtr |
| typedef boost::shared_ptr< TestSender > | TestSenderPtr |
Functions | |
| bool | waitForQueuedSignal (QObject *object, const char *signal, int maxWaitMilliSeconds, bool silentAtArrive) |
| vtkPolyDataPtr | makeDummyCenterLine (int nfork1=100, int nfork2=100, int nfork3=100, int x0=0) |
| makeDummyCenterLine This function makes a vtkPolyDataPtr to a dummy centerline looking like a fork: -<, with three branches: - and / and \ The branches has a zig-zag pattern. The number of points in each branch is not including a common branch point. - / \ with two points in each branch will thus be connected by two additional lines, making it 5 cells in the vtkpolydata objec. More... | |
| typedef boost::shared_ptr<class SyntheticReconstructInput> cxtest::SyntheticReconstructInputPtr |
Definition at line 22 of file cxtestSyntheticReconstructInput.h.
| typedef boost::shared_ptr<class SyntheticVolumeComparer> cxtest::SyntheticVolumeComparerPtr |
Definition at line 19 of file cxtestSyntheticVolumeComparer.h.
| typedef boost::shared_ptr<TestSender> cxtest::TestSenderPtr |
Definition at line 51 of file cxtestSender.h.
| vtkPolyDataPtr cxtest::makeDummyCenterLine | ( | int | nfork1 = 100, |
| int | nfork2 = 100, |
||
| int | nfork3 = 100, |
||
| int | x0 = 0 |
||
| ) |
makeDummyCenterLine This function makes a vtkPolyDataPtr to a dummy centerline looking like a fork: -<, with three branches: - and / and \ The branches has a zig-zag pattern. The number of points in each branch is not including a common branch point. - / \ with two points in each branch will thus be connected by two additional lines, making it 5 cells in the vtkpolydata objec.
| nfork1 | Number of points in - |
| nfork2 | Number of points in / |
| nfork3 | Number of points in \ |
| x0 | X coordinate of start of - |
Definition at line 43 of file cxtestVtkPolyDataTree.h.
| bool CXTESTUTILITIES_EXPORT cxtest::waitForQueuedSignal | ( | QObject * | object, |
| const char * | signal, | ||
| int | maxWaitMilliSeconds, | ||
| bool | silentAtArrive | ||
| ) |
Definition at line 23 of file cxtestQueuedSignalListener.cpp.