![]() |
Fraxinus
16.5.0-fx-rc5
An IGT application
|
#include "cxOrientationAnnotation3DRep.h"#include <vtkOrientationMarkerWidget.h>#include <vtkAnnotatedCubeActor.h>#include <vtkProperty.h>#include <vtkAxesActor.h>#include <vtkTextProperty.h>#include <vtkCaptionActor2D.h>#include <vtkPropAssembly.h>#include <vtkRenderWindow.h>#include <QFileInfo>#include "vtkSTLReader.h"#include "vtkSTLWriter.h"#include "vtkPolyDataMapper.h"#include "vtkPolyData.h"#include "vtkActor.h"#include <vtkImageShrink3D.h>#include <vtkMarchingCubes.h>#include <vtkWindowedSincPolyDataFilter.h>#include <vtkTriangleFilter.h>#include <vtkDecimatePro.h>#include <vtkPolyDataNormals.h>#include <vtkQuadricDecimation.h>#include "cxVector3D.h"#include "cxView.h"#include "cxTypeConversions.h"#include "cxForwardDeclarations.h"#include <vtkRenderWindowInteractor.h>Go to the source code of this file.
Namespaces | |
| cx | |
| Namespace for all CustusX production code. | |
Typedefs | |
| typedef vtkSmartPointer < vtkAxesActor > | vtkAxesActorPtr |
| typedef vtkSmartPointer < vtkTextProperty > | vtkTextPropertyPtr |
| typedef vtkSmartPointer < vtkPropAssembly > | vtkPropAssemblyPtr |
| typedef vtkSmartPointer < vtkSTLWriter > | vtkSTLWriterPtr |
| typedef vtkSmartPointer < vtkQuadricDecimation > | vtkQuadricDecimationPtr |
| typedef vtkSmartPointer<vtkAxesActor> vtkAxesActorPtr |
Definition at line 71 of file cxOrientationAnnotation3DRep.cpp.
| typedef vtkSmartPointer<vtkPropAssembly> vtkPropAssemblyPtr |
Definition at line 73 of file cxOrientationAnnotation3DRep.cpp.
| typedef vtkSmartPointer<vtkQuadricDecimation> vtkQuadricDecimationPtr |
Definition at line 75 of file cxOrientationAnnotation3DRep.cpp.
| typedef vtkSmartPointer<vtkSTLWriter> vtkSTLWriterPtr |
Definition at line 74 of file cxOrientationAnnotation3DRep.cpp.
| typedef vtkSmartPointer<vtkTextProperty> vtkTextPropertyPtr |
Definition at line 72 of file cxOrientationAnnotation3DRep.cpp.