Molecular Dynamics Simulation  1.0
Classes | Functions
TargettedForceSource.h File Reference
#include <iostream>
#include <vector>
#include "particles/Particle.h"
Include dependency graph for TargettedForceSource.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TargettedForceSource
 Interface for targetted force source classes. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const TargettedForceSource &forceSource)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const TargettedForceSource forceSource 
)
inline

Definition at line 54 of file TargettedForceSource.h.

54  {
55  os << static_cast<std::string>(forceSource);
56  return os;
57 }