ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
poisson::CloudViewerVertex< _Real > Class Template Reference

Public Types

typedef _Real Real
 

Public Member Functions

 CloudViewerVertex ()
 
 CloudViewerVertex (Point< Real, 3 > point)
 
CloudViewerVertexoperator*= (Real s)
 
CloudViewerVertexoperator+= (const CloudViewerVertex &p)
 
CloudViewerVertexoperator/= (Real s)
 

Public Attributes

Point< Real, 3 > point
 
Eigen::Vector3d normal_
 
Eigen::Vector3d color_
 
double w_
 

Detailed Description

template<typename _Real>
class poisson::CloudViewerVertex< _Real >

Definition at line 130 of file SurfaceReconstructionPoisson.cpp.

Member Typedef Documentation

◆ Real

template<typename _Real >
typedef _Real poisson::CloudViewerVertex< _Real >::Real

Definition at line 132 of file SurfaceReconstructionPoisson.cpp.

Constructor & Destructor Documentation

◆ CloudViewerVertex() [1/2]

template<typename _Real >
poisson::CloudViewerVertex< _Real >::CloudViewerVertex ( )
inline

Definition at line 134 of file SurfaceReconstructionPoisson.cpp.

◆ CloudViewerVertex() [2/2]

template<typename _Real >
poisson::CloudViewerVertex< _Real >::CloudViewerVertex ( Point< Real, 3 >  point)
inline

Definition at line 135 of file SurfaceReconstructionPoisson.cpp.

Member Function Documentation

◆ operator*=()

template<typename _Real >
CloudViewerVertex& poisson::CloudViewerVertex< _Real >::operator*= ( Real  s)
inline

Definition at line 138 of file SurfaceReconstructionPoisson.cpp.

◆ operator+=()

◆ operator/=()

template<typename _Real >
CloudViewerVertex& poisson::CloudViewerVertex< _Real >::operator/= ( Real  s)
inline

Definition at line 154 of file SurfaceReconstructionPoisson.cpp.

Member Data Documentation

◆ color_

template<typename _Real >
Eigen::Vector3d poisson::CloudViewerVertex< _Real >::color_

◆ normal_

template<typename _Real >
Eigen::Vector3d poisson::CloudViewerVertex< _Real >::normal_

◆ point

template<typename _Real >
Point<Real, 3> poisson::CloudViewerVertex< _Real >::point

◆ w_

template<typename _Real >
double poisson::CloudViewerVertex< _Real >::w_

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