CustusX
16.5.0-rc9
An IGT application
|
#include "cxMHDImageStreamer.h"
#include <QTimer>
#include <QDateTime>
#include "vtkImageData.h"
#include "vtkMetaImageReader.h"
#include "vtkLookupTable.h"
#include "vtkImageMapToColors.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 "cxDataReaderWriter.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) |