cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
point.cpp File Reference
#include <cstdint>
#include <cpp-toolbox/geometry/point.hpp>
Include dependency graph for point.cpp:

Namespaces

namespace  toolbox
 
namespace  toolbox::types
 

Functions

template std::ostream & toolbox::types::operator<< (std::ostream &, const point_t< std::int8_t > &)
 
template std::ostream & toolbox::types::operator<< (std::ostream &, const point_t< std::uint8_t > &)
 
template std::ostream & toolbox::types::operator<< (std::ostream &, const point_t< std::int16_t > &)
 
template std::ostream & toolbox::types::operator<< (std::ostream &, const point_t< std::uint16_t > &)
 
template std::ostream & toolbox::types::operator<< (std::ostream &, const point_t< std::int32_t > &)
 
template std::ostream & toolbox::types::operator<< (std::ostream &, const point_t< std::uint32_t > &)
 
template std::ostream & toolbox::types::operator<< (std::ostream &, const point_t< std::int64_t > &)
 
template std::ostream & toolbox::types::operator<< (std::ostream &, const point_t< std::uint64_t > &)
 
template std::ostream & toolbox::types::operator<< (std::ostream &, const point_t< float > &)
 
template std::ostream & toolbox::types::operator<< (std::ostream &, const point_t< double > &)
 

Variables

template struct CPP_TOOLBOX_EXPORT toolbox::types::point_t< float >
 
template struct CPP_TOOLBOX_EXPORT toolbox::types::point_t< double >
 
template class CPP_TOOLBOX_EXPORT toolbox::types::point_cloud_t< float >
 
template class CPP_TOOLBOX_EXPORT toolbox::types::point_cloud_t< double >