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

#include <GenericOctreePublic.h>

Public Member Functions

 FOctreeElementId ()
 
bool IsValidId () const
 

Private Member Functions

 FOctreeElementId (const void *InNode, int32 InElementIndex)
 
 operator int32 () const
 

Private Attributes

const voidNode
 
int32 ElementIndex
 

Friends

template<typename , typename >
class TOctree_DEPRECATED
 

Detailed Description

An identifier for an element in the octree.

Definition at line 59 of file GenericOctreePublic.h.

Constructor & Destructor Documentation

◆ FOctreeElementId() [1/2]

FOctreeElementId::FOctreeElementId ( )
inline

Default constructor.

Definition at line 67 of file GenericOctreePublic.h.

◆ FOctreeElementId() [2/2]

FOctreeElementId::FOctreeElementId ( const void * InNode,
int32 InElementIndex )
inlineprivate

Initialization constructor.

Definition at line 87 of file GenericOctreePublic.h.

Member Function Documentation

◆ IsValidId()

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

Definition at line 73 of file GenericOctreePublic.h.

◆ operator int32()

FOctreeElementId::operator int32 ( ) const
inlineprivate

Implicit conversion to the element index.

Definition at line 93 of file GenericOctreePublic.h.

Friends And Related Symbol Documentation

◆ TOctree_DEPRECATED

Definition at line 64 of file GenericOctreePublic.h.

Member Data Documentation

◆ ElementIndex

int32 FOctreeElementId::ElementIndex
private

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

Definition at line 84 of file GenericOctreePublic.h.

◆ Node

const void* FOctreeElementId::Node
private

The node the element is in.

Definition at line 81 of file GenericOctreePublic.h.


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