SCM Library
Spherical Cube Map rendering library
 All Classes Files Functions Variables Friends Pages
Public Member Functions | Public Attributes | List of all members
scm_page Struct Reference

An scm_page structure represents an active image page, either currently in a cache or awaiting loading. More...

#include <scm-set.hpp>

Inheritance diagram for scm_page:
scm_item

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)
 
- Public Member Functions inherited from scm_item
 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.
 
- Public Attributes inherited from scm_item
int f
 File index.
 
long long i
 Page index.
 

Detailed Description

An scm_page structure represents an active image page, either currently in a cache or awaiting loading.


The documentation for this struct was generated from the following file: