37 FActuPlaneIndex(AActuPlaneIndex),
76 if (FNullActuPlane || y==
getHeight())
return true;
77 if (x==0 || x==
getWidth())
return false;
85 if (FNullActuPlane || x==
getWidth())
return true;
98 if (FNullPrevPlane)
return false;
106 if (FNullActuPlane || x==0)
return true;
107 if (y==0 || y==
getHeight())
return false;
109 return sameVoxel(x-1,y,
true, x-1,y-1,
true);
116 return FNullPrevPlane || x==0 || y==
getHeight();
119 if (FNullPrevPlane)
return false;
122 return sameVoxel(x-1,y,
true, x-1,y,
false);
128 if (FNullActuPlane || y==0)
return true;
129 if (x==0 || x==
getWidth())
return false;
131 return sameVoxel(x,y-1,
true, x-1,y-1,
true);
138 return FNullPrevPlane || x==
getWidth() || y==0;
140 if (x==
getWidth() || y==0)
return true;
141 if (FNullPrevPlane)
return false;
144 return sameVoxel(x,y-1,
true, x,y-1,
false);
150 if (FNullPrevPlane || y==
getHeight())
return true;
151 if (x==0 || x==
getWidth())
return false;
153 return sameVoxel(x,y,
false, x-1,y,
false);
159 if (FNullPrevPlane || x==
getWidth())
return true;
160 if (y==0 || y==
getHeight())
return false;
162 return sameVoxel(x,y,
false, x,y-1,
false);
168 if ( y==0 || FNullPrevPlane )
return true;
169 if ( x==0 || x==
getWidth() )
return false;
171 return sameVoxel(x,y-1,
false, x-1,y-1,
false);
177 if ( x==0 || y==0 )
return true;
178 if ( FNullActuPlane || FNullPrevPlane )
return false;
180 return sameVoxel(x-1,y-1,
true, x-1,y-1,
false);
186 if ( x==0 || FNullPrevPlane )
return true;
187 if ( y==0 || y==
getHeight() )
return false;
189 return sameVoxel(x-1,y,
false, x-1,y-1,
false);
210 FNullActuPlane =
false;
235 FNullActuPlane =
true;
237 FNullPrevPlane =
true;
245 FNullPrevPlane = FNullActuPlane;
246 FNullActuPlane =
true;