ssPolyDatatoAttitudeScrollFilter Class Reference
[C++/Common/Filter/PolyDatatoPolyData]

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

#include <ssPolyDatatoAttitudeScrollFilter.h>

Inheritance diagram for ssPolyDatatoAttitudeScrollFilter:

Inheritance graph
[legend]
Collaboration diagram for ssPolyDatatoAttitudeScrollFilter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 ssPolyDatatoAttitudeScrollFilter ()
 Ctor.
 ~ssPolyDatatoAttitudeScrollFilter ()
 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.

The data presented at the output consists of a number of points representing the cartesian position and an equal number of vectors containing the associated heading, pitch, roll (x, y, z).

Definition at line 19 of file ssPolyDatatoAttitudeScrollFilter.h.


Constructor & Destructor Documentation

ssPolyDatatoAttitudeScrollFilter::ssPolyDatatoAttitudeScrollFilter (  )  [protected]

Ctor.

ssPolyDatatoAttitudeScrollFilter::~ssPolyDatatoAttitudeScrollFilter (  )  [protected]

Dtor.


Member Function Documentation

static ssPolyDatatoAttitudeScrollFilter* ssPolyDatatoAttitudeScrollFilter::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 ssPolyDatatoAttitudeFilter.

ssPolyDatatoAttitudeScrollFilter::vtkTypeMacro ( ssPolyDatatoAttitudeScrollFilter  ,
ssPolyDatatoAttitudeFilter   
)

void ssPolyDatatoAttitudeScrollFilter::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 ssPolyDatatoAttitudeFilter.

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


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