Version: 9.12.0
SVTK_CubeAxesActor2D.cxx File Reference
#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) 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]
 

Function Documentation

◆ ChangeArrays()

static void ChangeArrays ( double *  xCoords,
double *  yCoords,
double *  zCoords,
double *  xRange,
double *  yRange,
double *  zRange,
const int  xAxes,
const int  yAxes,
const int  zAxes 
)
static

References ChangeValues().

◆ ChangeValues()

static void ChangeValues ( double *  aArray1,
double *  aArray2,
double *  aRange1,
double *  aRange2,
bool  theY 
)
static

◆ vtkStandardNewMacro()

Variable Documentation

◆ Conn

int Conn[8][3]
static
Initial value:
= {{1,2,4}, {0,3,5}, {3,0,6}, {2,1,7},
{5,6,0}, {4,7,1}, {7,4,2}, {6,5,3}}