![]() |
CustusX
2023.01.05-dev+develop.0da12
An IGT application
|
#include "cxCameraStyleForView.h"#include <vtkRenderer.h>#include <vtkCamera.h>#include <vtkLightCollection.h>#include <vtkLight.h>#include "cxTrackingService.h"#include "cxToolRep3D.h"#include "cxView.h"#include "boost/bind.hpp"#include <vtkRenderWindow.h>#include "vtkInteractorStyleUnicam.h"#include "vtkInteractorStyleTrackballCamera.h"#include "cxCoreServices.h"#include "cxViewportListener.h"#include "cxTool.h"#include <vtkRenderWindowInteractor.h>#include "cxPatientModelService.h"#include "cxRepContainer.h"#include "cxLogger.h"#include "cxRegionOfInterestMetric.h"#include "cxNavigationAlgorithms.h"#include "cxDoubleRange.h"Go to the source code of this file.
Namespaces | |
| cx | |
| Namespace for all CustusX production code. | |
Functions | |
| void | cx::debugPrint (CameraInfo info) |
| bool | cx::similar (const CameraInfo &lhs, const CameraInfo &rhs, double tol) |