#include <ssGatherStrikes.h>
Inheritance diagram for ssGatherStrikes:
Public Member Functions | |
vtkTypeMacro (ssGatherStrikes, vtkPolyDataToPolyDataFilter) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Print the state of this object. | |
void | SetLineInput (vtkPolyData *input) |
Set the input from which "line" data is obtained. | |
vtkPolyData * | GetLineInput () const |
Give the input from ehich the "line" data is obtained. | |
void | instrumentParameters (const ssInstrumentParameters *instrument) |
Specify the parameters of the virtual instrument. | |
bool | eof () const |
Test whether there is more beam data. | |
Static Public Member Functions | |
static ssGatherStrikes * | New () |
Instantiate a new object of this type. | |
Protected Member Functions | |
ssGatherStrikes () | |
Ctor. | |
~ssGatherStrikes () | |
Dtor. | |
void | Execute () |
Execute the alogorithm. |
Definition at line 21 of file ssGatherStrikes.h.
ssGatherStrikes::ssGatherStrikes | ( | ) | [protected] |
Ctor.
ssGatherStrikes::~ssGatherStrikes | ( | ) | [protected] |
Dtor.
static ssGatherStrikes* ssGatherStrikes::New | ( | ) | [static] |
Instantiate a new object of this type.
This is the only method that objects of this type may be created.
Reimplemented from vtkAlgorithm.
ssGatherStrikes::vtkTypeMacro | ( | ssGatherStrikes | , | |
vtkPolyDataToPolyDataFilter | ||||
) |
void ssGatherStrikes::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 vtkPolyDataToPolyDataFilter.
void ssGatherStrikes::SetLineInput | ( | vtkPolyData * | input | ) |
Set the input from which "line" data is obtained.
input | The line input. |
vtkPolyData* ssGatherStrikes::GetLineInput | ( | ) | const |
Give the input from ehich the "line" data is obtained.
void ssGatherStrikes::instrumentParameters | ( | const ssInstrumentParameters * | instrument | ) |
Specify the parameters of the virtual instrument.
instrument | The instrument. |
bool ssGatherStrikes::eof | ( | ) | const |
Test whether there is more beam data.
void ssGatherStrikes::Execute | ( | ) | [protected, virtual] |