#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 | |
| vtkCxxRevisionMacro (SVTK_CubeAxesActor2D,"$Revision: 1.6.2.1.8.1.12.1 $") | |
| vtkStandardNewMacro (SVTK_CubeAxesActor2D) | |
| static void | ChangeValues (vtkFloatingPointType *aArray1, vtkFloatingPointType *aArray2, vtkFloatingPointType *aRange1, vtkFloatingPointType *aRange2, bool theY) |
| static void | ChangeArrays (vtkFloatingPointType *xCoords, vtkFloatingPointType *yCoords, vtkFloatingPointType *zCoords, vtkFloatingPointType *xRange, vtkFloatingPointType *yRange, vtkFloatingPointType *zRange, const int xAxes, const int yAxes, const int zAxes) |
Variables | |
| static int | Conn [8][3] |
| vtkCxxRevisionMacro | ( | SVTK_CubeAxesActor2D | , |
| "$Revision: 1.6.2.1.8.1.12.1 $" | |||
| ) |
| vtkStandardNewMacro | ( | SVTK_CubeAxesActor2D | ) |
| static void ChangeValues | ( | vtkFloatingPointType * | aArray1, |
| vtkFloatingPointType * | aArray2, | ||
| vtkFloatingPointType * | aRange1, | ||
| vtkFloatingPointType * | aRange2, | ||
| bool | theY | ||
| ) | [static] |
| static void ChangeArrays | ( | vtkFloatingPointType * | xCoords, |
| vtkFloatingPointType * | yCoords, | ||
| vtkFloatingPointType * | zCoords, | ||
| vtkFloatingPointType * | xRange, | ||
| vtkFloatingPointType * | yRange, | ||
| vtkFloatingPointType * | zRange, | ||
| const int | xAxes, | ||
| const int | yAxes, | ||
| const int | zAxes | ||
| ) | [static] |
References ChangeValues().
int Conn[8][3] [static] |
{{1,2,4}, {0,3,5}, {3,0,6}, {2,1,7},
{5,6,0}, {4,7,1}, {7,4,2}, {6,5,3}}