Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes
pcl::poisson::SortedTreeNodes::CornerIndices Struct Reference

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

List of all members.

Public Member Functions

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

Public Attributes

int idx [pcl::poisson::Cube::CORNERS]

Detailed Description

Definition at line 123 of file multi_grid_octree_data.h.


Constructor & Destructor Documentation

Definition at line 126 of file multi_grid_octree_data.h.

References pcl::poisson::Cube::CORNERS, and idx.


Member Function Documentation

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

Definition at line 127 of file multi_grid_octree_data.h.

References idx.

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

Definition at line 125 of file multi_grid_octree_data.h.

Referenced by CornerIndices(), and operator[]().


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