ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPVCenterAxesActor Class Reference

#include <vtkPVCenterAxesActor.h>

Inheritance diagram for vtkPVCenterAxesActor:
Inheritance graph
[legend]
Collaboration diagram for vtkPVCenterAxesActor:
Collaboration graph
[legend]

List of all members.

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 vtkPVCenterAxesActorNew ()
static int IsTypeOf (const char *type)
static vtkPVCenterAxesActorSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPVCenterAxesActor ()
 ~vtkPVCenterAxesActor ()

Protected Attributes

vtkAxesAxes
vtkPolyDataMapperMapper

Detailed Description

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.


Constructor & Destructor Documentation

vtkPVCenterAxesActor::vtkPVCenterAxesActor ( ) [protected]
vtkPVCenterAxesActor::~vtkPVCenterAxesActor ( ) [protected]

Member Function Documentation

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.


Member Data Documentation

Definition at line 47 of file vtkPVCenterAxesActor.h.

Reimplemented from vtkActor.

Definition at line 48 of file vtkPVCenterAxesActor.h.


The documentation for this class was generated from the following file: