MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / getNeighbor

Function getNeighbor

Tools/FoamGenerator/main.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139inline unsigned int getNeighbor(const unsigned int pointSetIndex, const unsigned int index, const unsigned int k)
140{
141 return neighborhoodSearch->point_set(0).neighbor(pointSetIndex, index, k);
142}
143
144inline unsigned int numberOfNeighbors(const unsigned int pointSetIndex, const unsigned int index, const unsigned int neighborPointSetIndex)
145{

Callers 4

determineValuesFunction · 0.70
generateFoamFunction · 0.70
computeNormalsFunction · 0.70
computeDensitiesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected