MPS-Basic
Loading...
Searching...
No Matches
SurfaceDetector::Interface Class Referenceabstract

#include <interface.hpp>

Inheritance diagram for SurfaceDetector::Interface:

Public Member Functions

virtual bool isFreeSurface (const Particles &particles, const Particle &particle)=0
 Whether the particle is on the free surface.
 
virtual ~Interface ()=default
 

Detailed Description

Definition at line 7 of file interface.hpp.

Constructor & Destructor Documentation

◆ ~Interface()

virtual SurfaceDetector::Interface::~Interface ( )
virtualdefault

Member Function Documentation

◆ isFreeSurface()

virtual bool SurfaceDetector::Interface::isFreeSurface ( const Particles & particles,
const Particle & particle )
pure virtual

Whether the particle is on the free surface.

Parameters
particlesparticles
particleparticle inside the particles
Returns
Whether the particle is on the free surface

Implemented in SurfaceDetector::Distribution, and SurfaceDetector::NumberDensity.


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