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

source for NULL data. More...

#include <vtkPVNullSource.h>

Inheritance diagram for vtkPVNullSource:
Inheritance graph
[legend]
Collaboration diagram for vtkPVNullSource:
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 vtkPVNullSourceNew ()
static int IsTypeOf (const char *type)
static vtkPVNullSourceSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPVNullSource ()
 ~vtkPVNullSource ()

Detailed Description

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.


Constructor & Destructor Documentation

vtkPVNullSource::vtkPVNullSource ( ) [protected]
vtkPVNullSource::~vtkPVNullSource ( ) [protected]

Member Function Documentation

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.


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