FLImaging 6.5.8.1
SNAPFeatureSystemInformation.h
1#pragma once
2
3#include "SNAPFeatureBase.h"
4
5
6namespace FLImaging
7{
8 namespace GUI
9 {
10 class FL_EXPORT CSNAPFeatureSystemInformation : public CSNAPFeatureBase
11 {
12 SupportToDuplicateObject(CSNAPFeatureSystemInformation, *this);
13
14 public:
15 CSNAPFeatureSystemInformation();
16 CSNAPFeatureSystemInformation(const CSNAPFeatureSystemInformation& rhs);
17 CSNAPFeatureSystemInformation(const CSNAPFeatureSystemInformation* pRhs);
18 virtual ~CSNAPFeatureSystemInformation();
19
20 virtual const CResult Assign(const CSNAPFeatureSystemInformation& rhs);
21 virtual const CResult Assign(const CSNAPFeatureSystemInformation* pRhs);
22
23 virtual const CResult Clear() override;
24
25 uint64_t GetTotalPhysicalMemory() const;
26 uint64_t GetAvailablePhysicalMemory() const;
27 uint64_t GetTotalVirtualMemory() const;
28 uint64_t GetAvailableVirtualMemory() const;
29
30 DeclareGetClassType();
31 };
32 }
33}
34
@ Assign
Set the value of CGUIPropertyItemView3DFigure to the specified figure.
@ Clear
Clear all the figure objects.