This structure stores additional parameters required when laying down a single column of a two-dimensional mesh.
The area to be covered is specified by intersecting the area between two lines with the parameter space. If part of a column has already been covered, one can further restrict the area by specifying a pair of `‘clipping points’' on each vertical line; the area to be covered is then restricted to lie above the line joining the bottom two corners and below the line joining the top two corners
Definition at line 185 of file TwoDMesh.h.
Data Fields | |
REAL4 | domain [2] |
The region in \( x \) spanned by the column; We require that domain[1] \( > \) domain[0] More... | |
REAL4 | leftRange [2] |
The values \( y_1(x) \) , \( y_2(x) \) (in that order) of the boundary functions at \( x= \) domain[0] More... | |
REAL4 | rightRange [2] |
The values of \( y_1(x) \) , \( y_2(x) \) (in that order) of the boundary functions at \( x= \) domain[1] More... | |
REAL4 | leftClip [2] |
The \( y \) values of the bottom and top corners (in that order) of the clipping boundary at \( x= \) domain[0] . More... | |
REAL4 | rightClip [2] |
The \( y \) values of the bottom and top corners (in that order) of the clipping boundary at \( x= \) domain[1] More... | |
BOOLEAN | tooWide |
This is set to 1 if the column-placement routine determines that the region is too wide to be covered with a single column of tiles. More... | |
REAL4 TwoDColumnParamStruc::domain[2] |
The region in \( x \) spanned by the column; We require that domain[1]
\( > \) domain[0]
Definition at line 186 of file TwoDMesh.h.
REAL4 TwoDColumnParamStruc::leftRange[2] |
The values \( y_1(x) \) , \( y_2(x) \) (in that order) of the boundary functions at \( x= \) domain[0]
Definition at line 187 of file TwoDMesh.h.
REAL4 TwoDColumnParamStruc::rightRange[2] |
The values of \( y_1(x) \) , \( y_2(x) \) (in that order) of the boundary functions at \( x= \) domain[1]
Definition at line 188 of file TwoDMesh.h.
REAL4 TwoDColumnParamStruc::leftClip[2] |
The \( y \) values of the bottom and top corners (in that order) of the clipping boundary at \( x= \) domain[0]
.
Definition at line 189 of file TwoDMesh.h.
REAL4 TwoDColumnParamStruc::rightClip[2] |
The \( y \) values of the bottom and top corners (in that order) of the clipping boundary at \( x= \) domain[1]
Definition at line 190 of file TwoDMesh.h.
BOOLEAN TwoDColumnParamStruc::tooWide |
This is set to 1 if the column-placement routine determines that the region is too wide to be covered with a single column of tiles.
Definition at line 191 of file TwoDMesh.h.