|
ParaView
|
source that generates a 1x1 vtkTable with a single string data. More...
#include <vtkPVTextSource.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetText (const char *) |
| virtual char * | GetText () |
Static Public Member Functions | |
| static vtkPVTextSource * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVTextSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVTextSource () | |
| ~vtkPVTextSource () | |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
| char * | Text |
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 27 of file vtkPVTextSource.h.
| vtkPVTextSource::vtkPVTextSource | ( | ) | [protected] |
| vtkPVTextSource::~vtkPVTextSource | ( | ) | [protected] |
| static vtkPVTextSource* vtkPVTextSource::New | ( | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| virtual const char* vtkPVTextSource::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| static int vtkPVTextSource::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkPVTextSource::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| static vtkPVTextSource* vtkPVTextSource::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| void vtkPVTextSource::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual void vtkPVTextSource::SetText | ( | const char * | ) | [virtual] |
Get/Set the text string to generate in the output.
| virtual char* vtkPVTextSource::GetText | ( | ) | [virtual] |
Get/Set the text string to generate in the output.
| virtual int vtkPVTextSource::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkPVTextSource::RequestData | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
char* vtkPVTextSource::Text [protected] |
Definition at line 49 of file vtkPVTextSource.h.
1.7.5.1