11 #include "vtkObjectFactory.h"
12 #include "vtkPolyDataMapper.h"
18 this->
Axes = vtkAxes::New();
19 this->
Axes->SetSymmetric(1);
20 this->
Mapper = vtkPolyDataMapper::New();
21 this->
Mapper->SetInputConnection(this->
Axes->GetOutputPort());
22 this->SetMapper(this->
Mapper);
37 this->
Axes->SetSymmetric(val);
42 this->
Axes->SetComputeNormals(val);
47 this->Superclass::PrintSelf(os, indent);
void SetComputeNormals(int)
void PrintSelf(ostream &os, vtkIndent indent) override
~vtkPVCenterAxesActor() override
vtkPolyDataMapper * Mapper
vtkStandardNewMacro(vtkCustomInteractorStyle)