ssPolyDataRecordtoStaticDataFilter Class Reference
[C++/Common/Filter/PolyDataRecordtoPolyData]

The purpose of this filter is to read a specified number of PolyDataRecords and present the data as a single PolyData dataset. More...

#include <ssPolyDataRecordtoStaticDataFilter.h>

Inheritance diagram for ssPolyDataRecordtoStaticDataFilter:

Inheritance graph
[legend]
Collaboration diagram for ssPolyDataRecordtoStaticDataFilter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeMacro (ssPolyDataRecordtoStaticDataFilter, ssPolyDataRecordtoPolyDataFilter)
void PrintSelf (ostream &os, vtkIndent indent)
 Print the state of this object.

Static Public Member Functions

static ssPolyDataRecordtoStaticDataFilterNew ()
 Instantiate a new object of this type.

Protected Member Functions

 ssPolyDataRecordtoStaticDataFilter ()
 Ctor.
 ~ssPolyDataRecordtoStaticDataFilter ()
 Dtor.
virtual void Execute ()
 Build the output PolyData from the input records.

Detailed Description

The purpose of this filter is to read a specified number of PolyDataRecords and present the data as a single PolyData dataset.

Definition at line 18 of file ssPolyDataRecordtoStaticDataFilter.h.


Constructor & Destructor Documentation

ssPolyDataRecordtoStaticDataFilter::ssPolyDataRecordtoStaticDataFilter (  )  [protected]

Ctor.

ssPolyDataRecordtoStaticDataFilter::~ssPolyDataRecordtoStaticDataFilter (  )  [protected]

Dtor.


Member Function Documentation

static ssPolyDataRecordtoStaticDataFilter* ssPolyDataRecordtoStaticDataFilter::New (  )  [static]

Instantiate a new object of this type.

This is the only method that objects of this type may be created.

Returns:
The new object.

Reimplemented from ssPolyDataRecordtoPolyDataFilter.

ssPolyDataRecordtoStaticDataFilter::vtkTypeMacro ( ssPolyDataRecordtoStaticDataFilter  ,
ssPolyDataRecordtoPolyDataFilter   
)

void ssPolyDataRecordtoStaticDataFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Print the state of this object.

Parameters:
os The output stream.
indent The indentation level. Used for formating output.

Reimplemented from ssPolyDataRecordtoPolyDataFilter.

virtual void ssPolyDataRecordtoStaticDataFilter::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.


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