Output particle positions. More...
#include <InOutput.h>
Public Member Functions | |
virtual double | dValue (GravityParticle *p) |
Output data as a double. | |
virtual Vector3D< double > | vValue (GravityParticle *p) |
Output data as a Vector3D of doubles. | |
virtual void | setDValue (GravityParticle *p, double val) |
Input data as a double. | |
virtual void | setVValue (GravityParticle *p, Vector3D< double > val) |
Input data as a Vector3D of doubles. | |
virtual int64_t | iValue (GravityParticle *p) |
Output data as an int. | |
virtual void | setIValue (GravityParticle *p, int64_t iValue) |
Input data as an int. | |
PosOutputParams (std::string _fileName, int _iBinaryOut, double _dTime) | |
PUPable_decl (PosOutputParams) | |
PosOutputParams (CkMigrateMessage *m) | |
virtual void | pup (PUP::er &p) |
![]() | |
PUPable_abstract (OutputParams) | |
OutputParams (CkMigrateMessage *m) | |
Additional Inherited Members | |
![]() | |
int | bFloat |
Is a floating point number. | |
int | bVector |
Is a vector, as opposed to a scalar. | |
int | iBinaryOut |
Type of binary output. | |
double | dTime |
Time of output. | |
std::string | fileName |
output file | |
std::string | sTipsyExt |
Extension for tipsy output. | |
std::string | sNChilExt |
file name for NChilada output | |
unsigned int | iType |
mask of families containing this attribute | |
unsigned int | iTypeWriting |
family being written in NC format | |
DataManager * | dm |
For extra state information (e.g. cooling) | |
Output particle positions.