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

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

Public Member Functions

 EdgeTableData (void)
 
 ~EdgeTableData (void)
 
void clear (void)
 
EdgeIndicesoperator[] (const TreeOctNode *node)
 
const EdgeIndicesoperator[] (const TreeOctNode *node) const
 
EdgeIndicesedgeIndices (const TreeOctNode *node)
 
const EdgeIndicesedgeIndices (const TreeOctNode *node) const
 

Public Attributes

int eCount
 
std::vector< EdgeIndiceseTable
 
std::vector< int > offsets
 

Detailed Description

Definition at line 154 of file multi_grid_octree_data.h.

Constructor & Destructor Documentation

◆ EdgeTableData()

pcl::poisson::SortedTreeNodes::EdgeTableData::EdgeTableData ( void  )
inline

Definition at line 156 of file multi_grid_octree_data.h.

References eCount.

◆ ~EdgeTableData()

pcl::poisson::SortedTreeNodes::EdgeTableData::~EdgeTableData ( void  )
inline

Definition at line 157 of file multi_grid_octree_data.h.

References clear().

Member Function Documentation

◆ clear()

void pcl::poisson::SortedTreeNodes::EdgeTableData::clear ( void  )
inline

Definition at line 158 of file multi_grid_octree_data.h.

References eCount, and eTable.

Referenced by ~EdgeTableData().

◆ edgeIndices() [1/2]

SortedTreeNodes::EdgeIndices & pcl::poisson::SortedTreeNodes::EdgeTableData::edgeIndices ( const TreeOctNode node)

◆ edgeIndices() [2/2]

const SortedTreeNodes::EdgeIndices & pcl::poisson::SortedTreeNodes::EdgeTableData::edgeIndices ( const TreeOctNode node) const

◆ operator[]() [1/2]

SortedTreeNodes::EdgeIndices & pcl::poisson::SortedTreeNodes::EdgeTableData::operator[] ( const TreeOctNode node)

◆ operator[]() [2/2]

const SortedTreeNodes::EdgeIndices & pcl::poisson::SortedTreeNodes::EdgeTableData::operator[] ( const TreeOctNode node) const

Member Data Documentation

◆ eCount

int pcl::poisson::SortedTreeNodes::EdgeTableData::eCount

◆ eTable

std::vector< EdgeIndices > pcl::poisson::SortedTreeNodes::EdgeTableData::eTable

Definition at line 164 of file multi_grid_octree_data.h.

Referenced by clear(), and pcl::poisson::SortedTreeNodes::setEdgeTable().

◆ offsets

std::vector< int > pcl::poisson::SortedTreeNodes::EdgeTableData::offsets

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