Fraxinus
22.04-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 50 of file cxOrientationAnnotation3DRep.cpp.
typedef vtkSmartPointer<vtkPropAssembly> vtkPropAssemblyPtr |
Definition at line 52 of file cxOrientationAnnotation3DRep.cpp.
typedef vtkSmartPointer<vtkQuadricDecimation> vtkQuadricDecimationPtr |
Definition at line 54 of file cxOrientationAnnotation3DRep.cpp.
typedef vtkSmartPointer<vtkSTLWriter> vtkSTLWriterPtr |
Definition at line 53 of file cxOrientationAnnotation3DRep.cpp.
typedef vtkSmartPointer<vtkTextProperty> vtkTextPropertyPtr |
Definition at line 51 of file cxOrientationAnnotation3DRep.cpp.