#include <vtkCVGeometryCache.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkCVGeometryCache, vtkPolyDataAlgorithm) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddGeometry (vtkPVGeometryFilter *filter) |
void | RemoveAllGeometry () |
Static Public Member Functions | |
vtkCVGeometryCache * | New () |
Protected Member Functions | |
vtkCVGeometryCache () | |
~vtkCVGeometryCache () | |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
vtkCVGeometryCacheInternal * | Internal |
vtkCVGeometryCache is a source that provides a cached geometry (shallow) copied from the input of a mapper. It is used in comparative visualization. This is a multiple output source (one output for each added geometry)
Definition at line 35 of file vtkCVGeometryCache.h.
|
|
|
|
|
|
|
|
|
|
|
Shallow copies the input of the mapper into the internal cache. |
|
Removes all cached geometry. |
|
|
|
|
|
|
|
Definition at line 63 of file vtkCVGeometryCache.h. |