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

A quick fix for a bug. More...

#include <vtkPVArrowSource.h>

Inherits vtkArrowSource.

Public Types

typedef vtkArrowSource Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Static Public Member Functions

static vtkPVArrowSourceNew ()
 Construct cone with angle of 45 degrees. More...
 
static int IsTypeOf (const char *type)
 
static vtkPVArrowSourceSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVArrowSource ()
 
 ~vtkPVArrowSource ()
 
void ExecuteInformation ()
 

Detailed Description

A quick fix for a bug.

This class does nothing but tell the pipeline it can generate pieces. This is a quick fix for a bug with glyphs and multidisplay with the zero empty option. Zero does not update arrow when created. Glyph updates zero but not others. Transmit poly data hangs. The correct solution is to not connect the pipeline on this seudo client. I can get rid of this class then.

Definition at line 33 of file vtkPVArrowSource.h.

Member Typedef Documentation

◆ Superclass

typedef vtkArrowSource vtkPVArrowSource::Superclass

Definition at line 41 of file vtkPVArrowSource.h.

Constructor & Destructor Documentation

◆ vtkPVArrowSource()

vtkPVArrowSource::vtkPVArrowSource ( )
inlineprotected

Definition at line 45 of file vtkPVArrowSource.h.

◆ ~vtkPVArrowSource()

vtkPVArrowSource::~vtkPVArrowSource ( )
inlineprotected

Definition at line 46 of file vtkPVArrowSource.h.

Member Function Documentation

◆ New()

static vtkPVArrowSource* vtkPVArrowSource::New ( )
static

Construct cone with angle of 45 degrees.

◆ GetClassName()

virtual const char* vtkPVArrowSource::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

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

◆ ExecuteInformation()

void vtkPVArrowSource::ExecuteInformation ( )
protected

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