A class for CellSquare, inheriting from ACellSquare class. More...
#include <CellSquare.h>
Instance Methods | |
(instancetype) | - init |
(instancetype) | - initWithXDim:ruler: |
![]() | |
(instancetype) | - NS_DESIGNATED_INITIALIZER |
Additional Inherited Members | |
![]() | |
id< IRuler > | ruler |
float | xdim |
![]() | |
id< IRuler > | ruler |
Ruler to use for cell size. | |
float | xdim |
X dimension cell size (width). | |
A class for CellSquare, inheriting from ACellSquare class.
- (instancetype) init |
- (instancetype) initWithXDim: | (float) | xdim | |
ruler: | (id< IRuler >) | ruler |
Reimplemented from ACellSquare.