ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkPVTrackballMultiRotate.cxx File Reference
#include "vtkPVTrackballMultiRotate.h"
#include "vtkObjectFactory.h"
#include "vtkPVTrackballRoll.h"
#include "vtkPVTrackballRotate.h"
#include "vtkRenderer.h"
Include dependency graph for vtkPVTrackballMultiRotate.cxx:

Go to the source code of this file.

Macros

#define MY_MAX(x, y)   ((x) < (y) ? (y) : (x))
 
#define MY_SQR(x)   ((x) * (x))
 

Functions

 vtkStandardNewMacro (vtkPVTrackballMultiRotate)
 

Macro Definition Documentation

◆ MY_MAX

#define MY_MAX (   x,
  y 
)    ((x) < (y) ? (y) : (x))

Definition at line 30 of file vtkPVTrackballMultiRotate.cxx.

◆ MY_SQR

#define MY_SQR (   x)    ((x) * (x))

Definition at line 31 of file vtkPVTrackballMultiRotate.cxx.

Function Documentation

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPVTrackballMultiRotate  )