source that generates a 1x1 vtkTable with a single string data.
More...
#include <vtkPVTextSource.h>
Inherits vtkTableAlgorithm.
|
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...
|
|
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.
§ Superclass
§ vtkPVTextSource()
vtkPVTextSource::vtkPVTextSource |
( |
| ) |
|
|
protected |
§ ~vtkPVTextSource()
vtkPVTextSource::~vtkPVTextSource |
( |
| ) |
|
|
protected |
§ New()
§ 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()
§ 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 |
§ Text
char* vtkPVTextSource::Text |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Default/vtkPVTextSource.h