Point Cloud Library (PCL)
1.9.1
|
83 T
Norm(
size_t Ln )
const;
86 bool write( FILE* fp )
const;
87 bool write(
const char* fileName )
const;
88 bool read( FILE* fp );
89 bool read(
const char* fileName );
97 template<
class T,
int Dim>
140 T
Norm(
size_t Ln )
const;
153 #include "vector.hpp"
const T & operator[](size_t i) const
This file defines compatibility wrappers for low level I/O functions.
Vector operator*(const T &A) const
static void Add(const Vector &V1, const T &scale1, const Vector &V2, const T &scale2, Vector &Out)
NVector & operator+=(const NVector &V)
Vector & operator=(const Vector &V)
NVector & operator=(const NVector &V)
NVector operator+(const NVector &V) const
const T * operator()(size_t i) const
NVector & AddScaled(const NVector &V, const T &scale)
Vector operator+(const Vector &V) const
size_t Dimensions() const
Vector operator/(const T &A) const
Vector & operator/=(const T &A)
NVector & SubtractScaled(const NVector &V, const T &scale)
NVector & operator-=(const NVector &V)
const T * operator[](size_t i) const
T Dot(const Vector &V) const
T Dot(const NVector &V) const
size_t Dimensions() const
NVector & operator/=(const T &A)
NVector operator-() const
Vector & AddScaled(const Vector &V, const T &scale)
NVector operator*(const T &A) const
Vector & operator*=(const T &A)
Vector & operator-=(const Vector &V)
NVector operator/(const T &A) const
bool write(FILE *fp) const
static void Add(const NVector &V1, const T &scale1, const NVector &V2, const T &scale2, NVector &Out)
Vector & SubtractScaled(const Vector &V, const T &scale)
const T & operator()(size_t i) const
NVector & operator*=(const T &A)
Vector & operator+=(const Vector &V)