ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVNullSource Class Reference

source for NULL data. More...

#include <vtkPVNullSource.h>

Inherits vtkLineSource.

Public Types

typedef vtkLineSource 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 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 30 of file vtkPVNullSource.h.

Member Typedef Documentation

§ Superclass

typedef vtkLineSource vtkPVNullSource::Superclass

Definition at line 34 of file vtkPVNullSource.h.

Constructor & Destructor Documentation

§ vtkPVNullSource()

vtkPVNullSource::vtkPVNullSource ( )
protected

§ ~vtkPVNullSource()

vtkPVNullSource::~vtkPVNullSource ( )
protected

Member Function Documentation

§ New()

static vtkPVNullSource* vtkPVNullSource::New ( )
static

§ GetClassName()

virtual const char* vtkPVNullSource::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkPVNullSource::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkPVNullSource::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkPVNullSource* vtkPVNullSource::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVNullSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

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