![]() |
CustusX
2023.01.05-dev+develop.0da12
An IGT application
|
#include "cxMHDImageStreamer.h"#include <QTimer>#include <QDateTime>#include "vtkImageData.h"#include "vtkMetaImageReader.h"#include "vtkLookupTable.h"#include "vtkImageMapToColors.h"#include <vtkImageChangeInformation.h>#include "cxForwardDeclarations.h"#include "cxImageDataContainer.h"#include "cxTypeConversions.h"#include <vtkImageExtractComponents.h>#include <vtkImageAppendComponents.h>#include <vtkImageLuminance.h>#include <QFileInfo>#include "cxStringProperty.h"#include "cxDoubleProperty.h"#include "cxBoolProperty.h"#include "cxSender.h"#include "cxFilePathProperty.h"#include "cxProfile.h"#include "cxReporter.h"Go to the source code of this file.
Namespaces | |
| cx | |
| Namespace for all CustusX production code. | |
Functions | |
| vtkLookupTablePtr | cx::createLookupTable (int numberOfTableValues) |
| vtkImageDataPtr | cx::applyLUTToImage (vtkImageDataPtr input, vtkLookupTablePtr lut) |
| vtkImageDataPtr | cx::convertToTestColorImage (vtkImageDataPtr image) |