#include <BFLLookupTable.h>
Inheritance diagram for BFLLookupTable:

Public Member Functions | |
| BFLLookupTable () | |
| BFLLookupTable (BfldGrid::Grid_t grid) | |
| virtual | ~BFLLookupTable () |
Protected Attributes | |
| BfldGrid::Grid_t | fGrid |
| TObjArray * | fTable |
|
|
Definition at line 17 of file BFLLookupTable.cxx.
|
|
|
Definition at line 23 of file BFLLookupTable.cxx.
|
|
|
Definition at line 29 of file BFLLookupTable.cxx. 00030 {
00031 fGrid = BfldGrid::kUndefined;
00032 if(fTable) fTable->Delete();
00033 delete fTable;
00034 }
|
|
|
Definition at line 33 of file BFLLookupTable.h. Referenced by ~BFLLookupTable(). |
|
|
Reimplemented in BFLAnsysLookup. Definition at line 34 of file BFLLookupTable.h. Referenced by ~BFLLookupTable(). |
1.3.9.1