10 #ifndef vtkPVCenterAxesActor_h 11 #define vtkPVCenterAxesActor_h 14 #include "vtkOpenGLActor.h" 30 void SetSymmetric(
int);
35 void SetComputeNormals(
int);
37 void SetXAxisColor(
double r,
double g,
double b);
38 void SetYAxisColor(
double r,
double g,
double b);
39 void SetZAxisColor(
double r,
double g,
double b);
53 void SetAxisColor(
int axis,
double r,
double g,
double b);
vtkNew< vtkLookupTable > LUT
#define VTKREMOTINGVIEWS_EXPORT
static vtkOpenGLActor * New()
vtkPolyDataMapper * Mapper
vtkPVCenterAxesActor is an actor for the center-axes used in ParaView.
void operator=(const vtkObjectBase &)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE