Version: 6.3.1
Functions | Variables

src/SVTK/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>
Include dependency graph for SVTK_CubeAxesActor2D.cxx:

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]

Function Documentation

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().


Variable Documentation

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}}
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS