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

Function getNeighbor

Tools/MeshSkinning/main.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109unsigned int getNeighbor(const unsigned int pointSetIndex, const unsigned int index, const unsigned int k)
110{
111 return neighborhoodSearch->point_set(0).neighbor(pointSetIndex, index, k);
112}
113
114namespace std {
115std::ostream& operator << (std::ostream& out, const Vector3r& r)

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