#include <ssPolyDatatoBathymetryFilter.h>
Inheritance diagram for ssPolyDatatoBathymetryFilter:
Public Member Functions | |
vtkTypeMacro (ssPolyDatatoBathymetryFilter, ssPolyDatatoPolyDataFilter) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Print the state of this object. | |
virtual void | PingsPerSwath (vtkIdType pings) |
Specify the number of pings per swath. | |
vtkIdType | PingsPerSwath () const |
Give the current number of pings per swath. | |
virtual void | Swaths (vtkIdType swaths) |
Specify the number of swaths to filter. | |
vtkIdType | Swaths () const |
Give the number of swaths currently filtering. | |
Static Public Member Functions | |
static ssPolyDatatoBathymetryFilter * | New () |
Instantiate a new object of this type. | |
Protected Member Functions | |
ssPolyDatatoBathymetryFilter () | |
Ctor. | |
~ssPolyDatatoBathymetryFilter () | |
Dtor. | |
virtual void | Execute () |
Build the output PolyData from the input records. | |
void | InitializeBuffer () |
Initialize the buffer. | |
SMARTP (vtkPoints) points | |
Points in the buffer. | |
SMARTP (vtkCellArray) lines | |
Lines in the buffer. | |
SMARTP (vtkUnsignedIntArray) scalars | |
Scalars in the buffer. | |
SMARTP (vtkPolyData) buffer | |
The working buffer. |
Definition at line 21 of file ssPolyDatatoBathymetryFilter.h.
ssPolyDatatoBathymetryFilter::ssPolyDatatoBathymetryFilter | ( | ) | [protected] |
Ctor.
ssPolyDatatoBathymetryFilter::~ssPolyDatatoBathymetryFilter | ( | ) | [protected] |
Dtor.
static ssPolyDatatoBathymetryFilter* ssPolyDatatoBathymetryFilter::New | ( | ) | [static] |
Instantiate a new object of this type.
This is the only method that objects of this type may be created.
Reimplemented from ssPolyDatatoPolyDataFilter.
Reimplemented in ssPolyDatatoBathymetryScrollFilter.
ssPolyDatatoBathymetryFilter::vtkTypeMacro | ( | ssPolyDatatoBathymetryFilter | , | |
ssPolyDatatoPolyDataFilter | ||||
) |
void ssPolyDatatoBathymetryFilter::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 ssPolyDatatoPolyDataFilter.
Reimplemented in ssPolyDatatoBathymetryScrollFilter.
virtual void ssPolyDatatoBathymetryFilter::PingsPerSwath | ( | vtkIdType | pings | ) | [virtual] |
Specify the number of pings per swath.
pings | The number of pings (pings >= 0 and pings % 2 == 0) |
vtkIdType ssPolyDatatoBathymetryFilter::PingsPerSwath | ( | ) | const |
Give the current number of pings per swath.
virtual void ssPolyDatatoBathymetryFilter::Swaths | ( | vtkIdType | swaths | ) | [virtual] |
Specify the number of swaths to filter.
swaths | The number of swaths that the filter will work on. |
vtkIdType ssPolyDatatoBathymetryFilter::Swaths | ( | ) | const |
Give the number of swaths currently filtering.
virtual void ssPolyDatatoBathymetryFilter::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 vtkSource.
Reimplemented in ssPolyDatatoBathymetryScrollFilter.
void ssPolyDatatoBathymetryFilter::InitializeBuffer | ( | ) | [protected] |
Initialize the buffer.
ssPolyDatatoBathymetryFilter::SMARTP | ( | vtkPoints | ) | [protected] |
Points in the buffer.
ssPolyDatatoBathymetryFilter::SMARTP | ( | vtkCellArray | ) | [protected] |
Lines in the buffer.
ssPolyDatatoBathymetryFilter::SMARTP | ( | vtkUnsignedIntArray | ) | [protected] |
Scalars in the buffer.
ssPolyDatatoBathymetryFilter::SMARTP | ( | vtkPolyData | ) | [protected] |
The working buffer.