#include <UT_HashGrid.h>
Public Member Functions | |
| UT_HashGridCell () | |
| UT_HashGridCell (int i, int j, int k, int index) | |
| virtual | ~UT_HashGridCell () |
Public Attributes | |
| UT_PtrArray< utPtr > | myElements |
| UT_IntArray | myIndices |
| int | myXindex |
| int | myYindex |
| int | myZindex |
| int | myIL |
| int | myIR |
| int | myJL |
| int | myJR |
| int | myKL |
| int | myKR |
| int | myIndex |
| int | myNumEntries |
Definition at line 41 of file UT_HashGrid.h.
| UT_HashGridCell< utPtr >::UT_HashGridCell | ( | ) | [inline] |
Definition at line 43 of file UT_HashGrid.h.
| UT_HashGridCell< utPtr >::UT_HashGridCell | ( | int | i, | |
| int | j, | |||
| int | k, | |||
| int | index | |||
| ) | [inline] |
Definition at line 44 of file UT_HashGrid.h.
| virtual UT_HashGridCell< utPtr >::~UT_HashGridCell | ( | ) | [inline, virtual] |
Definition at line 97 of file UT_HashGrid.h.
| UT_PtrArray<utPtr> UT_HashGridCell< utPtr >::myElements |
Definition at line 99 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myIL |
Definition at line 106 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myIndex |
Definition at line 110 of file UT_HashGrid.h.
| UT_IntArray UT_HashGridCell< utPtr >::myIndices |
Definition at line 100 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myIR |
Definition at line 106 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myJL |
Definition at line 107 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myJR |
Definition at line 107 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myKL |
Definition at line 108 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myKR |
Definition at line 108 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myNumEntries |
Definition at line 112 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myXindex |
Definition at line 102 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myYindex |
Definition at line 103 of file UT_HashGrid.h.
| int UT_HashGridCell< utPtr >::myZindex |
Definition at line 104 of file UT_HashGrid.h.
1.5.9