#include "SVTK_CubeAxesActor2D.h"
#include "VTKViewer_Transform.h"
#include <vtkPolyDataMapper.h>
#include <vtkRectilinearGridGeometryFilter.h>
#include <vtkActor.h>
#include <vtkCubeAxesActor2D.h>
#include <vtkAxisActor2D.h>
#include <vtkCamera.h>
#include <vtkDataSet.h>
#include <vtkMath.h>
#include <vtkObjectFactory.h>
#include <vtkTextProperty.h>
#include <vtkViewport.h>
#include <vtkFloatArray.h>
#include <vtkRectilinearGrid.h>
#include <vtkProperty.h>
#include <vtkProperty2D.h>
Functions | |
vtkStandardNewMacro (SVTK_CubeAxesActor2D) | |
static void | ChangeValues (double *aArray1, double *aArray2, double *aRange1, double *aRange2, bool theY) |
static void | ChangeArrays (double *xCoords, double *yCoords, double *zCoords, double *xRange, double *yRange, double *zRange, const int xAxes, const int yAxes, const int zAxes) |
Variables | |
static int | Conn [8][3] |
|
static |
References ChangeValues().
|
static |
vtkStandardNewMacro | ( | SVTK_CubeAxesActor2D | ) |
|
static |