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

Function numberOfNeighbors

Tools/FoamGenerator/main.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134inline unsigned int numberOfNeighbors(const unsigned int pointSetIndex, const unsigned int index)
135{
136 return static_cast<unsigned int>(neighborhoodSearch->point_set(0).n_neighbors(pointSetIndex, index));
137}
138
139inline unsigned int getNeighbor(const unsigned int pointSetIndex, const unsigned int index, const unsigned int k)
140{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected