Xmipp  v3.23.11-Nereus
Macros | Functions
metadata_db.cpp File Reference
#include <fstream>
#include <random>
#include <algorithm>
#include <cassert>
#include "metadata_db.h"
#include "xmipp_image.h"
#include "metadata_sql.h"
#include "metadata_generator.h"
#include "xmipp_funcs.h"
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/mman.h>
Include dependency graph for metadata_db.cpp:

Go to the source code of this file.

Macros

#define SET_AND_FILL()   generator.label=label; generator.fill(*this)
 

Functions

std::ostream & operator<< (std::ostream &o, const MetaData &mD)
 

Macro Definition Documentation

◆ SET_AND_FILL

#define SET_AND_FILL ( )    generator.label=label; generator.fill(*this)

Definition at line 1129 of file metadata_db.cpp.