source: src/Actions/FragmentationAction/ClearFragmentationResultsAction.def@ 9d51a8

Last change on this file since 9d51a8 was 16893f, checked in by Frederik Heber <heber@…>, 12 years ago

Added ClearFragmentationResultsAction.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1/*
2 * ClearFragmentationResultsAction.def
3 *
4 * Created on: Sep 28, 2013
5 * Author: heber
6 */
7
8// all includes and forward declarations necessary for non-integral types below
9#include <boost/filesystem/path.hpp>
10#include <vector>
11
12#include "Parameters/Validators/RangeValidator.hpp"
13#include "Parameters/Validators/Ops_Validator.hpp"
14#include "Parameters/Validators/STLVectorValidator.hpp"
15#include "Parameters/Validators/Specific/ParserFileValidator.hpp"
16#include "Parameters/Validators/Specific/FilePresentValidator.hpp"
17
18// i.e. there is an integer with variable name Z that can be found in
19// ValueStorage by the token "Z" -> first column: int, Z, "Z"
20// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
21#undef paramtypes
22#undef paramtokens
23#undef paramdescriptions
24#undef paramdefaults
25#undef paramreferences
26#undef paramvalids
27
28#undef statetypes
29#undef statereferences
30
31// some defines for all the names, you may use ACTION, STATE and PARAMS
32#define CATEGORY Fragmentation
33#define MENUNAME "fragmentation"
34#define MENUPOSITION 6
35#define ACTIONNAME ClearFragmentationResults
36#define TOKEN "clear-fragment-results"
37
38
39// finally the information stored in the ActionTrait specialization
40#define DESCRIPTION "clears all present fragmentation results"
41#undef SHORTFORM
Note: See TracBrowser for help on using the repository browser.