pcl::poisson::SortedTreeNodes::EdgeIndices Struct Reference

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

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 147 of file multi_grid_octree_data.h.


Constructor & Destructor Documentation

pcl::poisson::SortedTreeNodes::EdgeIndices::EdgeIndices ( void   )  [inline]

Definition at line 150 of file multi_grid_octree_data.h.

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


Member Function Documentation

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

Definition at line 152 of file multi_grid_octree_data.h.

References idx.

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

Definition at line 151 of file multi_grid_octree_data.h.

References idx.


Member Data Documentation

int pcl::poisson::SortedTreeNodes::EdgeIndices::idx[pcl::poisson::Cube::EDGES]

Definition at line 149 of file multi_grid_octree_data.h.

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends