#include <ssPolyDataRecordtoScrollDataFilter.h>
Inheritance diagram for ssPolyDataRecordtoScrollDataFilter:
Public Member Functions | |
vtkTypeMacro (ssPolyDataRecordtoScrollDataFilter, ssPolyDataRecordtoPolyDataFilter) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Print the state of this object. | |
Static Public Member Functions | |
static ssPolyDataRecordtoScrollDataFilter * | New () |
Instantiate a new object of this type. | |
Protected Member Functions | |
ssPolyDataRecordtoScrollDataFilter () | |
Ctor. | |
~ssPolyDataRecordtoScrollDataFilter () | |
Dtor. | |
virtual void | Execute () |
Build the output PolyData from the input records. |
Definition at line 20 of file ssPolyDataRecordtoScrollDataFilter.h.
ssPolyDataRecordtoScrollDataFilter::ssPolyDataRecordtoScrollDataFilter | ( | ) | [protected] |
Ctor.
ssPolyDataRecordtoScrollDataFilter::~ssPolyDataRecordtoScrollDataFilter | ( | ) | [protected] |
Dtor.
static ssPolyDataRecordtoScrollDataFilter* ssPolyDataRecordtoScrollDataFilter::New | ( | ) | [static] |
Instantiate a new object of this type.
This is the only method that objects of this type may be created.
Reimplemented from ssPolyDataRecordtoPolyDataFilter.
ssPolyDataRecordtoScrollDataFilter::vtkTypeMacro | ( | ssPolyDataRecordtoScrollDataFilter | , | |
ssPolyDataRecordtoPolyDataFilter | ||||
) |
void ssPolyDataRecordtoScrollDataFilter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Print the state of this object.
os | The output stream. | |
indent | The indentation level. Used for formating output. |
Reimplemented from ssPolyDataRecordtoPolyDataFilter.
virtual void ssPolyDataRecordtoScrollDataFilter::Execute | ( | ) | [protected, virtual] |
Build the output PolyData from the input records.
This function is called as a result of a propagated Update() on the data flow. The sematics of this function will cause the number of records specified by numberOfRecords() to be read if there is no intervening EOF or error in the input stream.
Reimplemented from ssPolyDataRecordtoPolyDataFilter.