Public Member Functions | Static Public Member Functions | Public Attributes | Protected Attributes
pcl::poisson::Vector< T > Class Template Reference

#include <vector.h>

List of all members.

Public Member Functions

VectorAddScaled (const Vector &V, const T &scale)
size_t Dimensions () const
Dot (const Vector &V) const
Length () const
Norm (size_t Ln) const
void Normalize ()
const T & operator() (size_t i) const
T & operator() (size_t i)
Vector operator* (const T &A) const
Vectoroperator*= (const T &A)
Vector operator+ (const Vector &V) const
Vectoroperator+= (const Vector &V)
Vector operator- (const Vector &V) const
Vector operator- () const
Vectoroperator-= (const Vector &V)
Vector operator/ (const T &A) const
Vectoroperator/= (const T &A)
Vectoroperator= (const Vector &V)
const T & operator[] (size_t i) const
T & operator[] (size_t i)
void Resize (size_t N)
void SetZero ()
VectorSubtractScaled (const Vector &V, const T &scale)
 Vector ()
 Vector (const Vector< T > &V)
 Vector (size_t N)
 Vector (size_t N, T *pV)
 ~Vector ()

Static Public Member Functions

static void Add (const Vector &V1, const T &scale1, const Vector &V2, const T &scale2, Vector &Out)
static void Add (const Vector &V1, const T &scale1, const Vector &V2, Vector &Out)

Public Attributes

T * m_pV

Protected Attributes

size_t m_N

Detailed Description

template<class T>
class pcl::poisson::Vector< T >

Definition at line 52 of file vector.h.


Constructor & Destructor Documentation

template<class T >
pcl::poisson::Vector< T >::Vector ( )

Definition at line 55 of file vector.hpp.

template<class T >
pcl::poisson::Vector< T >::Vector ( const Vector< T > &  V)

Definition at line 60 of file vector.hpp.

template<class T >
pcl::poisson::Vector< T >::Vector ( size_t  N)

Definition at line 67 of file vector.hpp.

template<class T >
pcl::poisson::Vector< T >::Vector ( size_t  N,
T *  pV 
)

Definition at line 92 of file vector.hpp.

template<class T >
pcl::poisson::Vector< T >::~Vector ( )

Definition at line 99 of file vector.hpp.


Member Function Documentation

template<class T >
void pcl::poisson::Vector< T >::Add ( const Vector< T > &  V1,
const T &  scale1,
const Vector< T > &  V2,
const T &  scale2,
Vector< T > &  Out 
) [static]

Definition at line 202 of file vector.hpp.

template<class T >
void pcl::poisson::Vector< T >::Add ( const Vector< T > &  V1,
const T &  scale1,
const Vector< T > &  V2,
Vector< T > &  Out 
) [static]

Definition at line 208 of file vector.hpp.

template<class T >
Vector< T > & pcl::poisson::Vector< T >::AddScaled ( const Vector< T > &  V,
const T &  scale 
)

Definition at line 186 of file vector.hpp.

template<class T >
size_t pcl::poisson::Vector< T >::Dimensions ( ) const

Definition at line 110 of file vector.hpp.

template<class T >
T pcl::poisson::Vector< T >::Dot ( const Vector< T > &  V) const

Definition at line 275 of file vector.hpp.

template<class T >
T pcl::poisson::Vector< T >::Length ( void  ) const

Definition at line 266 of file vector.hpp.

template<class T >
T pcl::poisson::Vector< T >::Norm ( size_t  Ln) const

Definition at line 249 of file vector.hpp.

template<class T >
void pcl::poisson::Vector< T >::Normalize ( )

Definition at line 258 of file vector.hpp.

template<class T >
const T & pcl::poisson::Vector< T >::operator() ( size_t  i) const

Definition at line 120 of file vector.hpp.

template<class T >
T & pcl::poisson::Vector< T >::operator() ( size_t  i)

Definition at line 127 of file vector.hpp.

template<class T >
Vector< T > pcl::poisson::Vector< T >::operator* ( const T &  A) const

Definition at line 145 of file vector.hpp.

template<class T >
Vector< T > & pcl::poisson::Vector< T >::operator*= ( const T &  A)

Definition at line 154 of file vector.hpp.

template<class T >
Vector< T > pcl::poisson::Vector< T >::operator+ ( const Vector< T > &  V) const

Definition at line 177 of file vector.hpp.

template<class T >
Vector< T > & pcl::poisson::Vector< T >::operator+= ( const Vector< T > &  V)

Definition at line 214 of file vector.hpp.

template<class T >
Vector< T > pcl::poisson::Vector< T >::operator- ( const Vector< T > &  V) const

Definition at line 222 of file vector.hpp.

template<class T >
Vector< T > pcl::poisson::Vector< T >::operator- ( void  ) const

Definition at line 231 of file vector.hpp.

template<class T >
Vector< T > & pcl::poisson::Vector< T >::operator-= ( const Vector< T > &  V)

Definition at line 241 of file vector.hpp.

template<class T >
Vector< T > pcl::poisson::Vector< T >::operator/ ( const T &  A) const

Definition at line 162 of file vector.hpp.

template<class T >
Vector< T > & pcl::poisson::Vector< T >::operator/= ( const T &  A)

Definition at line 170 of file vector.hpp.

template<class T >
Vector< T > & pcl::poisson::Vector< T >::operator= ( const Vector< T > &  V)

Definition at line 102 of file vector.hpp.

template<class T >
const T & pcl::poisson::Vector< T >::operator[] ( size_t  i) const

Definition at line 133 of file vector.hpp.

template<class T >
T & pcl::poisson::Vector< T >::operator[] ( size_t  i)

Definition at line 139 of file vector.hpp.

template<class T >
void pcl::poisson::Vector< T >::Resize ( size_t  N)

Definition at line 73 of file vector.hpp.

template<class T >
void pcl::poisson::Vector< T >::SetZero ( void  )

Definition at line 113 of file vector.hpp.

template<class T >
Vector< T > & pcl::poisson::Vector< T >::SubtractScaled ( const Vector< T > &  V,
const T &  scale 
)

Definition at line 194 of file vector.hpp.


Member Data Documentation

template<class T>
size_t pcl::poisson::Vector< T >::m_N [protected]

Definition at line 99 of file vector.h.

template<class T>
T* pcl::poisson::Vector< T >::m_pV

Definition at line 97 of file vector.h.


The documentation for this class was generated from the following files:


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:20:21