ssPolyDatatoBathymetryScrollFilter 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 <ssPolyDatatoBathymetryScrollFilter.h>

Inheritance diagram for ssPolyDatatoBathymetryScrollFilter:

Inheritance graph
[legend]
Collaboration diagram for ssPolyDatatoBathymetryScrollFilter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 ssPolyDatatoBathymetryScrollFilter ()
 Ctor.
 ~ssPolyDatatoBathymetryScrollFilter ()
 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 of the ping strike point (x, y, z), a number of lines, each of which link the points belonging to a single swath, and a number of scalars containing the ping number of the swath. The number of scalars and the number of lines will be equal. The number of points will be equal to the number of lines multiplied by the number of beams per swath.

Definition at line 26 of file ssPolyDatatoBathymetryScrollFilter.h.


Constructor & Destructor Documentation

ssPolyDatatoBathymetryScrollFilter::ssPolyDatatoBathymetryScrollFilter (  )  [protected]

Ctor.

ssPolyDatatoBathymetryScrollFilter::~ssPolyDatatoBathymetryScrollFilter (  )  [protected]

Dtor.


Member Function Documentation

static ssPolyDatatoBathymetryScrollFilter* ssPolyDatatoBathymetryScrollFilter::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 ssPolyDatatoBathymetryFilter.

ssPolyDatatoBathymetryScrollFilter::vtkTypeMacro ( ssPolyDatatoBathymetryScrollFilter  ,
ssPolyDatatoBathymetryFilter   
)

void ssPolyDatatoBathymetryScrollFilter::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 ssPolyDatatoBathymetryFilter.

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


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