]> git.mxchange.org Git - simgear.git/commit
Overhaul of SGExpression
authortimoore <timoore>
Wed, 15 Jul 2009 23:10:06 +0000 (23:10 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 16 Jul 2009 10:09:44 +0000 (12:09 +0200)
commit03b9303f229c605c72a1f8f74ee0a8e752770e65
tree06936a19e80de4d3f3117332d350ce5dc8af0fb0
parentb5a59ea6f95ce12de0f5db76d90d066b5cb6b41a
Overhaul of SGExpression

Polymorphic additions to expressions: Add an expression base class
with a method for dynamically determining the type of an expression.

Add variables, predicates and boolian expressions.

Support for parsing trees of expressions
simgear/scene/model/animation.cxx
simgear/structure/SGExpression.cxx
simgear/structure/SGExpression.hxx