OpenKalman
Protected Types | List of all members
OpenKalman::ParticleDistribution< Properties > Struct Template Reference

Distribution of particles. More...

#include <ParticleDistribution.hpp>

Inheritance diagram for OpenKalman::ParticleDistribution< Properties >:
Inheritance graph
[legend]
Collaboration diagram for OpenKalman::ParticleDistribution< Properties >:
Collaboration graph
[legend]

Protected Types

using Properties = std::tuple< Properties... >
 

Detailed Description

template<typename... Properties>
struct OpenKalman::ParticleDistribution< Properties >

Distribution of particles.

Particles are stored in a vector, and each particle is a tuple of properties.

Template Parameters
PropertiesThe properties of each particle

The documentation for this struct was generated from the following file: