Loading...
Searching...
No Matches
PointsToImplicit2.hpp
Go to the documentation of this file.
Definition Matrix.hpp:30
Abstract base class for 2-D points-to-implicit converters.
Definition PointsToImplicit2.hpp:21
PointsToImplicit2(const PointsToImplicit2 &)=default
Default copy constructor.
PointsToImplicit2(PointsToImplicit2 &&) noexcept=default
Default move constructor.
virtual void Convert(const ConstArrayView1< Vector2D > &points, ScalarGrid2 *output) const =0
Converts the given points to implicit surface scalar field.
Definition pybind11Utils.hpp:21
std::shared_ptr< PointsToImplicit2 > PointsToImplicit2Ptr
Shared pointer for the PointsToImplicit2 type.
Definition PointsToImplicit2.hpp:47
1.9.8