ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPVArrowSource Class Reference

A quick fix for a bug. More...

#include <vtkPVArrowSource.h>

Inheritance diagram for vtkPVArrowSource:
Inheritance graph
[legend]
Collaboration diagram for vtkPVArrowSource:
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)

Static Public Member Functions

static vtkPVArrowSourceNew ()
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 31 of file vtkPVArrowSource.h.


Constructor & Destructor Documentation

vtkPVArrowSource::vtkPVArrowSource ( ) [inline, protected]

Definition at line 41 of file vtkPVArrowSource.h.

vtkPVArrowSource::~vtkPVArrowSource ( ) [inline, protected]

Definition at line 42 of file vtkPVArrowSource.h.


Member Function Documentation

static vtkPVArrowSource* vtkPVArrowSource::New ( ) [static]

Construct cone with angle of 45 degrees.

Reimplemented from vtkArrowSource.

virtual const char* vtkPVArrowSource::GetClassName ( ) [virtual]

Reimplemented from vtkArrowSource.

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

Reimplemented from vtkArrowSource.

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

Reimplemented from vtkArrowSource.

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

Reimplemented from vtkArrowSource.

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

Reimplemented from vtkArrowSource.

void vtkPVArrowSource::ExecuteInformation ( ) [protected]

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