ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

#include <monoChain.h>

Public Member Functions

 monoChain (directedLine *cHead, directedLine *cTail)
 ~monoChain ()
void setNext (monoChain *n)
void setPrev (monoChain *p)
void setNextPolygon (monoChain *np)
monoChaingetNext ()
monoChaingetPrev ()
directedLinegetHead ()
directedLinegetTail ()
void resetCurrent ()
void deleteLoop ()
void deleteLoopList ()
void insert (monoChain *nc)
Int numChainsSingleLoop ()
Int numChainsAllLoops ()
monoChain ** toArrayAllLoops (Int &num_chains)
Int toArraySingleLoop (monoChain **array, Int index)
Real chainIntersectHoriz (Real y)
directedLinefind (Real y)
void printOneChain ()
void printChainLoop ()
void printAllLoops ()

Data Fields

Int isKey
Real keyY

Private Attributes

directedLinechainHead
directedLinechainTail
monoChainnext
monoChainprev
monoChainnextPolygon
Real minX
Real maxX
Real minY
Real maxY
Int isIncrease
directedLinecurrent

Detailed Description

Definition at line 48 of file monoChain.h.


The documentation for this class was generated from the following files:

Generated on Sun May 27 2012 06:30:31 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.