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


Public Member Functions | |
| vtkTypeMacro (ssPolyDataInstrumentSocketInput, vtkSource) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| Print the internal state. | |
Static Public Member Functions | |
| static ssPolyDataInstrumentSocketInput * | New () |
| Construct a new object of this class. | |
Protected Member Functions | |
| ssPolyDataInstrumentSocketInput () | |
| Ctor. | |
| ~ssPolyDataInstrumentSocketInput () | |
| Dtor. | |
| void | Execute () |
| Provide a single record. | |
Definition at line 11 of file ssPolyDataInstrumentSocketInput.h.
| ssPolyDataInstrumentSocketInput::ssPolyDataInstrumentSocketInput | ( | ) | [protected] |
Ctor.
| ssPolyDataInstrumentSocketInput::~ssPolyDataInstrumentSocketInput | ( | ) | [protected] |
Dtor.
| static ssPolyDataInstrumentSocketInput* ssPolyDataInstrumentSocketInput::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.
| ssPolyDataInstrumentSocketInput::vtkTypeMacro | ( | ssPolyDataInstrumentSocketInput | , | |
| vtkSource | ||||
| ) |
| void ssPolyDataInstrumentSocketInput::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Print the internal state.
| os | The destination stream. | |
| indent | The indentation to use. |
Reimplemented from vtkPolyDataSource.
| void ssPolyDataInstrumentSocketInput::Execute | ( | ) | [protected, virtual] |