![]() |
Fraxinus
17.12-rc3
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 57 of file cxProbeSector.cpp.
| typedef vtkSmartPointer<class vtkBox> vtkBoxPtr |
Definition at line 55 of file cxProbeSector.cpp.
| typedef vtkSmartPointer<class vtkCutter> vtkCutterPtr |
Definition at line 56 of file cxProbeSector.cpp.
| typedef vtkSmartPointer<class vtkFloatArray> vtkFloatArrayPtr |
Definition at line 58 of file cxProbeSector.cpp.
| typedef vtkSmartPointer<class vtkPlane> vtkPlanePtr |
Definition at line 54 of file cxProbeSector.cpp.
| typedef vtkSmartPointer<class vtkPlanes> vtkPlanesPtr |
Definition at line 53 of file cxProbeSector.cpp.