#include <vector>
#include <algorithm>
#include <map>
#include <iostream>
#include <vapor/MyBase.h>
#include <vapor/NetCDFCFCollection.h>
#include <vapor/Proj4API.h>
#include <vapor/UDUnitsClass.h>
#include <vapor/utils.h>
#include <vapor/DC.h>
#include <vapor/STLUtils.h>
Go to the source code of this file.
◆ DCP_ENABLE_PARTICLE_DENSITY
#define DCP_ENABLE_PARTICLE_DENSITY 0 |
This enables a beta feature which automatically generates particle density fields when importing particle data. In it's current state, if DCP_ENABLE_PARTICLE_DENSITY is set to 1, it will work but the volume will have a fixed grid size and it uses a sub-optimal sampling algorithm.
Definition at line 19 of file DCP.h.