![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <MultiGridOctreeData.h>
Public Member Functions | |
| template<class TreeNodeData > | |
| int | index (const OctNode< TreeNodeData > *node) const |
| void | resize (size_t sz) |
| void | remapIndices (const std::vector< int > &map) |
Public Attributes | |
| std::vector< int > | indices |
| std::vector< Data > | data |
Definition at line 245 of file MultiGridOctreeData.h.
|
inline |
Definition at line 250 of file MultiGridOctreeData.h.
References SparseNodeData< Data, Degree >::indices, OctNode< NodeData >::nodeData, and TreeNodeData::nodeIndex.
|
inline |
Definition at line 255 of file MultiGridOctreeData.h.
References SparseNodeData< Data, Degree >::indices.
|
inline |
Definition at line 254 of file MultiGridOctreeData.h.
References SparseNodeData< Data, Degree >::indices.
| std::vector< Data > SparseNodeData< Data, Degree >::data |
Definition at line 248 of file MultiGridOctreeData.h.
| std::vector< int > SparseNodeData< Data, Degree >::indices |
Definition at line 247 of file MultiGridOctreeData.h.
Referenced by SparseNodeData< Data, Degree >::index(), SparseNodeData< Data, Degree >::remapIndices(), and SparseNodeData< Data, Degree >::resize().