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

Function numberOfNeighbors

Tools/MeshSkinning/main.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104unsigned int numberOfNeighbors(const unsigned int pointSetIndex, const unsigned int index)
105{
106 return static_cast<unsigned int>(neighborhoodSearch->point_set(0).n_neighbors(pointSetIndex, index));
107}
108
109unsigned int getNeighbor(const unsigned int pointSetIndex, const unsigned int index, const unsigned int k)
110{

Callers 8

initFunction · 0.70
computePressureMethod · 0.50
computeCohesionMethod · 0.50
computeNormalsMethod · 0.50
computeDensitiesMethod · 0.50
computeDFSPHFactorMethod · 0.50
stepMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected