MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.SystemMemory Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, SystemMemory arg0)
 
None __init__ (self, int physicalTotal, int physicalAvailable)
 
int physicalAvailable (self)
 
None physicalAvailable (self, int arg1)
 
int physicalTotal (self)
 
None physicalTotal (self, int arg1)
 

Detailed Description

Generated from:  MR::SystemMemory

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.SystemMemory.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.SystemMemory.__init__ ( self,
SystemMemory arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.SystemMemory.__init__ ( self,
int physicalTotal,
int physicalAvailable )
Implicit aggregate constructor.

Member Function Documentation

◆ physicalAvailable() [1/2]

int meshlib.mrmeshpy.SystemMemory.physicalAvailable ( self)
available amount of physical memory in the system, in bytes (0 if no info)

◆ physicalAvailable() [2/2]

None meshlib.mrmeshpy.SystemMemory.physicalAvailable ( self,
int arg1 )

◆ physicalTotal() [1/2]

int meshlib.mrmeshpy.SystemMemory.physicalTotal ( self)
total amount of physical memory in the system, in bytes (0 if no info)

◆ physicalTotal() [2/2]

None meshlib.mrmeshpy.SystemMemory.physicalTotal ( self,
int arg1 )

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