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

source that generates a 1x1 vtkTable with a single string data. More...

#include <vtkPVTextSource.h>

Inherits vtkTableAlgorithm.

Public Types

typedef vtkTableAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetText (const char *)
 Get/Set the text string to generate in the output. More...
 
virtual char * GetText ()
 Get/Set the text string to generate in the output. More...
 

Static Public Member Functions

static vtkPVTextSourceNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVTextSourceSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVTextSource ()
 
 ~vtkPVTextSource ()
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 

Protected Attributes

char * Text
 

Detailed Description

source that generates a 1x1 vtkTable with a single string data.

vtkPVTextSource is used to generate a table with a single string.

Definition at line 29 of file vtkPVTextSource.h.

Member Typedef Documentation

§ Superclass

typedef vtkTableAlgorithm vtkPVTextSource::Superclass

Definition at line 33 of file vtkPVTextSource.h.

Constructor & Destructor Documentation

§ vtkPVTextSource()

vtkPVTextSource::vtkPVTextSource ( )
protected

§ ~vtkPVTextSource()

vtkPVTextSource::~vtkPVTextSource ( )
protected

Member Function Documentation

§ New()

static vtkPVTextSource* vtkPVTextSource::New ( )
static

§ GetClassName()

virtual const char* vtkPVTextSource::GetClassName ( )
virtual

§ IsTypeOf()

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

§ IsA()

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

§ SafeDownCast()

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

§ PrintSelf()

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

§ SetText()

virtual void vtkPVTextSource::SetText ( const char *  )
virtual

Get/Set the text string to generate in the output.

§ GetText()

virtual char* vtkPVTextSource::GetText ( )
virtual

Get/Set the text string to generate in the output.

§ FillInputPortInformation()

virtual int vtkPVTextSource::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual

§ RequestData()

virtual int vtkPVTextSource::RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

§ RequestInformation()

virtual int vtkPVTextSource::RequestInformation ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

Member Data Documentation

§ Text

char* vtkPVTextSource::Text
protected

Definition at line 53 of file vtkPVTextSource.h.


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