#include <pointset.h>
◆ Pointset() [1/2]
◆ Pointset() [2/2]
◆ ~Pointset()
◆ debug()
◆ get_count()
template<class T >
size_t Pointset< T >::get_count |
( |
void | | ) |
const |
◆ insert_lps() [1/3]
template<class T >
void Pointset< T >::insert_lps |
( |
const float * | xyz | ) |
|
◆ insert_lps() [2/3]
template<class T >
void Pointset< T >::insert_lps |
( |
const std::string & | label, |
|
|
const float * | xyz ) |
◆ insert_lps() [3/3]
template<class T >
void Pointset< T >::insert_lps |
( |
const std::string & | label, |
|
|
float | x, |
|
|
float | y, |
|
|
float | z ) |
◆ insert_ras() [1/3]
template<class T >
void Pointset< T >::insert_ras |
( |
const float * | xyz | ) |
|
◆ insert_ras() [2/3]
template<class T >
void Pointset< T >::insert_ras |
( |
const std::string & | label, |
|
|
float | x, |
|
|
float | y, |
|
|
float | z ) |
◆ insert_ras() [3/3]
template<class T >
void Pointset< T >::insert_ras |
( |
const std::string & | p | ) |
|
◆ load() [1/2]
template<class T >
void Pointset< T >::load |
( |
const char * | fn | ) |
|
◆ load() [2/2]
template<class T >
void Pointset< T >::load |
( |
const std::string & | s | ) |
|
◆ load_fcsv()
template<class T >
void Pointset< T >::load_fcsv |
( |
const char * | fn | ) |
|
◆ load_txt()
template<class T >
void Pointset< T >::load_txt |
( |
const char * | fn | ) |
|
◆ point() [1/2]
template<class T >
const T & Pointset< T >::point |
( |
int | idx | ) |
const |
|
inline |
◆ point() [2/2]
template<class T >
float Pointset< T >::point |
( |
int | idx, |
|
|
int | dim ) const |
|
inline |
◆ save()
template<class T >
void Pointset< T >::save |
( |
const char * | fn | ) |
|
◆ save_fcsv() [1/2]
template<class T >
void Pointset< T >::save_fcsv |
( |
const char * | fn | ) |
|
◆ save_fcsv() [2/2]
template<class T >
void Pointset< T >::save_fcsv |
( |
const std::string & | fn | ) |
|
◆ save_txt()
template<class T >
void Pointset< T >::save_txt |
( |
const char * | fn | ) |
|
◆ SMART_POINTER_SUPPORT()
◆ truncate()
template<class T >
void Pointset< T >::truncate |
( |
size_t | new_length | ) |
|
◆ point_list
template<class T >
std::vector<T> Pointset< T >::point_list |
The documentation for this class was generated from the following files: