Functions | |
float | bilinear (float x, float y, float s00, float s10, float s01, float s11) |
Data * | sharedInstance () |
id | init () |
id | allocWithZone: (NSZone *zone) |
id | copyWithZone: (NSZone *zone) |
id | retain () |
unsigned | retainCount () |
void | release () |
id | autorelease () |
void | loadFromFileName: (NSString *fname) |
int | xDim () |
int | yDim () |
float | width () |
float | height () |
Vector | maxVector () |
BOOL | hasData () |
DataPoint | dataPointForX:Y: (int x,[Y] int y) |
NSPoint | gridPointForX:Y: (int x,[Y] int y) |
int | minXForX: (float px) |
int | minYForY: (float py) |
DataPoint | getDataPointForX:Y: (float x,[Y] float y) |
Variables | |
implementation Data static Data * | sharedInstance = nil |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|