COVISE Core
coGRGraphicRessourceMsg.h
Go to the documentation of this file.
1/* This file is part of COVISE.
2
3 You can use it under the terms of the GNU Lesser General Public License
4 version 2.1 or later, see lgpl-2.1.txt.
5
6 * License: LGPL 2+ */
7
8//-*-Mode: C++;-*-
9// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10// ++ (C)2008 VISENSO ++
11// ++ coGRGraphicRessourceMsg - currently used memory in COVER ++
12// ++ ++
13// ++ ++
14// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15
16#ifndef COGRGRAPHICRESSOURCEMSG_H
17#define COGRGraphicRessourceMSG_H
18
19#include "coGRMsg.h"
20#include <util/coExport.h>
21
22namespace grmsg
23{
24
26{
27public:
28 float getUsedMBytes();
29 coGRGraphicRessourceMsg(float numMBytes);
30 coGRGraphicRessourceMsg(const char *msg);
31
32private:
34};
35}
36#endif
#define GRMSGEXPORT
Definition: coExport.h:349
Definition: coGRActivatedViewpointMsg.h:23
Definition: coGRGraphicRessourceMsg.h:26
float numMBytes_
Definition: coGRGraphicRessourceMsg.h:33
Definition: coGRMsg.h:38