public PillarInfo(boolean enabled3D, Directory dir) {
   this.enabled3D = enabled3D;
   this.dir = dir;
   this.da = dir.find("tmpPillarInfo").create(100);
   this.rowSizeInBytes = getDimension() * 4;
 }