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

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

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

◆ CornerTableData()

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

Definition at line 132 of file multi_grid_octree_data.h.

References cCount.

◆ ~CornerTableData()

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

Definition at line 133 of file multi_grid_octree_data.h.

References clear().

Member Function Documentation

◆ clear()

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

Definition at line 134 of file multi_grid_octree_data.h.

References cCount, and cTable.

Referenced by ~CornerTableData().

◆ cornerIndices() [1/2]

SortedTreeNodes::CornerIndices & pcl::poisson::SortedTreeNodes::CornerTableData::cornerIndices ( const TreeOctNode node)

◆ cornerIndices() [2/2]

const SortedTreeNodes::CornerIndices & pcl::poisson::SortedTreeNodes::CornerTableData::cornerIndices ( const TreeOctNode node) const

◆ operator[]() [1/2]

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

◆ operator[]() [2/2]

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

Member Data Documentation

◆ cCount

int pcl::poisson::SortedTreeNodes::CornerTableData::cCount

◆ cTable

std::vector< CornerIndices > pcl::poisson::SortedTreeNodes::CornerTableData::cTable

◆ offsets

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

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