CustusX
16.5.0-rc9
An IGT application
|
#include "cxResourceExport.h"
#include <map>
#include <vector>
#include <QDateTime>
#include <QRegExp>
#include "cxForwardDeclarations.h"
#include "cxTransform3D.h"
#include "cxTypeConversions.h"
#include "vtkForwardDeclarations.h"
#include "cxBoundingBox3D.h"
Go to the source code of this file.
Namespaces | |
cx | |
Namespace for all CustusX production code. | |
Functions | |
ImagePtr | cx::resampleImage (PatientModelServicePtr dataManager, ImagePtr image, const Vector3D spacing, QString uid, QString name) |
ImagePtr | cx::resampleImage (PatientModelServicePtr dataManager, ImagePtr image, Transform3D qMd) |
vtkImageDataPtr | cx::cropImage (vtkImageDataPtr input, IntBoundingBox3D cropbox) |
ImagePtr | cx::cropImage (PatientModelServicePtr dataManager, ImagePtr image) |
ImagePtr | cx::duplicateImage (PatientModelServicePtr dataManager, ImagePtr image) |
QDateTime | cx::extractTimestamp (QString text) |
template<class T > | |
std::vector< T > | cx::sortOnAcquisitionTime (std::map< QString, T > input) |
template<class T > | |
std::vector< T > | cx::sortOnGroupsAndAcquisitionTime (std::map< QString, T > input) |
Various image algorithms. Mostly wrappers around ITK.
Definition in file cxImageAlgorithms.h.