Functions | |
Data * | sharedInstance () |
id | init () |
id | allocWithZone: (NSZone *zone) |
id | copyWithZone: (NSZone *zone) |
id | retain () |
unsigned | retainCount () |
void | release () |
id | autorelease () |
void | loadFromFileName: (NSString *fname) |
BOOL | hasData () |
NSString * | filename () |
void | calculateGradients () |
int | xDim () |
int | yDim () |
int | zDim () |
int | maxDensity () |
float | getNormalizedOccurrenceForDensity: (int density) |
int | getDensityForX:Y:Z: (int x,[Y] int y,[Z] int z) |
int | getDensityForRelativeX:Y:Z: (float x,[Y] float y,[Z] float z) |
Vector | getGradientForX:Y:Z: (int x,[Y] int y,[Z] int z) |
Vector | getGradientForRelativeX:Y:Z: (float x,[Y] float y,[Z] float z) |
float | trilinearForX:Y:Z:s000:s100:s010:s110:s001:s101:s011:s111: (float x,[Y] float y,[Z] float z,[s000] float s000,[s100] float s100,[s010] float s010,[s110] float s110,[s001] float s001,[s101] float s101,[s011] float s011,[s111] float s111) |
Variables | |
implementation Data static Data * | sharedInstance = nil |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
init with balab |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|