Frobby
0.9.5
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
c
d
e
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
~
Variables
_
c
d
e
f
i
l
m
n
p
r
s
t
Typedefs
_
a
c
d
f
h
i
k
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Variables
Typedefs
Enumerations
Enumerator
Macros
a
c
d
f
g
i
m
o
s
t
src
TransformAction.h
Go to the documentation of this file.
1
/* Frobby: Software for monomial ideal computations.
2
Copyright (C) 2007 Bjarke Hammersholt Roune (www.broune.com)
3
4
This program is free software; you can redistribute it and/or modify
5
it under the terms of the GNU General Public License as published by
6
the Free Software Foundation; either version 2 of the License, or
7
(at your option) any later version.
8
9
This program is distributed in the hope that it will be useful,
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
GNU General Public License for more details.
13
14
You should have received a copy of the GNU General Public License
15
along with this program. If not, see http://www.gnu.org/licenses/.
16
*/
17
#ifndef TRANSFORM_ACTION_GUARD
18
#define TRANSFORM_ACTION_GUARD
19
20
#include "
Action.h
"
21
#include "
IOParameters.h
"
22
#include "
BoolParameter.h
"
23
#include "
IntegerParameter.h
"
24
25
class
BigIdeal
;
26
27
class
TransformAction
:
public
Action
{
28
public
:
29
TransformAction
();
30
31
virtual
void
obtainParameters
(vector<Parameter*>& parameters);
32
33
virtual
void
perform
();
34
35
static
const
char
*
staticGetName
();
36
37
private
:
38
static
bool
compareIdeals
(
const
BigIdeal
* a,
const
BigIdeal
* b);
39
40
IOParameters
_io
;
41
BoolParameter
_canonicalize
;
42
BoolParameter
_sort
;
43
BoolParameter
_unique
;
44
BoolParameter
_minimize
;
45
BoolParameter
_deform
;
46
BoolParameter
_radical
;
47
BoolParameter
_product
;
48
BoolParameter
_addPurePowers
;
49
BoolParameter
_trimVariables
;
50
BoolParameter
_transpose
;
51
BoolParameter
_swap01
;
52
IntegerParameter
_projectVar
;
53
};
54
55
#endif
Action.h
BoolParameter.h
IOParameters.h
IntegerParameter.h
Action
Definition:
Action.h:25
BigIdeal
Definition:
BigIdeal.h:27
BoolParameter
Definition:
BoolParameter.h:24
IOParameters
Definition:
IOParameters.h:27
IntegerParameter
Definition:
IntegerParameter.h:24
TransformAction
Definition:
TransformAction.h:27
TransformAction::compareIdeals
static bool compareIdeals(const BigIdeal *a, const BigIdeal *b)
Definition:
TransformAction.cpp:227
TransformAction::_deform
BoolParameter _deform
Definition:
TransformAction.h:45
TransformAction::TransformAction
TransformAction()
Definition:
TransformAction.cpp:30
TransformAction::_canonicalize
BoolParameter _canonicalize
Definition:
TransformAction.h:41
TransformAction::_addPurePowers
BoolParameter _addPurePowers
Definition:
TransformAction.h:48
TransformAction::_transpose
BoolParameter _transpose
Definition:
TransformAction.h:50
TransformAction::_io
IOParameters _io
Definition:
TransformAction.h:40
TransformAction::_swap01
BoolParameter _swap01
Definition:
TransformAction.h:51
TransformAction::obtainParameters
virtual void obtainParameters(vector< Parameter * > ¶meters)
Definition:
TransformAction.cpp:108
TransformAction::_minimize
BoolParameter _minimize
Definition:
TransformAction.h:44
TransformAction::staticGetName
static const char * staticGetName()
Definition:
TransformAction.cpp:223
TransformAction::_product
BoolParameter _product
Definition:
TransformAction.h:47
TransformAction::_unique
BoolParameter _unique
Definition:
TransformAction.h:43
TransformAction::_sort
BoolParameter _sort
Definition:
TransformAction.h:42
TransformAction::_radical
BoolParameter _radical
Definition:
TransformAction.h:46
TransformAction::perform
virtual void perform()
Definition:
TransformAction.cpp:125
TransformAction::_trimVariables
BoolParameter _trimVariables
Definition:
TransformAction.h:49
TransformAction::_projectVar
IntegerParameter _projectVar
Definition:
TransformAction.h:52
Generated by
1.9.1