Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FOctreeElementId2 Class Reference

#include <GenericOctreePublic.h>

Public Member Functions

 FOctreeElementId2 ()
 
bool IsValidId () const
 
uint32 GetNodeIndex () const
 

Private Member Functions

 FOctreeElementId2 (uint32 InNodeIndex, int32 InElementIndex)
 
 operator int32 () const
 

Private Attributes

uint32 NodeIndex
 
int32 ElementIndex
 

Friends

template<typename , typename >
class TOctree2
 

Detailed Description

An identifier for an element in the octree.

Definition at line 14 of file GenericOctreePublic.h.

Constructor & Destructor Documentation

◆ FOctreeElementId2() [1/2]

FOctreeElementId2::FOctreeElementId2 ( )
inline

Default constructor.

Definition at line 22 of file GenericOctreePublic.h.

◆ FOctreeElementId2() [2/2]

FOctreeElementId2::FOctreeElementId2 ( uint32 InNodeIndex,
int32 InElementIndex )
inlineprivate

Initialization constructor.

Definition at line 44 of file GenericOctreePublic.h.

Member Function Documentation

◆ GetNodeIndex()

uint32 FOctreeElementId2::GetNodeIndex ( ) const
inline

Definition at line 33 of file GenericOctreePublic.h.

◆ IsValidId()

bool FOctreeElementId2::IsValidId ( ) const
inline
Returns
a boolean value representing whether the id is NULL.

Definition at line 28 of file GenericOctreePublic.h.

◆ operator int32()

FOctreeElementId2::operator int32 ( ) const
inlineprivate

Implicit conversion to the element index.

Definition at line 50 of file GenericOctreePublic.h.

Friends And Related Symbol Documentation

◆ TOctree2

template<typename , typename >
friend class TOctree2
friend

Definition at line 19 of file GenericOctreePublic.h.

Member Data Documentation

◆ ElementIndex

int32 FOctreeElementId2::ElementIndex
private

The index of the element in the node's element array.

Definition at line 41 of file GenericOctreePublic.h.

◆ NodeIndex

uint32 FOctreeElementId2::NodeIndex
private

The node the element is in.

Definition at line 38 of file GenericOctreePublic.h.


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