Workspace 6.21.5
Public Member Functions | Public Attributes | List of all members
OctreeItem< ItemType > Class Template Reference

#include <Mesh/DataStructures/octree.h>

Public Member Functions

 OctreeItem ()
 
 OctreeItem (const ItemType &item)
 

Public Attributes

ItemType item_
 
OctreeIndex nextItem_
 

Detailed Description

template<typename ItemType>
class CSIRO::Mesh::OctreeItem< ItemType >

An entry in the linked list of items stored at a given node

Constructor & Destructor Documentation

◆ OctreeItem() [1/2]

OctreeItem ( )
inline

◆ OctreeItem() [2/2]

OctreeItem ( const ItemType &  item)
inline

Member Data Documentation

◆ item_

ItemType item_

◆ nextItem_

OctreeIndex nextItem_