PV information object for getting information about data size.
More...
#include <vtkPVDataSizeInformation.h>
PV information object for getting information about data size.
vtkPVDataSizeInformation is an information object for getting information about data size. This is a light weight sibling of vtkPVDataInformation which only returns the data size and nothing more. The data size can also be obtained from vtkPVDataInformation.
Definition at line 32 of file vtkPVDataSizeInformation.h.
§ Superclass
§ vtkPVDataSizeInformation()
vtkPVDataSizeInformation::vtkPVDataSizeInformation |
( |
| ) |
|
|
protected |
§ ~vtkPVDataSizeInformation()
vtkPVDataSizeInformation::~vtkPVDataSizeInformation |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkPVDataSizeInformation::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVDataSizeInformation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVDataSizeInformation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPVDataSizeInformation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ CopyFromObject()
virtual void vtkPVDataSizeInformation::CopyFromObject |
( |
vtkObject * |
| ) |
|
|
virtual |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
§ AddInformation()
virtual void vtkPVDataSizeInformation::AddInformation |
( |
vtkPVInformation * |
info | ) |
|
|
virtual |
Merge another information object.
Calls AddInformation(info, 0).
Reimplemented from vtkPVInformation.
§ CopyToStream()
§ CopyFromStream()
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
§ Initialize()
void vtkPVDataSizeInformation::Initialize |
( |
| ) |
|
Remove all information.
The next add will be like a copy.
§ GetMemorySize()
virtual int vtkPVDataSizeInformation::GetMemorySize |
( |
| ) |
|
|
virtual |
Access to memory size information.
§ MemorySize
int vtkPVDataSizeInformation::MemorySize |
|
protected |
The documentation for this class was generated from the following file: