ug4
stl_reader::stl_reader_impl::CoordWithIndex< number_t, index_t > Struct Template Reference

#include <stl_reader.h>

Public Member Functions

bool operator!= (const CoordWithIndex &c) const
 
bool operator< (const CoordWithIndex &c) const
 
bool operator== (const CoordWithIndex &c) const
 
number_t & operator[] (const size_t i)
 
number_t operator[] (const size_t i) const
 

Public Attributes

number_t data [3]
 
index_t index
 

Member Function Documentation

◆ operator!=()

template<typename number_t , typename index_t >
bool stl_reader::stl_reader_impl::CoordWithIndex< number_t, index_t >::operator!= ( const CoordWithIndex< number_t, index_t > &  c) const
inline

◆ operator<()

template<typename number_t , typename index_t >
bool stl_reader::stl_reader_impl::CoordWithIndex< number_t, index_t >::operator< ( const CoordWithIndex< number_t, index_t > &  c) const
inline

◆ operator==()

template<typename number_t , typename index_t >
bool stl_reader::stl_reader_impl::CoordWithIndex< number_t, index_t >::operator== ( const CoordWithIndex< number_t, index_t > &  c) const
inline

◆ operator[]() [1/2]

template<typename number_t , typename index_t >
number_t& stl_reader::stl_reader_impl::CoordWithIndex< number_t, index_t >::operator[] ( const size_t  i)
inline

◆ operator[]() [2/2]

template<typename number_t , typename index_t >
number_t stl_reader::stl_reader_impl::CoordWithIndex< number_t, index_t >::operator[] ( const size_t  i) const
inline

Member Data Documentation

◆ data

template<typename number_t , typename index_t >
number_t stl_reader::stl_reader_impl::CoordWithIndex< number_t, index_t >::data[3]

◆ index

template<typename number_t , typename index_t >
index_t stl_reader::stl_reader_impl::CoordWithIndex< number_t, index_t >::index

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