Ark Server API (ASA) - Wiki
|
#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 void * | Node |
int32 | ElementIndex |
Friends | |
template<typename , typename > | |
class | TOctree_DEPRECATED |
An identifier for an element in the octree.
Definition at line 59 of file GenericOctreePublic.h.
|
inline |
Default constructor.
Definition at line 67 of file GenericOctreePublic.h.
Initialization constructor.
Definition at line 87 of file GenericOctreePublic.h.
|
inline |
Definition at line 73 of file GenericOctreePublic.h.
|
inlineprivate |
Implicit conversion to the element index.
Definition at line 93 of file GenericOctreePublic.h.
|
friend |
Definition at line 64 of file GenericOctreePublic.h.
|
private |
The index of the element in the node's element array.
Definition at line 84 of file GenericOctreePublic.h.
The node the element is in.
Definition at line 81 of file GenericOctreePublic.h.