CustusX
18.04-rc5
An IGT application
|
#include "cxProbeSector.h"
#include "vtkImageData.h"
#include <vtkPointData.h>
#include <vtkUnsignedCharArray.h>
#include <vtkPolyData.h>
#include <vtkCellArray.h>
#include <vtkFloatArray.h>
#include <vtkPolyLine.h>
#include <vtkClipPolyData.h>
#include <vtkBox.h>
#include <vtkPlane.h>
#include <vtkPlanes.h>
#include <vtkCutter.h>
#include <vtkAppendPolyData.h>
#include "cxBoundingBox3D.h"
#include "cxVolumeHelpers.h"
#include "cxUtilHelpers.h"
Go to the source code of this file.
Classes | |
class | cx::InsideMaskFunctor |
Namespaces | |
cx | |
Namespace for all CustusX production code. | |
Typedefs | |
typedef vtkSmartPointer< class vtkPlanes > | vtkPlanesPtr |
typedef vtkSmartPointer< class vtkPlane > | vtkPlanePtr |
typedef vtkSmartPointer< class vtkBox > | vtkBoxPtr |
typedef vtkSmartPointer< class vtkCutter > | vtkCutterPtr |
typedef vtkSmartPointer< class vtkAppendPolyData > | vtkAppendPolyDataPtr |
typedef vtkSmartPointer< class vtkFloatArray > | vtkFloatArrayPtr |
typedef vtkSmartPointer<class vtkAppendPolyData> vtkAppendPolyDataPtr |
Definition at line 36 of file cxProbeSector.cpp.
typedef vtkSmartPointer<class vtkBox> vtkBoxPtr |
Definition at line 34 of file cxProbeSector.cpp.
typedef vtkSmartPointer<class vtkCutter> vtkCutterPtr |
Definition at line 35 of file cxProbeSector.cpp.
typedef vtkSmartPointer<class vtkFloatArray> vtkFloatArrayPtr |
Definition at line 37 of file cxProbeSector.cpp.
typedef vtkSmartPointer<class vtkPlane> vtkPlanePtr |
Definition at line 33 of file cxProbeSector.cpp.
typedef vtkSmartPointer<class vtkPlanes> vtkPlanesPtr |
Definition at line 32 of file cxProbeSector.cpp.