ScalarField.cpp
Go to the documentation of this file.00001 /**<!--------------------------------------------------------------------> 00002 @file ScalarField.cpp 00003 @author Travis Fischer (fisch0920@gmail.com) 00004 @author Matthew Jacobs (jacobs.mh@gmail.com) 00005 @date Spring 2008 00006 00007 @brief 00008 Represents a possibly bounded 3D scalar field (function from R^3 -> R 00009 which may be non-zero only within a bounded domain -- its AABB or 00010 Axis-Aligned-Bounding-Box) 00011 <!-------------------------------------------------------------------->**/ 00012 00013 #include "ScalarField.h" 00014 00015 // intentionally empty 00016
Generated on 28 Feb 2009 for Milton by
1.5.6