PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
groebner
include
polybori
groebner
PolyFromPolyEntry.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
//*****************************************************************************
14
//*****************************************************************************
15
16
#ifndef polybori_groebner_PolyFromPolyEntry_h_
17
#define polybori_groebner_PolyFromPolyEntry_h_
18
19
// include basic definitions
20
#include "
groebner_defs.h
"
21
22
#include "
PolyEntry.h
"
23
#include <functional>
24
25
BEGIN_NAMESPACE_PBORIGB
26
32
class
PolyFromPolyEntry
:
33
public
std::unary_function<PolyEntry, Polynomial> {
34
public
:
35
const
Polynomial
&
operator()
(
const
PolyEntry
& entry)
const
{
36
return
entry.
p
;
37
}
38
};
39
40
END_NAMESPACE_PBORIGB
41
42
#endif
/* polybori_groebner_PolyFromPolyEntry_h_ */
Generated by
1.8.3.1