vtkInputPortBuffer Class Reference
[C++/Common/Vtk/Buffer]

The purpose of this class is to isolate the InputPort from the vargaries of downstream SDF objects. More...

#include <vtkInputPortBuffer.h>

Inheritance diagram for vtkInputPortBuffer:

Inheritance graph
[legend]
Collaboration diagram for vtkInputPortBuffer:

Collaboration graph
[legend]
List of all members.

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

Protected Member Functions

 vtkInputPortBuffer ()
 Ctor.
virtual ~vtkInputPortBuffer ()
 Dtor.
void Execute ()

Detailed Description

The purpose of this class is to isolate the InputPort from the vargaries of downstream SDF objects.

Note:
This class is obsolete since the introduction of VTK 5.2.

Definition at line 28 of file vtkInputPortBuffer.h.


Constructor & Destructor Documentation

vtkInputPortBuffer::vtkInputPortBuffer (  )  [protected]

Ctor.

virtual vtkInputPortBuffer::~vtkInputPortBuffer (  )  [protected, virtual]

Dtor.


Member Function Documentation

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.

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

Reimplemented from vtkPolyDataSource.

vtkInputPortBuffer::SMARTP ( vtkSocketCommunicator   )  const

Give the InputPort.

Returns:
The InputPort.

vtkInputPortBuffer::SMARTP ( vtkPolyData   ) 

Give the output.

Returns:
The output.

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

Reimplemented from vtkSource.


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