Defines the interface to a strategy class which is responsible for deciding when Page instances are requested for addition and removal from the paging system.  
 More...
|  | 
|  | PageStrategy (const String &name, PageManager *manager) | 
|  | 
| virtual | ~PageStrategy () | 
|  | 
| virtual PageStrategyData * | createData ()=0 | 
|  | Create a PageStrategyData instance containing the data specific to this PageStrategy.  More... 
 | 
|  | 
| virtual void | destroyData (PageStrategyData *d)=0 | 
|  | Destroy a PageStrategyData instance containing the data specific to this PageStrategy.  More... 
 | 
|  | 
| virtual void | frameEnd (Real timeElapsed, PagedWorldSection *section) | 
|  | Called when the frame ends.  More... 
 | 
|  | 
| virtual void | frameStart (Real timeSinceLastFrame, PagedWorldSection *section) | 
|  | Called when the frame starts.  More... 
 | 
|  | 
| PageManager * | getManager () const | 
|  | 
| const String & | getName () const | 
|  | 
| virtual PageID | getPageID (const Vector3 &worldPos, PagedWorldSection *section)=0 | 
|  | Get the page ID for a given world position.  More... 
 | 
|  | 
| virtual void | notifyCamera (Camera *cam, PagedWorldSection *section) | 
|  | Called when a camera is used for any kind of rendering.  More... 
 | 
|  | 
| void | operator delete (void *ptr) | 
|  | 
| void | operator delete (void *ptr, const char *, int, const char *) | 
|  | 
| void | operator delete (void *ptr, void *) | 
|  | 
| void | operator delete[] (void *ptr) | 
|  | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
|  | 
| void * | operator new (size_t sz) | 
|  | 
| void * | operator new (size_t sz, const char *file, int line, const char *func) | 
|  | operator new, with debug line info  More... 
 | 
|  | 
| void * | operator new (size_t sz, void *ptr) | 
|  | placement operator new  More... 
 | 
|  | 
| void * | operator new[] (size_t sz) | 
|  | 
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) | 
|  | array operator new, with debug line info  More... 
 | 
|  | 
| virtual void | updateDebugDisplay (Page *p, SceneNode *sn)=0 | 
|  | Update the contents of the passed in SceneNode to reflect the debug display of a given page.  More... 
 | 
|  | 
Defines the interface to a strategy class which is responsible for deciding when Page instances are requested for addition and removal from the paging system.