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

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

Inherited by pcl::poisson::Octree< Degree >::RootData.

List of all members.

Public Member Functions

 CornerTableData (void)
 ~CornerTableData (void)
void clear (void)
CornerIndicesoperator[] (const TreeOctNode *node)
const CornerIndicesoperator[] (const TreeOctNode *node) const
CornerIndicescornerIndices (const TreeOctNode *node)
const CornerIndicescornerIndices (const TreeOctNode *node) const

Public Attributes

int cCount
std::vector< CornerIndicescTable
std::vector< int > offsets

Detailed Description

Definition at line 130 of file multi_grid_octree_data.h.


Constructor & Destructor Documentation

Definition at line 132 of file multi_grid_octree_data.h.

References cCount.

Definition at line 133 of file multi_grid_octree_data.h.

References clear().


Member Function Documentation

Definition at line 134 of file multi_grid_octree_data.h.

References cCount, and cTable.

Referenced by ~CornerTableData().

SortedTreeNodes::CornerIndices & pcl::poisson::SortedTreeNodes::CornerTableData::operator[] ( const TreeOctNode node)
const SortedTreeNodes::CornerIndices & pcl::poisson::SortedTreeNodes::CornerTableData::operator[] ( const TreeOctNode node) const

Member Data Documentation


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