OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::KDTreeAdapter< Dataset, PointType, ElementType, Dim > Struct Template Reference

#include <KDTree.hpp>

Public Types

using dataset_type = Dataset
 
using point_type = PointType
 
using element_type = ElementType
 

Static Public Attributes

static constexpr int32 Dimensions = Dim
 

Member Typedef Documentation

◆ dataset_type

template<class Dataset , class PointType , class ElementType = typename PointType::value_type, int32 Dim = PointType::Dimension>
using s3d::KDTreeAdapter< Dataset, PointType, ElementType, Dim >::dataset_type = Dataset

◆ element_type

template<class Dataset , class PointType , class ElementType = typename PointType::value_type, int32 Dim = PointType::Dimension>
using s3d::KDTreeAdapter< Dataset, PointType, ElementType, Dim >::element_type = ElementType

◆ point_type

template<class Dataset , class PointType , class ElementType = typename PointType::value_type, int32 Dim = PointType::Dimension>
using s3d::KDTreeAdapter< Dataset, PointType, ElementType, Dim >::point_type = PointType

Member Data Documentation

◆ Dimensions

template<class Dataset , class PointType , class ElementType = typename PointType::value_type, int32 Dim = PointType::Dimension>
constexpr int32 s3d::KDTreeAdapter< Dataset, PointType, ElementType, Dim >::Dimensions = Dim
staticconstexpr

The documentation for this struct was generated from the following file: