#include "ink.h"
Go to the source code of this file.
Classes | |
class | CompoundNodeTreeFactory |
Encapsulates all data needed to create a new compound node of a particular type Abstract base class to be inherited from. More... | |
class | NodeCompound |
Encapsulates everything to do with compound nodes. More... | |
Enumerations | |
enum | ListType { LT_SHADOWSLIST, LT_BEVELSLIST, LT_CONTOURSLIST, LT_BECOMEA_SHADOWSLIST, LT_BECOMEA_BEVELSLIST, LT_BECOMEA_CONTOURSLIST } |
Identifies rampant lists of temporary nodes - URGH! More... |
|
Identifies rampant lists of temporary nodes - URGH!
Definition at line 146 of file nodecomp.h. 00147 { 00148 LT_SHADOWSLIST, LT_BEVELSLIST, LT_CONTOURSLIST, 00149 LT_BECOMEA_SHADOWSLIST, LT_BECOMEA_BEVELSLIST, LT_BECOMEA_CONTOURSLIST 00150 };
|