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


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