DGtal
1.5.beta
|
Public Member Functions | |
ExprNodeMaker (MPolynomialReader &reader) | |
void | operator() (const detail::monomial_node &mnode) |
void | operator() (const detail::top_node &topnode) |
Data Fields | |
Polynomial | myP |
MPolynomialReader & | myPR |
Intermediate structure to define a functor to choose between two possible node types: either a monomial_node or a top_node.
Definition at line 346 of file MPolynomialReader.h.
|
inline |
Definition at line 349 of file MPolynomialReader.h.
|
inline |
Definition at line 352 of file MPolynomialReader.h.
References DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::make(), DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::ExprNodeMaker::myP, and DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::ExprNodeMaker::myPR.
|
inline |
Polynomial DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::ExprNodeMaker::myP |
Definition at line 347 of file MPolynomialReader.h.
Referenced by DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::make(), and DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::ExprNodeMaker::operator()().
MPolynomialReader& DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::ExprNodeMaker::myPR |
Definition at line 348 of file MPolynomialReader.h.
Referenced by DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::ExprNodeMaker::operator()().