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

#include <Octree.h>

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

Public Member Functions

 Neighbors (void)
 
void clear (void)
 

Public Attributes

OctNodeneighbors [Width][Width][Width]
 

Detailed Description

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

Definition at line 116 of file Octree.h.

Constructor & Destructor Documentation

◆ Neighbors()

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

Member Function Documentation

◆ clear()

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

Member Data Documentation

◆ neighbors

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

Definition at line 118 of file Octree.h.


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