#include <VTKViewer_PassThroughFilter.h>

Public Member Functions | |
| vtkTypeRevisionMacro (VTKViewer_PassThroughFilter, vtkDataSetToDataSetFilter) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static VTKViewer_PassThroughFilter * | New () |
Protected Member Functions | |
| VTKViewer_PassThroughFilter () | |
| virtual | ~VTKViewer_PassThroughFilter () |
| Null body. | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| Null body. | |
Private Member Functions | |
| VTKViewer_PassThroughFilter (const VTKViewer_PassThroughFilter &) | |
| Not implemented. | |
| void | operator= (const VTKViewer_PassThroughFilter &) |
| Not implemented. | |
Passive filter take a dataset as input and create a dataset as output.
The form of the input geometry is not changed in these filters,
only the point attributes (e.g. scalars, vectors, etc.).
| VTKViewer_PassThroughFilter.VTKViewer_PassThroughFilter | ( | ) | [protected] |
| virtual VTKViewer_PassThroughFilter.~VTKViewer_PassThroughFilter | ( | ) | [protected, virtual] |
| VTKViewer_PassThroughFilter.VTKViewer_PassThroughFilter | ( | const VTKViewer_PassThroughFilter & | ) | [private] |
| VTKViewer_PassThroughFilter.vtkTypeRevisionMacro | ( | VTKViewer_PassThroughFilter | , |
| vtkDataSetToDataSetFilter | |||
| ) |
| void VTKViewer_PassThroughFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
Methods invoked by print to print information about the object including superclasses.
Typically not called by the user (use Print() instead) but used in the hierarchical
print process to combine the output of several classes.
| os | - output stream. |
| static VTKViewer_PassThroughFilter* VTKViewer_PassThroughFilter.New | ( | ) | [static] |
Create a new VTKViewer_PassThroughFilter.
| int VTKViewer_PassThroughFilter::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Execute method.Output calculation.
Pass all. (data object's field data is passed by the superclass after this method)
| void VTKViewer_PassThroughFilter.operator= | ( | const VTKViewer_PassThroughFilter & | ) | [private] |