|
CTL
0.6.1
Computed Tomography Library
|
#include "backprojectorbase.h"#include "acquisition/geometryencoder.h"#include "components/abstractdetector.h"#include "ocl/clfileloader.h"#include "ocl/openclconfig.h"#include "img/voxelvolume.h"#include <QMetaEnum>
Functions | |
| bool | CTL::assist::isConsistentPair (const AcquisitionSetup &setup, const ProjectionDataView &projections) |
Returns true if the specifications in setup are consistent with projections. More... | |
Variables | |
| const std::string | CL_KERNEL_NAME_NULLIFIER = "nullify_buffer" |
| name of the OpenCL kernel function (nullifier) | |
| const std::string | CL_FILE_NAME_NULLIFIER = "recon/nullifier.cl" |
| path to .cl file | |
| bool CTL::assist::isConsistentPair | ( | const AcquisitionSetup & | setup, |
| const ProjectionDataView & | projections | ||
| ) |
Returns true if the specifications in setup are consistent with projections.
In detail, this verifies that:
Returns false if any of the conditions is violated (also issues a corresponding qWarning message).
1.8.16