Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::poisson::CoredPointIndex Class Reference

#include <pcl/surface/3rdparty/poisson4/geometry.h>

Public Member Functions

int operator== (const CoredPointIndex &cpi) const
 
int operator!= (const CoredPointIndex &cpi) const
 

Public Attributes

int index
 
char inCore
 

Detailed Description

Definition at line 129 of file geometry.h.

Member Function Documentation

◆ operator!=()

int pcl::poisson::CoredPointIndex::operator!= ( const CoredPointIndex cpi) const
inline

Definition at line 136 of file geometry.h.

References inCore, and index.

◆ operator==()

int pcl::poisson::CoredPointIndex::operator== ( const CoredPointIndex cpi) const
inline

Definition at line 135 of file geometry.h.

References inCore, and index.

Member Data Documentation

◆ inCore

char pcl::poisson::CoredPointIndex::inCore

Definition at line 133 of file geometry.h.

Referenced by operator!=(), and operator==().

◆ index

int pcl::poisson::CoredPointIndex::index

Definition at line 132 of file geometry.h.

Referenced by operator!=(), and operator==().


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