#include <BALL/VIEW/DATATYPE/raytraceableGrid.h>
Public Member Functions | |
| RaytraceableGrid () | |
| RaytraceableGrid (RegularData3D *grid) | |
| virtual | ~RaytraceableGrid () |
| float | getGridMinValue () |
| float | getGridMaxValue () |
| void | binaryWrite (const String &filename) const throw (Exception::FileNotFound) |
Protected Attributes | |
| RegularData3D * | grid_ |
| BALL::VIEW::RaytraceableGrid::RaytraceableGrid | ( | ) | [inline] |
| BALL::VIEW::RaytraceableGrid::RaytraceableGrid | ( | RegularData3D * | grid | ) | [inline] |
| virtual BALL::VIEW::RaytraceableGrid::~RaytraceableGrid | ( | ) | [inline, virtual] |
| void BALL::VIEW::RaytraceableGrid::binaryWrite | ( | const String & | filename | ) | const throw (Exception::FileNotFound) |
| float BALL::VIEW::RaytraceableGrid::getGridMaxValue | ( | ) |
| float BALL::VIEW::RaytraceableGrid::getGridMinValue | ( | ) |
RegularData3D* BALL::VIEW::RaytraceableGrid::grid_ [protected] |