|
ParaView
|
#include <vtkPVCacheKeeperPipeline.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkPVCacheKeeperPipeline * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVCacheKeeperPipeline * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVCacheKeeperPipeline () | |
| ~vtkPVCacheKeeperPipeline () | |
| virtual int | ForwardUpstream (int i, int j, vtkInformation *request) |
| virtual int | ForwardUpstream (vtkInformation *request) |
Definition at line 26 of file vtkPVCacheKeeperPipeline.h.
| vtkPVCacheKeeperPipeline::vtkPVCacheKeeperPipeline | ( | ) | [protected] |
| vtkPVCacheKeeperPipeline::~vtkPVCacheKeeperPipeline | ( | ) | [protected] |
| static vtkPVCacheKeeperPipeline* vtkPVCacheKeeperPipeline::New | ( | ) | [static] |
Reimplemented from vtkCompositeDataPipeline.
| virtual const char* vtkPVCacheKeeperPipeline::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkCompositeDataPipeline.
| static int vtkPVCacheKeeperPipeline::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkCompositeDataPipeline.
| virtual int vtkPVCacheKeeperPipeline::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkCompositeDataPipeline.
| static vtkPVCacheKeeperPipeline* vtkPVCacheKeeperPipeline::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkCompositeDataPipeline.
| void vtkPVCacheKeeperPipeline::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkCompositeDataPipeline.
| virtual int vtkPVCacheKeeperPipeline::ForwardUpstream | ( | int | i, |
| int | j, | ||
| vtkInformation * | request | ||
| ) | [protected, virtual] |
Reimplemented from vtkCompositeDataPipeline.
| virtual int vtkPVCacheKeeperPipeline::ForwardUpstream | ( | vtkInformation * | request | ) | [protected, virtual] |
Reimplemented from vtkCompositeDataPipeline.
1.7.5.1