VAPOR3 3.9.4
Classes | Namespaces | Enumerations
Particle.h File Reference
#include "vapor/common.h"
#include <glm/glm.hpp>
#include <forward_list>

Go to the source code of this file.

Classes

class  flow::Particle
 

Namespaces

namespace  flow
 

Enumerations

enum  flow::FLOW_ERROR_CODE {
  flow::FIELD_ALL_ZERO = 4 , flow::MISSING_VAL = 3 , flow::NO_ADVECT_HAPPENED = 2 , flow::ADVECT_HAPPENED = 1 ,
  flow::SUCCESS = 0 , flow::OUT_OF_FIELD = -1 , flow::NO_FIELD_YET = -2 , flow::NO_SEED_PARTICLE_YET = -3 ,
  flow::FILE_ERROR = -4 , flow::TIME_ERROR = -5 , flow::GRID_ERROR = -6 , flow::SIZE_MISMATCH = -7 ,
  flow::PARAMS_ERROR = -8
}