Public Attributes | |
vuNormalBlock * | m_data |
pointer to the normal block stored by this node of the list | |
BList * | m_next |
pointer to the next element of the list |
This will store a ptr to a block and a ptr to the next element of the list.
very minimal..., it's really a node, not a list.
Definition at line 10 of file vuNormalTable.cpp.
|
pointer to the normal block stored by this node of the list
Definition at line 14 of file vuNormalTable.cpp. Referenced by vuNormalTable::computeTable(). |
|
pointer to the next element of the list
Definition at line 16 of file vuNormalTable.cpp. Referenced by vuNormalTable::computeTable(). |