Go to the documentation of this file.
4 #ifndef _USE_MATH_DEFINES
5 #define _USE_MATH_DEFINES
28 #ifdef POINTSWITHINDEX
36 normal =
Vec3f(0, 0, 0);
77 size_t oldSize =
size();
92 void calcNormals(
float radius,
unsigned int kNN = 20,
unsigned int maxTries = 100);
93 void reset(
size_t s = 0);
97 m_max = m_min +
Vec3f(size, size, size);
106 Vec3f d(delta, delta, delta);
112 Vec3f diff = m_max - m_min;
119 float* getBbox()
const;
138 void Translate(
const Vec3f& trans);
const Vec3f & getOffset() const
float & operator[](unsigned int i)
void setBBox(Vec3f bbl, float size)
PointCloud & operator+=(const PointCloud &other)
void resize(size_type s, const value_type &v)
const Vec3f & GetBBoxMax() const
void widenBBox(float delta)
void swap(SubscriptionHandle &first, SubscriptionHandle &second)
Use of this software is granted under one of the following two to be chosen freely by the user Boost Software License Version Marcin Kalicinski Permission is hereby free of to any person or organization obtaining a copy of the software and accompanying documentation covered by this and transmit the and to prepare derivative works of the and to permit third parties to whom the Software is furnished to do all subject to the including the above license this restriction and the following must be included in all copies of the in whole or in and all derivative works of the unless such copies or derivative works are solely in the form of machine executable object code generated by a source language processor THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF FITNESS FOR A PARTICULAR TITLE AND NON INFRINGEMENT IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN TORT OR ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE The MIT Marcin Kalicinski Permission is hereby free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to copy
pcl::PointCloud< Point > PointCloud
Point(const Vec3f &Pos, const Vec3f &Normal)
const float operator[](unsigned int i) const
void setBBox(Vec3f min, Vec3f max)
VectorXD< 3, float > Vec3f
const Vec3f & GetBBoxMin() const
double s(double t, double s0, double v0, double a0, double j)
void swapPoints(unsigned int i, unsigned int j)