#include <vtkPVSystemInformation.h>
Public Attributes | |
vtkProcessModule::ProcessTypes | ProcessType |
int | ProcessId |
int | NumberOfProcesses |
std::string | Hostname |
std::string | OSName |
std::string | OSRelease |
std::string | OSVersion |
std::string | OSPlatform |
bool | Is64Bits |
unsigned int | NumberOfPhyicalCPUs |
unsigned int | NumberOfLogicalCPUs |
size_t | TotalPhysicalMemory |
size_t | AvailablePhysicalMemory |
size_t | TotalVirtualMemory |
size_t | AvailableVirtualMemory |
Definition at line 46 of file vtkPVSystemInformation.h.
vtkProcessModule::ProcessTypes vtkPVSystemInformation::SystemInformationType::ProcessType |
Definition at line 48 of file vtkPVSystemInformation.h.
int vtkPVSystemInformation::SystemInformationType::ProcessId |
Definition at line 49 of file vtkPVSystemInformation.h.
int vtkPVSystemInformation::SystemInformationType::NumberOfProcesses |
Definition at line 50 of file vtkPVSystemInformation.h.
std::string vtkPVSystemInformation::SystemInformationType::Hostname |
Definition at line 51 of file vtkPVSystemInformation.h.
std::string vtkPVSystemInformation::SystemInformationType::OSName |
Definition at line 52 of file vtkPVSystemInformation.h.
std::string vtkPVSystemInformation::SystemInformationType::OSRelease |
Definition at line 53 of file vtkPVSystemInformation.h.
std::string vtkPVSystemInformation::SystemInformationType::OSVersion |
Definition at line 54 of file vtkPVSystemInformation.h.
std::string vtkPVSystemInformation::SystemInformationType::OSPlatform |
Definition at line 55 of file vtkPVSystemInformation.h.
bool vtkPVSystemInformation::SystemInformationType::Is64Bits |
Definition at line 56 of file vtkPVSystemInformation.h.
unsigned int vtkPVSystemInformation::SystemInformationType::NumberOfPhyicalCPUs |
Definition at line 57 of file vtkPVSystemInformation.h.
unsigned int vtkPVSystemInformation::SystemInformationType::NumberOfLogicalCPUs |
Definition at line 58 of file vtkPVSystemInformation.h.
size_t vtkPVSystemInformation::SystemInformationType::TotalPhysicalMemory |
Definition at line 59 of file vtkPVSystemInformation.h.
size_t vtkPVSystemInformation::SystemInformationType::AvailablePhysicalMemory |
Definition at line 60 of file vtkPVSystemInformation.h.
size_t vtkPVSystemInformation::SystemInformationType::TotalVirtualMemory |
Definition at line 61 of file vtkPVSystemInformation.h.
size_t vtkPVSystemInformation::SystemInformationType::AvailableVirtualMemory |
Definition at line 62 of file vtkPVSystemInformation.h.