Constant Coordination Lattice
-
template<class PointCloud>
class ConstantCoordinationLattice - #include <constant_coordination.h>
Constant Coordination Lattice A class that can create a Constant Coordination lattice on a user defined point cloud.
- Template Parameters:
PointCloud – The Point Cloud that is used by the user.
Public Functions
-
inline ConstantCoordinationLattice(const int len, const int dim)
-
inline std::vector<int> nbrs(const int a, const int i) const
-
inline std::vector<double> crds(const int i) const
-
inline std::size_t size() const
Private Members
-
PointCloud cloud