trick/trick_source/trick_swig
Alex Lin 57c76041f5 Get the value of a variable not parsed by SWIG in python
Wrote a python routine called get_value_by_ref_name that takes
a variable name string as an argument.  The string is passed to
ref_attributes to find the address and returns a REF2 structure.  The REF2
structure is passed to ref_to_value and the type and value of the variable
is returned in a structure.  We call vval_<type> to extract the raw value
from the structure and return that to python space.

Made a couple of other bug fixes in the FieldVisior and cpp input file
example found while investigating this issue.

refs #123
2015-09-18 09:03:24 -05:00
..
.gitignore Initial commit of everything. 2015-02-26 09:02:31 -06:00
Makefile Trick should not modify TRICK_CFLAGS and TRICK_CXXFLAGS 2015-07-22 15:34:54 -05:00
PrimitiveAttributesMap.cpp Trick swig headers don't make it to the destination directory with make install 2015-06-17 14:07:52 -05:00
sim_services.i Get the value of a variable not parsed by SWIG in python 2015-09-18 09:03:24 -05:00
swig_convert_units.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
swig_double.cpp Trick swig headers don't make it to the destination directory with make install 2015-06-17 14:07:52 -05:00
swig_double.i Trick swig headers don't make it to the destination directory with make install 2015-06-17 14:07:52 -05:00
swig_global_vars.cpp Initial commit of everything. 2015-02-26 09:02:31 -06:00
swig_int.cpp Trick swig headers don't make it to the destination directory with make install 2015-06-17 14:07:52 -05:00
swig_int.i Trick swig headers don't make it to the destination directory with make install 2015-06-17 14:07:52 -05:00
swig_ref.cpp Trick swig headers don't make it to the destination directory with make install 2015-06-17 14:07:52 -05:00
swig_ref.i Trick swig headers don't make it to the destination directory with make install 2015-06-17 14:07:52 -05:00