.Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
DataReader::ParticleData Struct Reference

Stores a single particle data point. More...

#include <ParticleData.h>

Public Member Functions

 ParticleData ()
 Constructor.
 

Public Attributes

Vector3< double > Position
 The position of the particle. More...
 
Vector3< double > Velocity
 The velocity of the particle. More...
 
int GasType
 The gas type of the particle. More...
 

Detailed Description

Stores a single particle data point.

Member Data Documentation

int DataReader::ParticleData::GasType

The gas type of the particle.

Vector3<double> DataReader::ParticleData::Position

The position of the particle.

Vector3<double> DataReader::ParticleData::Velocity

The velocity of the particle.


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