#include <ssSwathDataReconstructionFilter.h>
Inheritance diagram for ssSwathDataReconstructionFilter:


Public Member Functions | |
| vtkTypeMacro (ssSwathDataReconstructionFilter, vtkPolyDataToPolyDataFilter) | |
| void | NumberOfSwaths (int ns) |
| Specify the number of swaths which constitute an output set. | |
| int | NumberOfSwaths () const |
| Give the number of swaths that constitute an output set. | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| Print the internal state. | |
Static Public Member Functions | |
| static ssSwathDataReconstructionFilter * | New () |
| Construct a new object of this class. | |
Protected Member Functions | |
| ssSwathDataReconstructionFilter () | |
| Ctor. | |
| virtual | ~ssSwathDataReconstructionFilter () |
| Dtor. | |
| void | Execute () |
| Perform the filtering. | |
The output will consist of a vtkPolyData object containing points and poly line cells only. The points represent the beam strikes and the lines connect these into a swath.
The output is arranged so that the data is from "oldest" to "newest" as the point and cell indices increase.
Definition at line 29 of file ssSwathDataReconstructionFilter.h.
| ssSwathDataReconstructionFilter::ssSwathDataReconstructionFilter | ( | ) | [protected] |
Ctor.
The number of swaths forming the output data set is set to 30 by default at ctor time.
| virtual ssSwathDataReconstructionFilter::~ssSwathDataReconstructionFilter | ( | ) | [protected, virtual] |
Dtor.
| static ssSwathDataReconstructionFilter* ssSwathDataReconstructionFilter::New | ( | ) | [static] |
Construct a new object of this class.
This is the only method that objects of this class may be brought into existance.
Reimplemented from vtkAlgorithm.
| ssSwathDataReconstructionFilter::vtkTypeMacro | ( | ssSwathDataReconstructionFilter | , | |
| vtkPolyDataToPolyDataFilter | ||||
| ) |
| void ssSwathDataReconstructionFilter::NumberOfSwaths | ( | int | ns | ) |
Specify the number of swaths which constitute an output set.
| ns | Number of swaths. |
| int ssSwathDataReconstructionFilter::NumberOfSwaths | ( | ) | const |
Give the number of swaths that constitute an output set.
| void ssSwathDataReconstructionFilter::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Print the internal state.
| os | The destination stream. | |
| indent | The indentation to use. |
Reimplemented from vtkPolyDataToPolyDataFilter.
| void ssSwathDataReconstructionFilter::Execute | ( | ) | [protected, virtual] |