CustusX
15.3.3-beta
An IGT application
|
#include "cxVideoConnection.h"
#include <vtkDataSetMapper.h>
#include <vtkImageFlip.h>
#include "cxTrackingService.h"
#include "cxBasicVideoSource.h"
#include "cxVideoServiceBackend.h"
#include "cxNullDeleter.h"
#include "cxImageReceiverThread.h"
#include "cxImage.h"
#include "cxLogger.h"
#include <QApplication>
Go to the source code of this file.
Namespaces | |
cx | |
Namespace for all CustusX production code. | |
Typedefs | |
typedef vtkSmartPointer < vtkDataSetMapper > | vtkDataSetMapperPtr |
typedef vtkSmartPointer < vtkImageFlip > | vtkImageFlipPtr |
typedef vtkSmartPointer<vtkDataSetMapper> vtkDataSetMapperPtr |
Definition at line 46 of file cxVideoConnection.cpp.
typedef vtkSmartPointer<vtkImageFlip> vtkImageFlipPtr |
Definition at line 47 of file cxVideoConnection.cpp.