#
# HELP: SYNOPSIS:
# HELP:     planeview/default/declare_vars
# HELP:
# HELP: DESCRIPTION:
# HELP:     Declare application specific variables for planeview
#

DECLARE struct $root.application
DECLARE struct $root.application.planeview

DECLARE string $root.application.planeview.datapath
cecho ${$root.application.planeview.datapath="/ct"}

DECLARE string $root.application.planeview.processpath
cecho ${$root.application.planeview.processpath=$root.global.dir.macros+"/planeview/user"}

DECLARE int    $root.application.planeview.invertrender
DECLARE int    $root.application.planeview.renderthresh

cecho ${$root.application.planeview.invertrender=0}
cecho ${$root.application.planeview.renderthresh=1000}
