ssSwathDataReconstructionFilter Class Reference
[C++/Common/Vtk/Filter/Time]

The purpose of this class is to form a PolyData surface representing a number of previous swaths. More...

#include <ssSwathDataReconstructionFilter.h>

Inheritance diagram for ssSwathDataReconstructionFilter:

Inheritance graph
[legend]
Collaboration diagram for ssSwathDataReconstructionFilter:

Collaboration graph
[legend]
List of all members.

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 ssSwathDataReconstructionFilterNew ()
 Construct a new object of this class.

Protected Member Functions

 ssSwathDataReconstructionFilter ()
 Ctor.
virtual ~ssSwathDataReconstructionFilter ()
 Dtor.
void Execute ()
 Perform the filtering.

Detailed Description

The purpose of this class is to form a PolyData surface representing a number of previous swaths.

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Parameters:
ns Number of swaths.

int ssSwathDataReconstructionFilter::NumberOfSwaths (  )  const

Give the number of swaths that constitute an output set.

Returns:
Number of swaths.

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

Print the internal state.

Parameters:
os The destination stream.
indent The indentation to use.

Reimplemented from vtkPolyDataToPolyDataFilter.

void ssSwathDataReconstructionFilter::Execute (  )  [protected, virtual]

Perform the filtering.

Reimplemented from vtkSource.


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