ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
SortedTreeNodes::_Indices< Indices > Struct Template Reference

#include <MultiGridOctreeData.h>

Public Member Functions

 _Indices (void)
 
int & operator[] (int i)
 
const int & operator[] (int i) const
 

Public Attributes

int idx [Indices]
 

Detailed Description

template<int Indices>
struct SortedTreeNodes::_Indices< Indices >

Definition at line 158 of file MultiGridOctreeData.h.

Constructor & Destructor Documentation

◆ _Indices()

template<int Indices>
SortedTreeNodes::_Indices< Indices >::_Indices ( void  )
inline

Definition at line 161 of file MultiGridOctreeData.h.

References SortedTreeNodes::_Indices< Indices >::idx.

Member Function Documentation

◆ operator[]() [1/2]

template<int Indices>
int& SortedTreeNodes::_Indices< Indices >::operator[] ( int  i)
inline

Definition at line 162 of file MultiGridOctreeData.h.

References SortedTreeNodes::_Indices< Indices >::idx.

◆ operator[]() [2/2]

template<int Indices>
const int& SortedTreeNodes::_Indices< Indices >::operator[] ( int  i) const
inline

Definition at line 163 of file MultiGridOctreeData.h.

References SortedTreeNodes::_Indices< Indices >::idx.

Member Data Documentation

◆ idx

template<int Indices>
int SortedTreeNodes::_Indices< Indices >::idx[Indices]

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