CustusX
16.5.0-rc9
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>
#include "boost/function.hpp"
#include "boost/bind.hpp"
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 48 of file cxVideoConnection.cpp.
typedef vtkSmartPointer<vtkImageFlip> vtkImageFlipPtr |
Definition at line 49 of file cxVideoConnection.cpp.