|
ParaView
|
source for NULL data. More...
#include <vtkPVNullSource.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 vtkPVNullSource * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVNullSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVNullSource () | |
| ~vtkPVNullSource () | |
source for NULL data.
This is a source for null data. Although this actually produces a vtkPolyLine paraview blocks all data information from this source resulting in it being treated as a null source.
Definition at line 28 of file vtkPVNullSource.h.
| vtkPVNullSource::vtkPVNullSource | ( | ) | [protected] |
| vtkPVNullSource::~vtkPVNullSource | ( | ) | [protected] |
| static vtkPVNullSource* vtkPVNullSource::New | ( | ) | [static] |
Reimplemented from vtkLineSource.
| virtual const char* vtkPVNullSource::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkLineSource.
| static int vtkPVNullSource::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkLineSource.
| virtual int vtkPVNullSource::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkLineSource.
| static vtkPVNullSource* vtkPVNullSource::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkLineSource.
| void vtkPVNullSource::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkLineSource.
1.7.5.1