#include <bfxpixop.h>
Inheritance diagram for OctreeElement:
Public Member Functions | |
OctreeElement () | |
~OctreeElement () | |
Public Attributes | |
INT32 | Depth |
INT32 | R |
INT32 | G |
INT32 | B |
INT32 | Index |
INT32 | Pixels |
INT32 | NumChildren |
OctreeElement * | pChildren [8] |
OctreeElement * | pParent |
OctreeElement * | pListNext |
OctreeElement * | pListPrev |
Definition at line 529 of file bfxpixop.h.
|
Definition at line 533 of file bfxpixop.h. 00533 { pParent=pListNext=pListPrev=NULL; for (INT32 c=0; c<8; c++) pChildren[c]=NULL; 00534 Pixels=Depth=R=G=B=NumChildren=0;Index=-1;};
|
|
Definition at line 535 of file bfxpixop.h. 00535 { 00536 for (INT32 c=0; c<8; c++) if (pChildren[c]) 00537 { 00538 delete (pChildren[c]); 00539 pChildren[c]=NULL; 00540 } 00541 pParent=pListNext=pListPrev=NULL;Pixels=Depth=R=G=B=NumChildren=0;Index=-1; 00542 };
|
|
Definition at line 547 of file bfxpixop.h. |
|
Definition at line 542 of file bfxpixop.h. |
|
Definition at line 546 of file bfxpixop.h. |
|
Definition at line 548 of file bfxpixop.h. |
|
Definition at line 550 of file bfxpixop.h. |
|
Definition at line 551 of file bfxpixop.h. |
|
Definition at line 549 of file bfxpixop.h. |
|
Definition at line 553 of file bfxpixop.h. |
|
Definition at line 554 of file bfxpixop.h. |
|
Definition at line 552 of file bfxpixop.h. |
|
Definition at line 545 of file bfxpixop.h. |