|
Point Cloud Library (PCL) 1.15.0
|
#include <pcl/surface/3rdparty/poisson4/vector.h>
Public Member Functions | |
| NVector () | |
| NVector (const NVector &V) | |
| NVector (std::size_t N) | |
| NVector (std::size_t N, T *pV) | |
| ~NVector () | |
| const T * | operator() (std::size_t i) const |
| T * | operator() (std::size_t i) |
| const T * | operator[] (std::size_t i) const |
| T * | operator[] (std::size_t i) |
| void | SetZero () |
| std::size_t | Dimensions () const |
| void | Resize (std::size_t N) |
| NVector | operator* (const T &A) const |
| NVector | operator/ (const T &A) const |
| NVector | operator- (const NVector &V) const |
| NVector | operator+ (const NVector &V) const |
| NVector & | operator*= (const T &A) |
| NVector & | operator/= (const T &A) |
| NVector & | operator+= (const NVector &V) |
| NVector & | operator-= (const NVector &V) |
| NVector & | AddScaled (const NVector &V, const T &scale) |
| NVector & | SubtractScaled (const NVector &V, const T &scale) |
| NVector | operator- () const |
| NVector & | operator= (const NVector &V) |
| T | Dot (const NVector &V) const |
| T | Length () const |
| T | Norm (std::size_t Ln) const |
| void | Normalize () |
Static Public Member Functions | |
| static void | Add (const NVector &V1, const T &scale1, const NVector &V2, const T &scale2, NVector &Out) |
| static void | Add (const NVector &V1, const T &scale1, const NVector &V2, NVector &Out) |
Public Attributes | |
| T * | m_pV |
Protected Attributes | |
| std::size_t | m_N |
| pcl::poisson::NVector< T, Dim >::NVector | ( | ) |
Definition at line 288 of file vector.hpp.
Referenced by Add(), Add(), AddScaled(), Dot(), NVector(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-(), operator-=(), operator/(), operator/=(), operator=(), and SubtractScaled().
| pcl::poisson::NVector< T, Dim >::NVector | ( | const NVector< T, Dim > & | V | ) |
| pcl::poisson::NVector< T, Dim >::NVector | ( | std::size_t | N | ) |
Definition at line 302 of file vector.hpp.
| pcl::poisson::NVector< T, Dim >::NVector | ( | std::size_t | N, |
| T * | pV ) |
Definition at line 320 of file vector.hpp.
| pcl::poisson::NVector< T, Dim >::~NVector | ( | ) |
Definition at line 326 of file vector.hpp.
References Resize().
|
static |
Definition at line 415 of file vector.hpp.
|
static |
Definition at line 420 of file vector.hpp.
| NVector< T, Dim > & pcl::poisson::NVector< T, Dim >::AddScaled | ( | const NVector< T, Dim > & | V, |
| const T & | scale ) |
Definition at line 399 of file vector.hpp.
| std::size_t pcl::poisson::NVector< T, Dim >::Dimensions | ( | ) | const |
Definition at line 335 of file vector.hpp.
References m_N.
| T pcl::poisson::NVector< T, Dim >::Dot | ( | const NVector< T, Dim > & | V | ) | const |
Definition at line 483 of file vector.hpp.
| T pcl::poisson::NVector< T, Dim >::Length | ( | ) | const |
Definition at line 475 of file vector.hpp.
| T pcl::poisson::NVector< T, Dim >::Norm | ( | std::size_t | Ln | ) | const |
| void pcl::poisson::NVector< T, Dim >::Normalize | ( | ) |
Definition at line 468 of file vector.hpp.
| T * pcl::poisson::NVector< T, Dim >::operator() | ( | std::size_t | i | ) |
Definition at line 345 of file vector.hpp.
References m_pV.
| const T * pcl::poisson::NVector< T, Dim >::operator() | ( | std::size_t | i | ) | const |
Definition at line 339 of file vector.hpp.
| NVector< T, Dim > pcl::poisson::NVector< T, Dim >::operator* | ( | const T & | A | ) | const |
Definition at line 360 of file vector.hpp.
| NVector< T, Dim > & pcl::poisson::NVector< T, Dim >::operator*= | ( | const T & | A | ) |
Definition at line 368 of file vector.hpp.
| NVector< T, Dim > pcl::poisson::NVector< T, Dim >::operator+ | ( | const NVector< T, Dim > & | V | ) | const |
Definition at line 390 of file vector.hpp.
| NVector< T, Dim > & pcl::poisson::NVector< T, Dim >::operator+= | ( | const NVector< T, Dim > & | V | ) |
Definition at line 425 of file vector.hpp.
| NVector< T, Dim > pcl::poisson::NVector< T, Dim >::operator- | ( | void | ) | const |
Definition at line 442 of file vector.hpp.
| NVector< T, Dim > pcl::poisson::NVector< T, Dim >::operator- | ( | const NVector< T, Dim > & | V | ) | const |
Definition at line 433 of file vector.hpp.
| NVector< T, Dim > & pcl::poisson::NVector< T, Dim >::operator-= | ( | const NVector< T, Dim > & | V | ) |
Definition at line 452 of file vector.hpp.
| NVector< T, Dim > pcl::poisson::NVector< T, Dim >::operator/ | ( | const T & | A | ) | const |
Definition at line 375 of file vector.hpp.
| NVector< T, Dim > & pcl::poisson::NVector< T, Dim >::operator/= | ( | const T & | A | ) |
Definition at line 383 of file vector.hpp.
| NVector< T, Dim > & pcl::poisson::NVector< T, Dim >::operator= | ( | const NVector< T, Dim > & | V | ) |
| T * pcl::poisson::NVector< T, Dim >::operator[] | ( | std::size_t | i | ) |
Definition at line 355 of file vector.hpp.
References m_pV.
| const T * pcl::poisson::NVector< T, Dim >::operator[] | ( | std::size_t | i | ) | const |
Definition at line 350 of file vector.hpp.
References m_pV.
| void pcl::poisson::NVector< T, Dim >::Resize | ( | std::size_t | N | ) |
Definition at line 309 of file vector.hpp.
Referenced by NVector(), NVector(), NVector(), operator=(), and ~NVector().
| void pcl::poisson::NVector< T, Dim >::SetZero | ( | void | ) |
Definition at line 337 of file vector.hpp.
| NVector< T, Dim > & pcl::poisson::NVector< T, Dim >::SubtractScaled | ( | const NVector< T, Dim > & | V, |
| const T & | scale ) |
Definition at line 407 of file vector.hpp.
|
protected |
Definition at line 145 of file vector.h.
Referenced by Add(), Add(), AddScaled(), Dimensions(), Dot(), Length(), Norm(), Normalize(), NVector(), NVector(), NVector(), operator()(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-(), operator-=(), operator/(), operator/=(), operator=(), Resize(), SetZero(), and SubtractScaled().
| T* pcl::poisson::NVector< T, Dim >::m_pV |
Definition at line 143 of file vector.h.
Referenced by Add(), Add(), AddScaled(), Dot(), Length(), Norm(), Normalize(), NVector(), NVector(), NVector(), NVector(), operator()(), operator()(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-(), operator-=(), operator/(), operator/=(), operator=(), operator[](), operator[](), Resize(), SetZero(), and SubtractScaled().