PrintInfo.h 文件参考

Class to store and manage the PRINT information From the file.out file or FILE_OUT collection in MongoDB 更多...

#include "basic.h"
#include "seims.h"
#include "ParamInfo.h"

浏览源代码.

class  PrintInfoItem
 Class stores a single output item of an OuputID 更多...
 
class  PrintInfo
 Outputs of one variable, which may contain one or more PrintInfoItem 更多...
 

枚举

enum  AggregationType {
  AT_Unknown = 0 ,
  AT_Sum = 1 ,
  AT_Average = 2 ,
  AT_Minimum = 3 ,
  AT_Maximum = 4 ,
  AT_SpecificCells = 5 ,
  AT_TimeSeries = 6
}
 Aggregation type for OUTPUT 更多...
 

详细描述

Class to store and manage the PRINT information From the file.out file or FILE_OUT collection in MongoDB

作者
Junzhi Liu, LiangJun Zhu
版本
1.2
日期
Aug., 2022