#include <Base/Logic/vtkSystemInformation.h>
Definition at line 19 of file vtkSystemInformation.h.
◆ Superclass
◆ RenderingCapabilitiesMask
Enumerator |
---|
NONE | |
ONSCREEN_RENDERING | Indicates if onscreen rendering is possible.
|
HEADLESS_RENDERING_USES_OSMESA | Indicates if headless rendering using OSMesa is possible.
|
HEADLESS_RENDERING_USES_EGL | Indicates if headless rendering using EGL is possible.
|
HEADLESS_RENDERING | Indicates if any headless rendering is possible.
|
RENDERING | Indicates if any rendering is possible.
|
OPENGL | If rendering is possible, this indicates that that OpenGL version is adequate for basic rendering requirements. This flag will only be set if RENDERING is set too.
|
Definition at line 67 of file vtkSystemInformation.h.
◆ vtkSystemInformation() [1/2]
vtkSystemInformation::vtkSystemInformation |
( |
| ) |
|
|
protected |
◆ ~vtkSystemInformation()
vtkSystemInformation::~vtkSystemInformation |
( |
| ) |
|
|
overrideprotected |
◆ vtkSystemInformation() [2/2]
◆ DoesCPUSupportCPUID()
int vtkSystemInformation::DoesCPUSupportCPUID |
( |
| ) |
|
◆ DoesCPUSupportFeature()
int vtkSystemInformation::DoesCPUSupportFeature |
( |
long |
int | ) |
|
◆ GetAvailablePhysicalMemory()
unsigned long vtkSystemInformation::GetAvailablePhysicalMemory |
( |
| ) |
|
◆ GetAvailableVirtualMemory()
unsigned long vtkSystemInformation::GetAvailableVirtualMemory |
( |
| ) |
|
◆ GetClassName()
virtual const char* vtkSystemInformation::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetExtendedProcessorName()
const char* vtkSystemInformation::GetExtendedProcessorName |
( |
| ) |
|
◆ GetFamilyID()
const char* vtkSystemInformation::GetFamilyID |
( |
| ) |
|
◆ GetHostname()
const char* vtkSystemInformation::GetHostname |
( |
| ) |
|
◆ GetLogicalProcessorsPerPhysical()
int vtkSystemInformation::GetLogicalProcessorsPerPhysical |
( |
| ) |
|
◆ GetModelID()
const char* vtkSystemInformation::GetModelID |
( |
| ) |
|
◆ GetModelName()
const char* vtkSystemInformation::GetModelName |
( |
| ) |
|
◆ GetNumberOfLogicalCPU()
unsigned int vtkSystemInformation::GetNumberOfLogicalCPU |
( |
| ) |
|
◆ GetNumberOfPhysicalCPU()
unsigned int vtkSystemInformation::GetNumberOfPhysicalCPU |
( |
| ) |
|
◆ GetOSName()
const char* vtkSystemInformation::GetOSName |
( |
| ) |
|
◆ GetOSPlatform()
const char* vtkSystemInformation::GetOSPlatform |
( |
| ) |
|
◆ GetOSRelease()
const char* vtkSystemInformation::GetOSRelease |
( |
| ) |
|
◆ GetOSVersion()
const char* vtkSystemInformation::GetOSVersion |
( |
| ) |
|
◆ GetProcessorAPICID()
int vtkSystemInformation::GetProcessorAPICID |
( |
| ) |
|
◆ GetProcessorCacheSize()
int vtkSystemInformation::GetProcessorCacheSize |
( |
| ) |
|
◆ GetProcessorCacheXSize()
int vtkSystemInformation::GetProcessorCacheXSize |
( |
long |
int | ) |
|
◆ GetProcessorClockFrequency()
float vtkSystemInformation::GetProcessorClockFrequency |
( |
| ) |
|
◆ GetProcessorSerialNumber()
const char* vtkSystemInformation::GetProcessorSerialNumber |
( |
| ) |
|
◆ GetRenderingCapabilities()
virtual vtkTypeUInt32 vtkSystemInformation::GetRenderingCapabilities |
( |
| ) |
|
|
virtual |
Returns rendering capabilities as bitfield of RenderingCapabilitiesMask values. Value is set by calling RunRenderingCheck().
◆ GetRenderingCapabilitiesDetails()
virtual std::string vtkSystemInformation::GetRenderingCapabilitiesDetails |
( |
| ) |
|
|
virtual |
◆ GetSteppingCode()
const char* vtkSystemInformation::GetSteppingCode |
( |
| ) |
|
◆ GetTotalPhysicalMemory()
unsigned long vtkSystemInformation::GetTotalPhysicalMemory |
( |
| ) |
|
◆ GetTotalVirtualMemory()
unsigned long vtkSystemInformation::GetTotalVirtualMemory |
( |
| ) |
|
◆ GetTypeID()
const char* vtkSystemInformation::GetTypeID |
( |
| ) |
|
◆ GetVendorID()
const char* vtkSystemInformation::GetVendorID |
( |
| ) |
|
◆ GetVendorString()
const char* vtkSystemInformation::GetVendorString |
( |
| ) |
|
◆ Is64Bits()
int vtkSystemInformation::Is64Bits |
( |
| ) |
|
◆ IsA()
virtual int vtkSystemInformation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkSystemInformation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ New()
◆ NewOffscreenRenderWindow()
vtkSmartPointer<vtkRenderWindow> vtkSystemInformation::NewOffscreenRenderWindow |
( |
| ) |
|
|
protected |
◆ operator=()
◆ PrintSelf()
void vtkSystemInformation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ RunCPUCheck()
void vtkSystemInformation::RunCPUCheck |
( |
| ) |
|
◆ RunMemoryCheck()
void vtkSystemInformation::RunMemoryCheck |
( |
| ) |
|
◆ RunOSCheck()
void vtkSystemInformation::RunOSCheck |
( |
| ) |
|
◆ RunRenderingCheck()
void vtkSystemInformation::RunRenderingCheck |
( |
| ) |
|
◆ SafeDownCast()
◆ RenderingCapabilities
vtkTypeUInt32 vtkSystemInformation::RenderingCapabilities |
|
protected |
◆ RenderingCapabilitiesDetails
std::string vtkSystemInformation::RenderingCapabilitiesDetails |
|
protected |
◆ StringHolder
std::string vtkSystemInformation::StringHolder |
|
protected |
◆ SystemInformation
vtksys::SystemInformation vtkSystemInformation::SystemInformation |
|
protected |
The documentation for this class was generated from the following file: