MultiGrid2d class documentation

Authors

Generated by pauljohn

Software documentation for the MultiGrid2d class

MultiGrid2d : SwarmObject

Declared in:
MultiGrid2d.h
Conforms to:
GridData

Description forthcoming.

Method summary

create:setSizeX:Y:

+ (id) create: (id)aZone setSizeX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


create:setSizeX:Y:Cells:

+ (id) create: (id)aZone setSizeX: (unsigned)x Y: (unsigned)y Cells: (Class)aClass;

Description forthcoming.


_I_Using

- (id) _I_Using;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


add:atX:Y:

- (id) add: (id)anObject atX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


allocLattice

- (id*) allocLattice;

Description forthcoming.


createCellX:Y:

- (id) createCellX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


createEnd

- (id) createEnd;

Description forthcoming.


deleteAllAtX:Y:

- (void) deleteAllAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


deleteObject:atX:Y:

- (id) deleteObject: (id)anObject atX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


getCellAtX:Y:

- (id) getCellAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


getCollectionAtX:Y:

- (id) getCollectionAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


getFirstAtX:Y:

- (id) getFirstAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


getGlobalList

- (AVLSet*) getGlobalList;

Description forthcoming.


getLastAtX:Y:

- (id) getLastAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


getLattice

- (id*) getLattice;

Description forthcoming.


getObjectAtX:Y:

- (id) getObjectAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


getOffsets

- (long*) getOffsets;

Description forthcoming.


getSizeX

- (unsigned) getSizeX;

Description forthcoming.


getSizeY

- (unsigned) getSizeY;

Description forthcoming.


getValueAtX:Y:

- (long) getValueAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


makeOffsets

- (id) makeOffsets;

Description forthcoming.


makeProbeAtX:Y:

- (id) makeProbeAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


numberOfObjectsAtX:Y:

- (unsigned) numberOfObjectsAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


passThroughToAllCells:

- (id) passThroughToAllCells: (SEL)aSelector;

Description forthcoming.


passThroughToAllCells:with:

- (id) passThroughToAllCells: (SEL)aSelector with: (id)arg1;

Description forthcoming.


passThroughToCell:atX:Y:

- (id) passThroughToCell: (SEL)aSelector atX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


passThroughToCell:with:atX:Y:

- (id) passThroughToCell: (SEL)aSelector with: (id)arg1 atX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


passThroughToCellCreation:

- (id) passThroughToCellCreation: (SEL)aSelector;

Description forthcoming.


passThroughToCellCreation:with:

- (id) passThroughToCellCreation: (SEL)aSelector with: (id)arg1;

Description forthcoming.


passThroughToObjects:

- (id) passThroughToObjects: (SEL)aSelector;

Description forthcoming.


passThroughToObjects:atX:Y:

- (id) passThroughToObjects: (SEL)aSelector atX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


passThroughToObjects:with:

- (id) passThroughToObjects: (SEL)aSelector with: (id)arg1;

Description forthcoming.


passThroughToObjects:with:atX:Y:

- (id) passThroughToObjects: (SEL)aSelector with: (id)arg1 atX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


putObject:atX:Y:

- (id) putObject: (id)anObject atX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


removeAllAtX:Y:

- (void) removeAllAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


removeFirstAtX:Y:

- (id) removeFirstAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


removeLastAtX:Y:

- (id) removeLastAtX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


selectRandomMemberX:Y:

- (id) selectRandomMemberX: (unsigned)x Y: (unsigned)y;

Description forthcoming.


setCellClass:

- (void) setCellClass: (Class)aClass;

Description forthcoming.


setSizeX:Y:

- (id) setSizeX: (unsigned)x Y: (unsigned)y;

Description forthcoming.