![]() |
Fraxinus
22.09
An IGT application
|
#include <cxtestUtilities.h>
Static Public Member Functions | |
static QString | getDataRoot (QString suffix="") |
static vtkImageDataPtr | create3DVtkImageData (Eigen::Array3i dim=Eigen::Array3i(3, 3, 3), const unsigned int voxelValue=100) |
static cx::ImagePtr | create3DImage (Eigen::Array3i dim=Eigen::Array3i(3, 3, 3), const unsigned int voxelValue=100) |
static cx::ImagePtr | create3DImage (Eigen::Array3i dim, cx::Vector3D spacing, const unsigned int voxelValue) |
static std::vector< cx::ImagePtr > | create3DImages (unsigned int imageCount, Eigen::Array3i dim=Eigen::Array3i(3, 3, 3), const unsigned int voxelValue=100) |
static unsigned int | getNumberOfVoxelsAboveThreshold (vtkImageDataPtr image, int threshold, int component=0) |
static unsigned int | getNumberOfNonZeroVoxels (vtkImageDataPtr image) |
static double | getFractionOfVoxelsAboveThreshold (vtkImageDataPtr image, int threshold, int component=0) |
static void | sleep_sec (int seconds) |
A collection of functionality used for testing.
Definition at line 55 of file cxtestUtilities.h.
|
static |
Definition at line 61 of file cxtestUtilities.cpp.
|
static |
Definition at line 66 of file cxtestUtilities.cpp.
|
static |
Definition at line 77 of file cxtestUtilities.cpp.
|
static |
Definition at line 56 of file cxtestUtilities.cpp.
|
static |
Definition at line 46 of file cxtestUtilities.cpp.
|
static |
Definition at line 108 of file cxtestUtilities.cpp.
|
static |
Definition at line 103 of file cxtestUtilities.cpp.
|
static |
Definition at line 88 of file cxtestUtilities.cpp.
|
static |
Definition at line 118 of file cxtestUtilities.cpp.