![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cOctreeObject.h>
Public Member Functions | |
cOctreeObject () noexcept | |
virtual | ~cOctreeObject () |
void | DetachFromSpatialTree () |
virtual void | TestTree (const ISpatialTest *pTree) const override |
![]() | |
cSpatialObject () noexcept | |
virtual | ~cSpatialObject () |
const cSpheref & | get_BoundSphere () const noexcept |
const cVector3f & | get_CenterPos () const noexcept |
float | get_Radius () const noexcept |
![]() | |
cOctreeObject * | get_Next () const |
cOctreeObject * | get_Prev () const |
![]() | |
virtual | ~cListNodeBase () |
cListBase * | get_Parent () const noexcept |
cListNodeBase * | get_Next () const noexcept |
cListNodeBase * | get_Prev () const noexcept |
bool | hasParent () const noexcept |
void | RemoveFromParent () |
virtual HRESULT | DisposeThis () |
![]() | |
cHeapObject () | |
virtual | ~cHeapObject () |
bool | IsValidInsideN (INT_PTR index) const |
bool | IsValidInsidePtr (void const *pTest) const |
virtual size_t | GetHeapStatsThis (OUT ITERATE_t &iAllocCount) const |
virtual bool | isValidCheck () const noexcept |
Public Attributes | |
int | m_iSpatialTestVal |
value for debug validation. More... | |
![]() | |
cSpheref | m_s |
set coords from AddToOctree More... | |
Additional Inherited Members | |
![]() | |
virtual void | put_Parent (cListBase *pParent) |
cListNodeBase () noexcept | |
![]() | |
const void * | get_HeapPtr () const noexcept override |
Get the top level (outermost, freeable) class pointer. I can delete get_HeapPtr(). More... | |
base class for an object in the cOctree. contained in a list by cOctreeNode
|
inlinenoexcept |
|
inlinevirtual |
ASSERT already removed from tree/node.
void Gray3D::cOctreeObject::DetachFromSpatialTree | ( | ) |
|
overridevirtual |
Reimplemented from Gray3D::cSpatialObject.
int Gray3D::cOctreeObject::m_iSpatialTestVal |
value for debug validation.