#include <vtkProcessStatistics.h>


Definition at line 25 of file vtkProcessStatistics.h.
Public Types | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| int | GetProcessSizeInBytes () |
| double | GetProcessCPUTimeInMilliseconds () |
Static Public Member Functions | |
| static vtkProcessStatistics * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkProcessStatistics * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkProcessStatistics () | |
| ~vtkProcessStatistics () | |
| vtkProcessStatistics::vtkProcessStatistics | ( | ) | [protected] |
| vtkProcessStatistics::~vtkProcessStatistics | ( | ) | [inline, protected] |
Definition at line 38 of file vtkProcessStatistics.h.
| static vtkProcessStatistics* vtkProcessStatistics::New | ( | ) | [static] |
Construct the ProcessStatistics with eight points.
Reimplemented from vtkObject.
| virtual const char* vtkProcessStatistics::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
| static int vtkProcessStatistics::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
| virtual int vtkProcessStatistics::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
| static vtkProcessStatistics* vtkProcessStatistics::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
| int vtkProcessStatistics::GetProcessSizeInBytes | ( | ) |
| double vtkProcessStatistics::GetProcessCPUTimeInMilliseconds | ( | ) |
1.5.6