walberla::mesa_pd::data::SelectParticleBaseShape Class Reference

Detailed Description

Predicate that selects a certain property from a Particle.

#include <ParticleStorage.h>

Public Types

using return_type = std::shared_ptr< walberla::mesa_pd::data::BaseShape >
 

Public Member Functions

std::shared_ptr< walberla::mesa_pd::data::BaseShape > & operator() (data::Particle &p) const
 
std::shared_ptr< walberla::mesa_pd::data::BaseShape > & operator() (data::Particle &&p) const
 
const std::shared_ptr< walberla::mesa_pd::data::BaseShape > & operator() (const data::Particle &p) const
 

Member Typedef Documentation

◆ return_type

Member Function Documentation

◆ operator()() [1/3]

const std::shared_ptr<walberla::mesa_pd::data::BaseShape>& walberla::mesa_pd::data::SelectParticleBaseShape::operator() ( const data::Particle p) const
inline

◆ operator()() [2/3]

std::shared_ptr<walberla::mesa_pd::data::BaseShape>& walberla::mesa_pd::data::SelectParticleBaseShape::operator() ( data::Particle &&  p) const
inline

◆ operator()() [3/3]

std::shared_ptr<walberla::mesa_pd::data::BaseShape>& walberla::mesa_pd::data::SelectParticleBaseShape::operator() ( data::Particle p) const
inline

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