10 #ifndef vtkPVMemoryUseInformation_h 11 #define vtkPVMemoryUseInformation_h 48 size_t GetSize() {
return this->MemInfos.size(); }
50 int GetRank(
size_t i) {
return this->MemInfos[i].Rank; }
76 vector<MemInfo> MemInfos;
Store messages for the interpreter.
#define VTKREMOTINGCORE_EXPORT