#include "VISUPipeline.hxx"
#include "vtkActor2D.h"
#include "vtkTransformPolyDataFilter.h"
Go to the source code of this file.
Define Documentation
| #define VTK_XYPLOT_INDEX 0 |
| #define VTK_XYPLOT_ARC_LENGTH 1 |
| #define VTK_XYPLOT_NORMALIZED_ARC_LENGTH 2 |
| #define VTK_XYPLOT_VALUE 3 |
| #define VTK_XYPLOT_COLUMN 1 |
Enumeration Type Documentation
Axes and a curve is plotted according to the selected side. Axes origin is plotted at: VISU_XYPLOT_BOTTOM - the left bottom corner, VISU_XYPLOT_TOP - the left upper corner (Y axis is directed to the bottom), VISU_XYPLOT_LEFT - the left bottom corner (axes are exchanged), VISU_XYPLOT_RIGHT - the right bottom corner (X axis is directed to the top, Y - to the left)
- Enumerator:
| VISU_XYPLOT_BOTTOM |
|
| VISU_XYPLOT_TOP |
|
| VISU_XYPLOT_LEFT |
|
| VISU_XYPLOT_RIGHT |
|