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

vtkPVFrustumActor is an actor that renders a frustum. More...

#include <vtkPVFrustumActor.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 SetFrustum (double corners[24])
 Get/Set the frustum. More...
 
void SetColor (double r, double g, double b)
 Convenience method to set the color. More...
 
void SetLineWidth (double r)
 Convenience method to set the color. More...
 

Static Public Member Functions

static vtkPVFrustumActorNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVFrustumActorSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVFrustumActor ()
 
 ~vtkPVFrustumActor ()
 

Protected Attributes

vtkOutlineSource * Outline
 
vtkPolyDataMapper * Mapper
 

Detailed Description

vtkPVFrustumActor is an actor that renders a frustum.

Used in ParaView to show the frustum used for frustum selection extraction.

Definition at line 31 of file vtkPVFrustumActor.h.

Member Typedef Documentation

◆ Superclass

typedef vtkOpenGLActor vtkPVFrustumActor::Superclass

Definition at line 35 of file vtkPVFrustumActor.h.

Constructor & Destructor Documentation

◆ vtkPVFrustumActor()

vtkPVFrustumActor::vtkPVFrustumActor ( )
protected

◆ ~vtkPVFrustumActor()

vtkPVFrustumActor::~vtkPVFrustumActor ( )
protected

Member Function Documentation

◆ New()

static vtkPVFrustumActor* vtkPVFrustumActor::New ( )
static

◆ GetClassName()

virtual const char* vtkPVFrustumActor::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

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

◆ SetFrustum()

void vtkPVFrustumActor::SetFrustum ( double  corners[24])

Get/Set the frustum.

◆ SetColor()

void vtkPVFrustumActor::SetColor ( double  r,
double  g,
double  b 
)

Convenience method to set the color.

◆ SetLineWidth()

void vtkPVFrustumActor::SetLineWidth ( double  r)

Convenience method to set the color.

Member Data Documentation

◆ Outline

vtkOutlineSource* vtkPVFrustumActor::Outline
protected

Definition at line 55 of file vtkPVFrustumActor.h.

◆ Mapper

vtkPolyDataMapper* vtkPVFrustumActor::Mapper
protected

Definition at line 56 of file vtkPVFrustumActor.h.


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