11#import <Foundation/Foundation.h>
12#import <UniPRT/IRuler.h>
36@protocol ICellSquare <NSObject>
48@property (nonatomic, strong) id<IRuler>
ruler;
60@property (nonatomic, assign)
float xdim;
float xdim
X dimension cell size (width).
Definition ICellSquare.h:60
id< IRuler > ruler
Ruler to use for cell size.
Definition ICellSquare.h:48