#include <vlneighborhood_3d.h>
Inheritance diagram for vlNeighborhood3D:

Public Member Functions | |
| vlNeighborhood3D (uint16 count=6) | |
| Default constructor. | |
| ~vlNeighborhood3D () | |
To create this neighborhood, just call the constructor with the count that you need. The count can only have three possible values : 6, 18 or 26.
Definition at line 44 of file vlneighborhood_3d.h.
|
|
Takes count as argument. Count is the number of neighbors to consider. It can only be 6, 18 or 26. Definition at line 29 of file vlneighborhood_3d.cpp. References vlNeighborhood::m_offsets. |
|
|
Definition at line 73 of file vlneighborhood_3d.cpp. |
1.3.3