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

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

Public Member Functions

 CornerIndices (void)=default
 
int & operator[] (int i)
 
const int & operator[] (int i) const
 

Public Attributes

int idx [pcl::poisson::Cube::CORNERS] = {-1, -1, -1, -1, -1, -1, -1, -1}
 

Detailed Description

Definition at line 123 of file multi_grid_octree_data.h.

Constructor & Destructor Documentation

◆ CornerIndices()

pcl::poisson::SortedTreeNodes::CornerIndices::CornerIndices ( void  )
default

Member Function Documentation

◆ operator[]() [1/2]

int& pcl::poisson::SortedTreeNodes::CornerIndices::operator[] ( int  i)
inline

Definition at line 127 of file multi_grid_octree_data.h.

References idx.

◆ operator[]() [2/2]

const int& pcl::poisson::SortedTreeNodes::CornerIndices::operator[] ( int  i) const
inline

Definition at line 128 of file multi_grid_octree_data.h.

References idx.

Member Data Documentation

◆ idx

int pcl::poisson::SortedTreeNodes::CornerIndices::idx[pcl::poisson::Cube::CORNERS] = {-1, -1, -1, -1, -1, -1, -1, -1}

Definition at line 125 of file multi_grid_octree_data.h.

Referenced by operator[]().


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