#include <ASCtileContribution.h>
Public Types | |
| Tile_Words = 32 | |
| enum | { Tile_Words = 32 } |
Public Member Functions | |
| ASCtileContribution (unsigned *ptr) | |
| Constructor for initializing the ASCtileContribution class with a ptr to the data. | |
| ASCtileContribution () | |
| Constructor for initializing the ASCtileContribution. | |
| unsigned * | ptr () const |
| Return a pointer to the beginning of the ASC tile statistics data. | |
Copyright: Copyright 2005 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
| ASCtileContribution::ASCtileContribution | ( | unsigned * | ptr | ) | [inline] |
Constructor for initializing the ASCtileContribution class with a ptr to the data.
| ptr | - pointer to the first bin |
| unsigned * ASCtileContribution::ptr | ( | ) | const [inline] |
Return a pointer to the beginning of the ASC tile statistics data.
1.4.7