ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVCenterAxesActor Class Reference

vtkPVCenterAxesActor is an actor for the center-axes used in ParaView. More...

#include <vtkPVCenterAxesActor.h>

Inherits vtkOpenGLActor.

Public Types

typedef vtkOpenGLActor Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetSymmetric (int)
 If Symetric is on, the the axis continue to negative values. More...
 
void SetComputeNormals (int)
 Option for computing normals. More...
 

Static Public Member Functions

static vtkPVCenterAxesActorNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVCenterAxesActorSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVCenterAxesActor ()
 
 ~vtkPVCenterAxesActor ()
 

Protected Attributes

vtkAxes * Axes
 
vtkPolyDataMapper * Mapper
 

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 31 of file vtkPVCenterAxesActor.h.

Member Typedef Documentation

◆ Superclass

typedef vtkOpenGLActor vtkPVCenterAxesActor::Superclass

Definition at line 35 of file vtkPVCenterAxesActor.h.

Constructor & Destructor Documentation

◆ vtkPVCenterAxesActor()

vtkPVCenterAxesActor::vtkPVCenterAxesActor ( )
protected

◆ ~vtkPVCenterAxesActor()

vtkPVCenterAxesActor::~vtkPVCenterAxesActor ( )
protected

Member Function Documentation

◆ New()

static vtkPVCenterAxesActor* vtkPVCenterAxesActor::New ( )
static

◆ GetClassName()

virtual const char* vtkPVCenterAxesActor::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPVCenterAxesActor::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVCenterAxesActor::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkPVCenterAxesActor* vtkPVCenterAxesActor::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVCenterAxesActor::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ SetSymmetric()

void vtkPVCenterAxesActor::SetSymmetric ( int  )

If Symetric is on, the the axis continue to negative values.

◆ SetComputeNormals()

void vtkPVCenterAxesActor::SetComputeNormals ( int  )

Option for computing normals.

By default they are computed.

Member Data Documentation

◆ Axes

vtkAxes* vtkPVCenterAxesActor::Axes
protected

Definition at line 52 of file vtkPVCenterAxesActor.h.

◆ Mapper

vtkPolyDataMapper* vtkPVCenterAxesActor::Mapper
protected

Definition at line 53 of file vtkPVCenterAxesActor.h.


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