ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Wall.hpp>
Public Member Functions | |
Wall () | |
void | calculate_dist (const Utils::Vector3d &pos, double &dist, Utils::Vector3d &vec) const override |
void | set_normal (const Utils::Vector3d &normal) |
Utils::Vector3d const & | n () const |
double const & | d () const |
double & | d () |
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 29 of file shapes/include/shapes/Wall.hpp.
|
inline |
Definition at line 31 of file shapes/include/shapes/Wall.hpp.
|
overridevirtual |
Implements Shapes::Shape.
|
inline |
Definition at line 46 of file shapes/include/shapes/Wall.hpp.
|
inline |
Definition at line 44 of file shapes/include/shapes/Wall.hpp.
|
inline |
Definition at line 42 of file shapes/include/shapes/Wall.hpp.
|
inline |
Definition at line 36 of file shapes/include/shapes/Wall.hpp.
References Utils::Vector< T, N >::normalize().