![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <vtkPVCenterAxesActor.h>


Public Member Functions | |
| vtkTypeMacro (vtkPVCenterAxesActor, vtkOpenGLActor) | |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| void | SetSymmetric (int) |
| void | SetComputeNormals (int) |
Static Public Member Functions | |
| static vtkPVCenterAxesActor * | New () |
Protected Member Functions | |
| vtkPVCenterAxesActor () | |
| ~vtkPVCenterAxesActor () override | |
Protected Attributes | |
| vtkAxes * | Axes |
| vtkPolyDataMapper * | Mapper |
Definition at line 17 of file vtkPVCenterAxesActor.h.
|
protected |
Definition at line 17 of file vtkPVCenterAxesActor.cpp.
|
overrideprotected |
Definition at line 30 of file vtkPVCenterAxesActor.cpp.
|
static |
Referenced by PclUtils::PCLVis::configCenterAxes().
|
override |
Definition at line 46 of file vtkPVCenterAxesActor.cpp.
| void VTKExtensions::vtkPVCenterAxesActor::SetComputeNormals | ( | int | val | ) |
Option for computing normals. By default they are computed.
Definition at line 41 of file vtkPVCenterAxesActor.cpp.
References Axes.
| void VTKExtensions::vtkPVCenterAxesActor::SetSymmetric | ( | int | val | ) |
If Symmetric is on, the the axis continue to negative values.
Definition at line 36 of file vtkPVCenterAxesActor.cpp.
References Axes.
| VTKExtensions::vtkPVCenterAxesActor::vtkTypeMacro | ( | vtkPVCenterAxesActor | , |
| vtkOpenGLActor | |||
| ) |
|
protected |
Definition at line 37 of file vtkPVCenterAxesActor.h.
Referenced by SetComputeNormals(), SetSymmetric(), vtkPVCenterAxesActor(), and ~vtkPVCenterAxesActor().
|
protected |
Definition at line 38 of file vtkPVCenterAxesActor.h.
Referenced by vtkPVCenterAxesActor(), and ~vtkPVCenterAxesActor().