ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
OctNode< NodeData >::ConstNeighbors< Width > Struct Template Reference

#include <Octree.h>

Collaboration diagram for OctNode< NodeData >::ConstNeighbors< Width >:

Public Member Functions

 ConstNeighbors (void)
 
void clear (void)
 

Public Attributes

const OctNodeneighbors [Width][Width][Width]
 

Detailed Description

template<class NodeData>
template<unsigned int Width>
struct OctNode< NodeData >::ConstNeighbors< Width >

Definition at line 123 of file Octree.h.

Constructor & Destructor Documentation

◆ ConstNeighbors()

template<class NodeData >
template<unsigned int Width>
OctNode< NodeData >::ConstNeighbors< Width >::ConstNeighbors ( void  )

Member Function Documentation

◆ clear()

template<class NodeData >
template<unsigned int Width>
void OctNode< NodeData >::ConstNeighbors< Width >::clear ( void  )

Member Data Documentation

◆ neighbors

template<class NodeData >
template<unsigned int Width>
const OctNode* OctNode< NodeData >::ConstNeighbors< Width >::neighbors[Width][Width][Width]

Definition at line 125 of file Octree.h.


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