Factory class for creating CellStore objects. More...
#include <CellStoreFactory.h>
Static Public Member Functions | |
static CellStorePtr | open (const String &name, const char *start_row, const char *end_row) |
Creates a CellStore object from a given cell store file. More... | |
Factory class for creating CellStore objects.
Definition at line 39 of file CellStoreFactory.h.
|
static |
Creates a CellStore object from a given cell store file.
name | Pathname of cell store file |
start_row | Starting scope |
end_row | Ending scope |
Get the file length
Open the FS file
Definition at line 56 of file CellStoreFactory.cc.