#include "LVRInteractorStylePolygonPick.hpp"
#include <vtkAbstractPropPicker.h>
#include <vtkNew.h>
#include <vtkAreaPicker.h>
#include <vtkAssemblyPath.h>
#include <vtkObjectFactory.h>
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkRenderer.h>
#include <vtkUnsignedCharArray.h>
#include <vtkVectorOperators.h>
#include <vtkCommand.h>
#include <algorithm>
Go to the source code of this file.
◆ VTKISRBP_ORIENT
#define VTKISRBP_ORIENT 0 |
◆ VTKISRBP_SELECT
#define VTKISRBP_SELECT 1 |
◆ compareX()
bool compareX |
( |
vtkVector2i |
i, |
|
|
vtkVector2i |
j |
|
) |
| |
|
inline |
◆ compareY()
bool compareY |
( |
vtkVector2i |
i, |
|
|
vtkVector2i |
j |
|
) |
| |
|
inline |
◆ vtkStandardNewMacro()