|
ParaView
|
#include <vtkPVCenterAxesActor.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetSymmetric (int) |
| void | SetComputeNormals (int) |
Static Public Member Functions | |
| static vtkPVCenterAxesActor * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVCenterAxesActor * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVCenterAxesActor () | |
| ~vtkPVCenterAxesActor () | |
Protected Attributes | |
| vtkAxes * | Axes |
| vtkPolyDataMapper * | Mapper |
vtkPVCenterAxesActor is an actor for the center-axes used in ParaView. It merely uses vtkAxes as the poly data source.
Definition at line 29 of file vtkPVCenterAxesActor.h.
| vtkPVCenterAxesActor::vtkPVCenterAxesActor | ( | ) | [protected] |
| vtkPVCenterAxesActor::~vtkPVCenterAxesActor | ( | ) | [protected] |
| static vtkPVCenterAxesActor* vtkPVCenterAxesActor::New | ( | ) | [static] |
Reimplemented from vtkOpenGLActor.
| virtual const char* vtkPVCenterAxesActor::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkOpenGLActor.
| static int vtkPVCenterAxesActor::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkOpenGLActor.
| virtual int vtkPVCenterAxesActor::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkOpenGLActor.
| static vtkPVCenterAxesActor* vtkPVCenterAxesActor::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkOpenGLActor.
| void vtkPVCenterAxesActor::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkOpenGLActor.
| void vtkPVCenterAxesActor::SetSymmetric | ( | int | ) |
If Symetric is on, the the axis continue to negative values.
| void vtkPVCenterAxesActor::SetComputeNormals | ( | int | ) |
Option for computing normals. By default they are computed.
vtkAxes* vtkPVCenterAxesActor::Axes [protected] |
Definition at line 47 of file vtkPVCenterAxesActor.h.
vtkPolyDataMapper* vtkPVCenterAxesActor::Mapper [protected] |
Reimplemented from vtkActor.
Definition at line 48 of file vtkPVCenterAxesActor.h.
1.7.5.1