Ark Server API (ASA) - Wiki
|
#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 |
An identifier for an element in the octree.
Definition at line 14 of file GenericOctreePublic.h.
|
inline |
Default constructor.
Definition at line 22 of file GenericOctreePublic.h.
Initialization constructor.
Definition at line 44 of file GenericOctreePublic.h.
|
inline |
Definition at line 33 of file GenericOctreePublic.h.
|
inline |
Definition at line 28 of file GenericOctreePublic.h.
|
inlineprivate |
Implicit conversion to the element index.
Definition at line 50 of file GenericOctreePublic.h.
Definition at line 19 of file GenericOctreePublic.h.
|
private |
The index of the element in the node's element array.
Definition at line 41 of file GenericOctreePublic.h.
|
private |
The node the element is in.
Definition at line 38 of file GenericOctreePublic.h.