ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkCustomInteractorStyle.cpp File Reference
#include "vtkCustomInteractorStyle.h"
#include <FileSystem.h>
#include "vtkCameraManipulator.h"
#include <CVLog.h>
#include <pcl/visualization/common/io.h>
#include <vtkAbstractPicker.h>
#include <vtkAbstractPropPicker.h>
#include <vtkActorCollection.h>
#include <vtkAreaPicker.h>
#include <vtkAssemblyPath.h>
#include <vtkCamera.h>
#include <vtkCellArray.h>
#include <vtkCollection.h>
#include <vtkCollectionIterator.h>
#include <vtkLODActor.h>
#include <vtkLegendScaleActor.h>
#include <vtkLight.h>
#include <vtkLightCollection.h>
#include <vtkObjectFactory.h>
#include <vtkPNGWriter.h>
#include <vtkPointData.h>
#include <vtkPointPicker.h>
#include <vtkPolyData.h>
#include <vtkPolyDataMapper.h>
#include <vtkProperty.h>
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkRenderer.h>
#include <vtkRendererCollection.h>
#include <vtkScalarBarActor.h>
#include <vtkTextProperty.h>
#include <vtkVersion.h>
#include <vtkWindowToImageFilter.h>
#include <list>
#include <pcl/visualization/vtk/vtkVertexBufferObjectMapper.h>
Include dependency graph for vtkCustomInteractorStyle.cpp:

Go to the source code of this file.

Namespaces

 VTKExtensions
 

Macros

#define ORIENT_MODE   0
 
#define SELECT_MODE   1
 
#define VTKISRBP_ORIENT   0
 
#define VTKISRBP_SELECT   1
 

Functions

 VTKExtensions::vtkStandardNewMacro (vtkCustomInteractorStyle)
 

Macro Definition Documentation

◆ ORIENT_MODE

#define ORIENT_MODE   0

Definition at line 57 of file vtkCustomInteractorStyle.cpp.

◆ SELECT_MODE

#define SELECT_MODE   1

Definition at line 58 of file vtkCustomInteractorStyle.cpp.

◆ VTKISRBP_ORIENT

#define VTKISRBP_ORIENT   0

Definition at line 60 of file vtkCustomInteractorStyle.cpp.

◆ VTKISRBP_SELECT

#define VTKISRBP_SELECT   1

Definition at line 61 of file vtkCustomInteractorStyle.cpp.