Public Attributes | List of all members
vtkPVSystemInformation::SystemInformationType Struct Reference

#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
 

Detailed Description

Definition at line 46 of file vtkPVSystemInformation.h.

Member Data Documentation

◆ ProcessType

vtkProcessModule::ProcessTypes vtkPVSystemInformation::SystemInformationType::ProcessType

Definition at line 48 of file vtkPVSystemInformation.h.

◆ ProcessId

int vtkPVSystemInformation::SystemInformationType::ProcessId

Definition at line 49 of file vtkPVSystemInformation.h.

◆ NumberOfProcesses

int vtkPVSystemInformation::SystemInformationType::NumberOfProcesses

Definition at line 50 of file vtkPVSystemInformation.h.

◆ Hostname

std::string vtkPVSystemInformation::SystemInformationType::Hostname

Definition at line 51 of file vtkPVSystemInformation.h.

◆ OSName

std::string vtkPVSystemInformation::SystemInformationType::OSName

Definition at line 52 of file vtkPVSystemInformation.h.

◆ OSRelease

std::string vtkPVSystemInformation::SystemInformationType::OSRelease

Definition at line 53 of file vtkPVSystemInformation.h.

◆ OSVersion

std::string vtkPVSystemInformation::SystemInformationType::OSVersion

Definition at line 54 of file vtkPVSystemInformation.h.

◆ OSPlatform

std::string vtkPVSystemInformation::SystemInformationType::OSPlatform

Definition at line 55 of file vtkPVSystemInformation.h.

◆ Is64Bits

bool vtkPVSystemInformation::SystemInformationType::Is64Bits

Definition at line 56 of file vtkPVSystemInformation.h.

◆ NumberOfPhyicalCPUs

unsigned int vtkPVSystemInformation::SystemInformationType::NumberOfPhyicalCPUs

Definition at line 57 of file vtkPVSystemInformation.h.

◆ NumberOfLogicalCPUs

unsigned int vtkPVSystemInformation::SystemInformationType::NumberOfLogicalCPUs

Definition at line 58 of file vtkPVSystemInformation.h.

◆ TotalPhysicalMemory

size_t vtkPVSystemInformation::SystemInformationType::TotalPhysicalMemory

Definition at line 59 of file vtkPVSystemInformation.h.

◆ AvailablePhysicalMemory

size_t vtkPVSystemInformation::SystemInformationType::AvailablePhysicalMemory

Definition at line 60 of file vtkPVSystemInformation.h.

◆ TotalVirtualMemory

size_t vtkPVSystemInformation::SystemInformationType::TotalVirtualMemory

Definition at line 61 of file vtkPVSystemInformation.h.

◆ AvailableVirtualMemory

size_t vtkPVSystemInformation::SystemInformationType::AvailableVirtualMemory

Definition at line 62 of file vtkPVSystemInformation.h.


The documentation for this struct was generated from the following file: