Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TOctree2< ElementType, OctreeSemantics >::FNode Struct Reference

Public Member Functions

bool IsLeaf () const
 

Public Attributes

FNodeIndex ChildNodes = INDEX_NONE
 
uint32 InclusiveNumElements = 0
 

Detailed Description

template<typename ElementType, typename OctreeSemantics>
struct TOctree2< ElementType, OctreeSemantics >::FNode

Definition at line 390 of file GenericOctree.h.

Member Function Documentation

◆ IsLeaf()

template<typename ElementType , typename OctreeSemantics >
bool TOctree2< ElementType, OctreeSemantics >::FNode::IsLeaf ( ) const
inline

Definition at line 395 of file GenericOctree.h.

Member Data Documentation

◆ ChildNodes

template<typename ElementType , typename OctreeSemantics >
FNodeIndex TOctree2< ElementType, OctreeSemantics >::FNode::ChildNodes = INDEX_NONE

Definition at line 392 of file GenericOctree.h.

◆ InclusiveNumElements

template<typename ElementType , typename OctreeSemantics >
uint32 TOctree2< ElementType, OctreeSemantics >::FNode::InclusiveNumElements = 0

Definition at line 393 of file GenericOctree.h.


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