#include <vtkPVTimerInformation.h>
Inheritance diagram for vtkPVTimerInformation:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVTimerInformation, vtkPVInformation) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | AddInformation (vtkPVInformation *info) |
int | GetNumberOfLogs () |
char * | GetLog (int proc) |
virtual void | CopyFromObject (vtkObject *data) |
virtual void | CopyFromMessage (unsigned char *msg) |
virtual void | CopyToStream (vtkClientServerStream *) const |
virtual void | CopyFromStream (const vtkClientServerStream *css) |
Static Public Member Functions | |
vtkPVTimerInformation * | New () |
Protected Member Functions | |
vtkPVTimerInformation () | |
~vtkPVTimerInformation () | |
void | Reallocate (int num) |
void | InsertLog (int id, char *log) |
vtkPVTimerInformation (const vtkPVTimerInformation &) | |
void | operator= (const vtkPVTimerInformation &) |
Protected Attributes | |
int | NumberOfLogs |
char ** | Logs |
I am using this infomration object to gather timer logs from all processes.
Definition at line 28 of file vtkPVTimerInformation.h.
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtkPVInformation. |
|
Access to the logs. |
|
Access to the logs. |
|
Transfer information about a single object into this object. Reimplemented from vtkPVInformation. |
|
Transfer information about a single object into this object. |
|
Merge another information object. Reimplemented from vtkPVInformation. |
|
Serialize objects to/from a stream object. Implements vtkPVInformation. |
|
Serialize objects to/from a stream object. Reimplemented from vtkPVInformation. |
|
|
|
|
|
|
|
Definition at line 62 of file vtkPVTimerInformation.h. |
|
Definition at line 63 of file vtkPVTimerInformation.h. |