Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
QcPacked::set Method

Set a quarter of coverage amount.

C++
void set(
    int index, 
    unsigned value
);
Parameters 
Description 
int index 
Index of quarter of coverage amount (0 to QcPacked::NUM_QCS - 1). 
unsigned value 
New value to use. 
Exceptions 
Description 
PiaException of type PIA_IDS_QCPACKED2 if index is out of range (only in debug mode). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!