#include <ssPolyDatatoPlanStaticFilter.h>
Inheritance diagram for ssPolyDatatoPlanStaticFilter:
Public Member Functions | |
vtkTypeMacro (ssPolyDatatoPlanStaticFilter, ssPolyDatatoPlanFilter) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Print the state of this object. | |
Static Public Member Functions | |
static ssPolyDatatoPlanStaticFilter * | New () |
Instantiate a new object of this type. | |
Protected Member Functions | |
ssPolyDatatoPlanStaticFilter () | |
Ctor. | |
~ssPolyDatatoPlanStaticFilter () | |
Dtor. | |
virtual void | Execute () |
Build the output PolyData from the input records. |
The data presented at the output will consist of a number of points in two domains (x, y, 0).
Definition at line 21 of file ssPolyDatatoPlanStaticFilter.h.
ssPolyDatatoPlanStaticFilter::ssPolyDatatoPlanStaticFilter | ( | ) | [protected] |
Ctor.
ssPolyDatatoPlanStaticFilter::~ssPolyDatatoPlanStaticFilter | ( | ) | [protected] |
Dtor.
static ssPolyDatatoPlanStaticFilter* ssPolyDatatoPlanStaticFilter::New | ( | ) | [static] |
Instantiate a new object of this type.
This is the only method that objects of this type may be created.
Reimplemented from ssPolyDatatoPlanFilter.
ssPolyDatatoPlanStaticFilter::vtkTypeMacro | ( | ssPolyDatatoPlanStaticFilter | , | |
ssPolyDatatoPlanFilter | ||||
) |
void ssPolyDatatoPlanStaticFilter::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 ssPolyDatatoPlanFilter.
virtual void ssPolyDatatoPlanStaticFilter::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 ssPolyDatatoPlanFilter.