Class which represents a point geometry.
More...
#include <source.h>
|
| SourceGeometry (Eigen::Vector3d position) |
|
Eigen::Vector3d | position_ |
|
Class which represents a point geometry.
The point geometry is a single point.
Definition at line 219 of file source.h.
◆ PointGeometry()
PointGeometry::PointGeometry |
( |
const Eigen::Vector3d & | position | ) |
|
|
explicit |
Constructor for the PointGeometry class.
- Parameters
-
position | The position of the point. |
◆ samplePosition()
Eigen::Vector3d PointGeometry::samplePosition |
( |
| ) |
|
|
overridevirtual |
Returns the position of the point.
- Returns
- The position of the point.
Implements SourceGeometry.
The documentation for this class was generated from the following file: