|
ParaView
|
A quick fix for a bug. More...
#include <vtkPVArrowSource.h>


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 () |
| 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 31 of file vtkPVArrowSource.h.
| vtkPVArrowSource::vtkPVArrowSource | ( | ) | [inline, protected] |
Definition at line 41 of file vtkPVArrowSource.h.
| vtkPVArrowSource::~vtkPVArrowSource | ( | ) | [inline, protected] |
Definition at line 42 of file vtkPVArrowSource.h.
| 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] |
1.7.5.1