SCM Library
Spherical Cube Map rendering library
|
An scm_page structure represents an active image page, either currently in a cache or awaiting loading. More...
#include <scm-set.hpp>
Public Member Functions | |
scm_page (int f, long long i) | |
scm_page (int f, long long i, int l) | |
scm_page (int f, long long i, int l, int t) | |
![]() | |
scm_item () | |
Initialize an invalid SCM page reference. | |
scm_item (int f, long long i) | |
Initialize a valid SCM page reference. | |
bool | is_valid () const |
Return true if this is a valid SCM page reference. | |
bool | operator< (const scm_item &that) const |
Determine the order of two SCM page references. | |
Public Attributes | |
int | l |
Cache line index. | |
int | t |
Cache add time. | |
![]() | |
int | f |
File index. | |
long long | i |
Page index. | |
An scm_page structure represents an active image page, either currently in a cache or awaiting loading.