nCenterFocus::CoeffListEntry Class Reference
[Centerfocus Options]

Able to bear a given monom (x^x_exp*y^y_exp) in P or Q polynom of the centerfocus problem in mind. More...

#include <CoeffList.h>

Collaboration diagram for nCenterFocus::CoeffListEntry:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CoeffListEntry ()
 CoeffListEntry (P_or_QPolynom p_oder_q, const int yExp, const int currentMonomDegree)
virtual ~CoeffListEntry ()
bool isPMonom () const
bool isQMonom () const
bool operator== (CoeffListEntry &entry)
P_or_QPolynom getPorQinfo () const
CoeffListEntry const * getNextConst () const
void printEntry (std::ostream &out) const

Public Attributes

P_or_QPolynom porq
 remember monom of polynom p(=PCoefficient) or q(=QCoefficient) ot the centerfocus-problem
int x_exp
 represents monom x^x_exp*y^y_exp
int y_exp
 represents monom x^x_exp*y^y_exp
CoeffListEntrynext

Detailed Description

Author:
Martin Cremer, changes and comments by Jakob Kröker
Todo:
Redesign CoeffListEntry?

Definition at line 29 of file CoeffList.h.


Constructor & Destructor Documentation

nCenterFocus::CoeffListEntry::CoeffListEntry (  ) 

Definition at line 6 of file CoeffList.cc.

nCenterFocus::CoeffListEntry::CoeffListEntry ( P_or_QPolynom  p_oder_q,
const int  yExp,
const int  currentMonomDegree 
)
Todo:
schXXXX Konstuktor, ueberhaut nicht intuitiv.

Definition at line 11 of file CoeffList.cc.

nCenterFocus::CoeffListEntry::~CoeffListEntry (  )  [virtual]

Definition at line 41 of file CoeffList.cc.

References next.


Member Function Documentation

CoeffListEntry const * nCenterFocus::CoeffListEntry::getNextConst (  )  const

Definition at line 29 of file CoeffList.cc.

References next.

P_or_QPolynom nCenterFocus::CoeffListEntry::getPorQinfo (  )  const [inline]

Definition at line 51 of file CoeffList.h.

References porq.

bool nCenterFocus::CoeffListEntry::isPMonom (  )  const [inline]

Definition at line 45 of file CoeffList.h.

References PCoefficient, and porq.

bool nCenterFocus::CoeffListEntry::isQMonom (  )  const [inline]

Definition at line 46 of file CoeffList.h.

References porq, and QCoefficient.

bool nCenterFocus::CoeffListEntry::operator== ( CoeffListEntry entry  ) 

Definition at line 35 of file CoeffList.cc.

References porq, x_exp, and y_exp.

void nCenterFocus::CoeffListEntry::printEntry ( std::ostream &  out  )  const

Definition at line 83 of file CoeffList.cc.

References PCoefficient, porq, x_exp, and y_exp.


Member Data Documentation


The documentation for this class was generated from the following files:
Generated on Tue Nov 23 13:10:53 2010 for centerfocus by  doxygen 1.6.3