The GridLogView class provides the following variables for customizing the display:
BlockFill fill_type
COLOR
setting fills the block with its
value's respective color from the colorbar at the bottom of the
GridLogView display. The AREA
and LINEAR
fill the block with
size-varying spirals in a manner similar to the spirals in the NetView
and described in more detail in that section. (see section 10.6 Network Viewer).
int block_size
int block_border_size
ColorScale* colorspec
ScaleRange scale_range
BY_XXX
settings of the grain
variable the values considered
are only those from the fields using a BLOCK
display style and
whose header label has been chosen with the left mouse button. By
default, all BLOCK
style header labels are chosen until otherwise
modified.
The ScaleRange class used by the scale_range
variable has
following subcomponents:
ScaleGrain grain
BY_ROW
BY_VISIBLE
BY_BUFFER
BY_FILE
FIXED
initial
value
float initial
grain
variable is
set to FIXED
then this variable provides the range of the colorbar
float offset
grain
is set to FIXED
this variable is used as the
midpoint of the range of the colorbar.
The GridLogView also provides the following functions:
SetBlockFill(BlockFill fill_typ)
fill_type
variable of the GridLogView to be
fill_typ
, either COLOR
, AREA
, or LINEAR
UpdateGridLayout(MatrixLayout layout)
view_spec
. Possible choices for layout
are
LFT_RGT_BOT_TOP
LFT_RGT_TOP_BOT
BOT_TOP_LFT_RGT
TOP_BOT_LFT_RGT