ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Slitpore.hpp>
Public Member Functions | |
Slitpore () | |
void | calculate_dist (const Utils::Vector3d &pos, double &dist, Utils::Vector3d &vec) const override |
double & | pore_mouth () |
double & | upper_smoothing_radius () |
double & | lower_smoothing_radius () |
double & | channel_width () |
double & | pore_width () |
double & | pore_length () |
double & | dividing_plane () |
const double & | dividing_plane () const |
Public Member Functions inherited from Shapes::Shape | |
virtual bool | is_inside (Utils::Vector3d const &pos) const |
Check whether the given point is inside the shape or not. | |
std::vector< int > | rasterize (Utils::Vector3i const &grid_size, double grid_spacing, double grid_offset) const |
Rasterize a shape on a regular grid. | |
virtual | ~Shape ()=default |
Definition at line 30 of file shapes/include/shapes/Slitpore.hpp.
|
inline |
Definition at line 32 of file shapes/include/shapes/Slitpore.hpp.
|
overridevirtual |
Implements Shapes::Shape.
Definition at line 30 of file Slitpore.cpp.
References dividing_plane(), and Utils::sqr().
|
inline |
Definition at line 43 of file shapes/include/shapes/Slitpore.hpp.
|
inline |
Definition at line 46 of file shapes/include/shapes/Slitpore.hpp.
Referenced by calculate_dist().
|
inline |
Definition at line 47 of file shapes/include/shapes/Slitpore.hpp.
|
inline |
Definition at line 42 of file shapes/include/shapes/Slitpore.hpp.
|
inline |
Definition at line 45 of file shapes/include/shapes/Slitpore.hpp.
|
inline |
Definition at line 40 of file shapes/include/shapes/Slitpore.hpp.
|
inline |
Definition at line 44 of file shapes/include/shapes/Slitpore.hpp.
|
inline |
Definition at line 41 of file shapes/include/shapes/Slitpore.hpp.