ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ActiveProtocol.hpp File Reference
#include <config/config.hpp>
#include "BindAtPointOfCollision.hpp"
#include "BindCenters.hpp"
#include "GlueToSurface.hpp"
#include "Off.hpp"
#include <variant>
+ Include dependency graph for ActiveProtocol.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CollisionDetection
 

Typedefs

using CollisionDetection::ActiveProtocol = std::variant< Off, BindAtPointOfCollision, GlueToSurface, BindCenters >