sgsPy
structurally guided sampling
Loading...
Searching...
No Matches
sgs::clhs::Point< T >

#include <clhs.h>

Public Attributes

T * p_features = nullptr
int x = -1
int y = -1

Detailed Description

template<typename T>
struct sgs::clhs::Point< T >

Structure for containing the x and y positions of a point, along with an array of its feature values.

Member Data Documentation

◆ p_features

template<typename T>
T* sgs::clhs::Point< T >::p_features = nullptr

◆ x

template<typename T>
int sgs::clhs::Point< T >::x = -1

◆ y

template<typename T>
int sgs::clhs::Point< T >::y = -1

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