creator.cpp

来自「The ROSETTA C++ library is a collection 」· C++ 代码 · 共 63 行

CPP
63
字号
//-------------------------------------------------------------------// Author........: Aleksander 豩rn// Date..........:// Description...:// Revisions.....://===================================================================#include <stdafx.h> // Precompiled headers.#include <copyright.h>#include <kernel/utilities/creator.h>#include <kernel/utilities/iokit.h>#include <kernel/structures/annotation.h>#include <kernel/structures/approximation.h>#include <kernel/structures/attribute.h>#include <kernel/structures/batchclassification.h>#include <kernel/structures/classification.h>#include <kernel/structures/decisiontable.h>#include <kernel/structures/decisiontables.h>#include <kernel/structures/dictionary.h>#include <kernel/structures/equivalenceclass.h>#include <kernel/structures/equivalenceclasses.h>#include <kernel/structures/floatattribute.h>#include <kernel/structures/generalizeddecision.h>#include <kernel/structures/graph.h>#include <kernel/structures/informationvector.h>#include <kernel/structures/integerattribute.h>#include <kernel/structures/project.h>#include <kernel/structures/reduct.h>#include <kernel/structures/reducts.h>#include <kernel/structures/rule.h>#include <kernel/structures/rulebasedclassification.h>#include <kernel/structures/rules.h>#include <kernel/structures/stringattribute.h>#include <kernel/structures/structure.h>#include <kernel/structures/structures.h>#if defined(_RSES)	#include <kernel/rses/structures/rsesdecisiontable.h>	#include <kernel/rses/structures/rsesreduct.h>	#include <kernel/rses/structures/rsesreducts.h>	#include <kernel/rses/structures/rsesrule.h>	#include <kernel/rses/structures/rsesrules.h>#endif#include <kernel/system/fstream.h>#include <common/objectmanager.h>//-------------------------------------------------------------------// Methods for class Creator.//===================================================================//-------------------------------------------------------------------// Method........: Create// Author........: Aleksander 豩rn// Date..........:// Description...: Creates and returns a structure of the specified//                 type.// Comments......: If this fails, check the order of the installation.//// Revisions.....: A

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?