|
ParaView
|
information obeject to collect cache size information from a vtkCacheSizeKeeper. More...
#include <vtkPVCacheSizeInformation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | CopyFromObject (vtkObject *) |
| virtual void | AddInformation (vtkPVInformation *) |
| virtual unsigned long | GetCacheSize () |
| virtual void | SetCacheSize (unsigned long) |
| virtual void | CopyToStream (vtkClientServerStream *) |
| virtual void | CopyFromStream (const vtkClientServerStream *) |
Static Public Member Functions | |
| static vtkPVCacheSizeInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVCacheSizeInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVCacheSizeInformation () | |
| ~vtkPVCacheSizeInformation () | |
Protected Attributes | |
| unsigned long | CacheSize |
information obeject to collect cache size information from a vtkCacheSizeKeeper.
Gather information about cache size from vtkCacheSizeKeeper.
Definition at line 27 of file vtkPVCacheSizeInformation.h.
| vtkPVCacheSizeInformation::vtkPVCacheSizeInformation | ( | ) | [protected] |
| vtkPVCacheSizeInformation::~vtkPVCacheSizeInformation | ( | ) | [protected] |
| static vtkPVCacheSizeInformation* vtkPVCacheSizeInformation::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkPVCacheSizeInformation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVInformation.
| static int vtkPVCacheSizeInformation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVInformation.
| virtual int vtkPVCacheSizeInformation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVInformation.
| static vtkPVCacheSizeInformation* vtkPVCacheSizeInformation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVInformation.
| void vtkPVCacheSizeInformation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVInformation.
| virtual void vtkPVCacheSizeInformation::CopyFromObject | ( | vtkObject * | ) | [virtual] |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
| virtual void vtkPVCacheSizeInformation::AddInformation | ( | vtkPVInformation * | ) | [virtual] |
Merge another information object.
Reimplemented from vtkPVInformation.
| virtual void vtkPVCacheSizeInformation::CopyToStream | ( | vtkClientServerStream * | ) | [virtual] |
Manage a serialized version of the information.
Implements vtkPVInformation.
| virtual void vtkPVCacheSizeInformation::CopyFromStream | ( | const vtkClientServerStream * | ) | [virtual] |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
| virtual unsigned long vtkPVCacheSizeInformation::GetCacheSize | ( | ) | [virtual] |
| virtual void vtkPVCacheSizeInformation::SetCacheSize | ( | unsigned | long | ) | [virtual] |
unsigned long vtkPVCacheSizeInformation::CacheSize [protected] |
Definition at line 54 of file vtkPVCacheSizeInformation.h.
1.7.5.1