ParaView
|
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 vtkPVArrowSource * | New () |
Construct cone with angle of 45 degrees. More... | |
static int | IsTypeOf (const char *type) |
static vtkPVArrowSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPVArrowSource () | |
~vtkPVArrowSource () | |
void | ExecuteInformation () |
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.
typedef vtkArrowSource vtkPVArrowSource::Superclass |
Definition at line 41 of file vtkPVArrowSource.h.
|
inlineprotected |
Definition at line 45 of file vtkPVArrowSource.h.
|
inlineprotected |
Definition at line 46 of file vtkPVArrowSource.h.
|
static |
Construct cone with angle of 45 degrees.
|
virtual |
|
static |
|
virtual |
|
static |
void vtkPVArrowSource::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protected |