cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
point.hpp File Reference
#include <cmath>
#include <iostream>
#include <limits>
#include <memory>
#include <ostream>
#include <random>
#include <stdexcept>
#include <vector>
#include <cpp-toolbox/cpp-toolbox_export.hpp>
#include <cpp-toolbox/io/formats/base.hpp>
#include "cpp-toolbox/types/impl/point_impl.hpp"
Include dependency graph for point.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  toolbox::types::point_t< T >
 3D点/向量模板类 / A 3D point/vector template class More...
 
class  toolbox::types::point_cloud_t< T >
 包含点和相关数据的点云类 / A point cloud class containing points and associated data More...
 

Namespaces

namespace  toolbox
 
namespace  toolbox::types
 

Functions

template<typename T >
auto toolbox::types::operator<< (std::ostream &output_stream, const point_t< T > &pt) -> std::ostream &
 point_t的流输出运算符 - 仅声明 / Stream output operator for point_t - Declaration Only