VTK
9.4.20241226
|
#include "vtkTestUtilities.h"
#include "vtkAxisActor2D.h"
#include "vtkCamera.h"
#include "vtkNew.h"
#include "vtkNumberToString.h"
#include "vtkPolyDataMapper.h"
#include "vtkProperty2D.h"
#include "vtkRenderWindow.h"
#include "vtkRenderWindowInteractor.h"
#include "vtkRenderer.h"
#include "vtkSphereSource.h"
#include "vtkTextMapper.h"
#include "vtkTextProperty.h"
Go to the source code of this file.
Classes | |
class | vtkAxisActor2DMock |
Mock vtkAxisActor2D to access inner member for comparison. More... | |
Functions | |
bool | CompareTicksPosition (vtkAxisActor2D *axis, vtkRenderWindow *window, vtkPoints *expectedPoints) |
Compare the provided vtkPoints with TickPositions from axis. | |
void | SetupPipeline (vtkAxisActor2D *axis, vtkRenderWindow *window) |
Variables | |
static constexpr int | START_POINT = 30 |
static constexpr int | END_POINT = 270 |
|
inline |
Compare the provided vtkPoints with TickPositions from axis.
Definition at line 62 of file TestAxisActor2DInternal.h.
|
inline |
Definition at line 82 of file TestAxisActor2DInternal.h.
|
staticconstexpr |
Definition at line 24 of file TestAxisActor2DInternal.h.
|
staticconstexpr |
Definition at line 25 of file TestAxisActor2DInternal.h.