A vtkClientServerStream serializable conatiner of information describing memory configuration of the host of a single process.
More...
#include <vtkPVSystemConfigInformation.h>
A vtkClientServerStream serializable conatiner of information describing memory configuration of the host of a single process.
Definition at line 32 of file vtkPVSystemConfigInformation.h.
§ Superclass
§ vtkPVSystemConfigInformation()
vtkPVSystemConfigInformation::vtkPVSystemConfigInformation |
( |
| ) |
|
|
protected |
§ ~vtkPVSystemConfigInformation()
vtkPVSystemConfigInformation::~vtkPVSystemConfigInformation |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkPVSystemConfigInformation::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVSystemConfigInformation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVSystemConfigInformation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPVSystemConfigInformation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ CopyFromObject()
virtual void vtkPVSystemConfigInformation::CopyFromObject |
( |
vtkObject * |
obj | ) |
|
|
virtual |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
§ AddInformation()
virtual void vtkPVSystemConfigInformation::AddInformation |
( |
vtkPVInformation * |
info | ) |
|
|
virtual |
§ CopyToStream()
§ CopyFromStream()
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
§ GetSize()
size_t vtkPVSystemConfigInformation::GetSize |
( |
| ) |
|
|
inline |
§ GetOSDescriptor()
const char* vtkPVSystemConfigInformation::GetOSDescriptor |
( |
size_t |
i | ) |
|
|
inline |
§ GetCPUDescriptor()
const char* vtkPVSystemConfigInformation::GetCPUDescriptor |
( |
size_t |
i | ) |
|
|
inline |
§ GetMemoryDescriptor()
const char* vtkPVSystemConfigInformation::GetMemoryDescriptor |
( |
size_t |
i | ) |
|
|
inline |
§ GetHostName()
const char* vtkPVSystemConfigInformation::GetHostName |
( |
size_t |
i | ) |
|
|
inline |
§ GetProcessType()
int vtkPVSystemConfigInformation::GetProcessType |
( |
size_t |
i | ) |
|
|
inline |
§ GetSystemType()
int vtkPVSystemConfigInformation::GetSystemType |
( |
size_t |
i | ) |
|
|
inline |
§ GetRank()
int vtkPVSystemConfigInformation::GetRank |
( |
size_t |
i | ) |
|
|
inline |
§ GetPid()
long long vtkPVSystemConfigInformation::GetPid |
( |
size_t |
i | ) |
|
|
inline |
§ GetHostMemoryTotal()
long long vtkPVSystemConfigInformation::GetHostMemoryTotal |
( |
size_t |
i | ) |
|
|
inline |
§ GetHostMemoryAvailable()
long long vtkPVSystemConfigInformation::GetHostMemoryAvailable |
( |
size_t |
i | ) |
|
|
inline |
§ GetProcMemoryAvailable()
long long vtkPVSystemConfigInformation::GetProcMemoryAvailable |
( |
size_t |
i | ) |
|
|
inline |
§ Sort()
void vtkPVSystemConfigInformation::Sort |
( |
| ) |
|
Sort elements by mpi rank.
The documentation for this class was generated from the following file: