NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
cxtest Namespace Reference

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 SyntheticReconstructInputSyntheticReconstructInputPtr
 
typedef boost::shared_ptr< class SyntheticVolumeComparerSyntheticVolumeComparerPtr
 
typedef boost::shared_ptr< TestSenderTestSenderPtr
 

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 Documentation

◆ SyntheticReconstructInputPtr

Definition at line 22 of file cxtestSyntheticReconstructInput.h.

◆ SyntheticVolumeComparerPtr

Definition at line 19 of file cxtestSyntheticVolumeComparer.h.

◆ TestSenderPtr

typedef boost::shared_ptr<TestSender> cxtest::TestSenderPtr

Definition at line 51 of file cxtestSender.h.

Function Documentation

◆ makeDummyCenterLine()

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.

Parameters
nfork1Number of points in -
nfork2Number of points in /
nfork3Number of points in \
x0X coordinate of start of -
Returns

Definition at line 43 of file cxtestVtkPolyDataTree.h.

◆ waitForQueuedSignal()

bool CXTESTUTILITIES_EXPORT cxtest::waitForQueuedSignal ( QObject *  object,
const char *  signal,
int  maxWaitMilliSeconds,
bool  silentAtArrive 
)

Definition at line 23 of file cxtestQueuedSignalListener.cpp.