VTK
9.4.20250413
|
#include "vtkInteractionWidgetsModule.h"
#include "vtkPolyDataAlgorithm.h"
#include "vtkWidgetRepresentation.h"
Go to the source code of this file.
Classes | |
class | vtkCurveRepresentation |
base class for a widget that represents a curve that connects control points. More... | |
Macros | |
#define | VTK_PROJECTION_YZ 0 |
#define | VTK_PROJECTION_XZ 1 |
#define | VTK_PROJECTION_XY 2 |
#define | VTK_PROJECTION_OBLIQUE 3 |
#define VTK_PROJECTION_YZ 0 |
Definition at line 37 of file vtkCurveRepresentation.h.
#define VTK_PROJECTION_XZ 1 |
Definition at line 38 of file vtkCurveRepresentation.h.
#define VTK_PROJECTION_XY 2 |
Definition at line 39 of file vtkCurveRepresentation.h.
#define VTK_PROJECTION_OBLIQUE 3 |
Definition at line 40 of file vtkCurveRepresentation.h.