Open3D (C++ API)  0.18.0+5c982c7
Public Types | Public Member Functions | Data Fields
open3d::geometry::poisson::Open3DVertex< _Real > Class Template Reference

Public Types

typedef _Real Real
 

Public Member Functions

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

Data Fields

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

Member Typedef Documentation

◆ Real

template<typename _Real >
typedef _Real open3d::geometry::poisson::Open3DVertex< _Real >::Real

Constructor & Destructor Documentation

◆ Open3DVertex() [1/2]

template<typename _Real >
open3d::geometry::poisson::Open3DVertex< _Real >::Open3DVertex ( )
inline

◆ Open3DVertex() [2/2]

template<typename _Real >
open3d::geometry::poisson::Open3DVertex< _Real >::Open3DVertex ( Point< Real, 3 >  point)
inline

Member Function Documentation

◆ operator*=()

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

◆ operator+=()

template<typename _Real >
Open3DVertex& open3d::geometry::poisson::Open3DVertex< _Real >::operator+= ( const Open3DVertex< _Real > &  p)
inline

◆ operator/=()

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

Field Documentation

◆ color_

template<typename _Real >
Eigen::Vector3d open3d::geometry::poisson::Open3DVertex< _Real >::color_

◆ normal_

template<typename _Real >
Eigen::Vector3d open3d::geometry::poisson::Open3DVertex< _Real >::normal_

◆ point

template<typename _Real >
Point<Real, 3> open3d::geometry::poisson::Open3DVertex< _Real >::point

◆ w_

template<typename _Real >
double open3d::geometry::poisson::Open3DVertex< _Real >::w_

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