layoutcursor.hh gecode/gist/nodecursor.hh gecode/gist/visualnode.hh gecode/gist/layoutcursor.hpp /usr/include/gecode/gist/drawingcursor.hh Gecode::Gist::LayoutCursor Gecode Gecode::Gist /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *GuidoTack<tack@gecode.org> * *Copyright: *GuidoTack,2006 * *Lastmodified: *$Date:2010-08-1112:41:24+0200(Wed,11Aug2010)$by$Author:tack$ *$Revision:11340$ * *ThisfileispartofGecode,thegenericconstraint *developmentenvironment: *http://www.gecode.org * *Permissionisherebygranted,freeofcharge,toanypersonobtaining *acopyofthissoftwareandassociateddocumentationfiles(the *"Software"),todealintheSoftwarewithoutrestriction,including *withoutlimitationtherightstouse,copy,modify,merge,publish, *distribute,sublicense,and/orsellcopiesoftheSoftware,andto *permitpersonstowhomtheSoftwareisfurnishedtodoso,subjectto *thefollowingconditions: * *Theabovecopyrightnoticeandthispermissionnoticeshallbe *includedinallcopiesorsubstantialportionsoftheSoftware. * *THESOFTWAREISPROVIDED"ASIS",WITHOUTWARRANTYOFANYKIND, *EXPRESSORIMPLIED,INCLUDINGBUTNOTLIMITEDTOTHEWARRANTIESOF *MERCHANTABILITY,FITNESSFORAPARTICULARPURPOSEAND *NONINFRINGEMENT.INNOEVENTSHALLTHEAUTHORSORCOPYRIGHTHOLDERSBE *LIABLEFORANYCLAIM,DAMAGESOROTHERLIABILITY,WHETHERINANACTION *OFCONTRACT,TORTOROTHERWISE,ARISINGFROM,OUTOFORINCONNECTION *WITHTHESOFTWAREORTHEUSEOROTHERDEALINGSINTHESOFTWARE. * */ #ifndefGECODE_GIST_LAYOUTCURSOR_HH #defineGECODE_GIST_LAYOUTCURSOR_HH #include<gecode/gist/nodecursor.hh> #include<gecode/gist/visualnode.hh> namespaceGecode{namespaceGist{ classLayoutCursor:publicNodeCursor<VisualNode>{ public: LayoutCursor(VisualNode*theNode, constVisualNode::NodeAllocator&na); boolmayMoveDownwards(void); voidprocessCurrentNode(void); }; }} #include<gecode/gist/layoutcursor.hpp> #endif //STATISTICS:gist-any