The header file to be included by all user code. More...
#include "countQuery.h"
#include "meshQuery.h"
#include "resource.h"
#include "bundle.h"
#include "quaere.h"
#include "query.h"
#include "part.h"
#include "blob.h"
#include "rids.h"
Go to the source code of this file.
Namespaces | |
ibis | |
The current implementation of FastBit is code named IBIS; most data structures and functions are in the name space ibis. | |
Functions | |
void | ibis::init (const char *rcfile=0, const char *mesgfile=0) |
Initializes the memory manager of FastBit. More... | |
The header file to be included by all user code.
It defines all classes and functions intended to use ibis::part interface. All such classes and functions are defined in the namespace ibis. Before performing any operations, the first function to be called is ibis::init.