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

Method getNeighbor

SPlisHSPlasH/Simulation.h:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 }
460
461 FORCE_INLINE unsigned int getNeighbor(const unsigned int pointSetIndex, const unsigned int neighborPointSetIndex, const unsigned int index, const unsigned int k) const
462 {
463 return m_neighborhoodSearch->point_set(pointSetIndex).neighbor(neighborPointSetIndex, index, k);
464 }
465
466 FORCE_INLINE const unsigned int * getNeighborList(const unsigned int pointSetIndex, const unsigned int neighborPointSetIndex, const unsigned int index) const
467 {

Callers 5

matrixFreeRHSMethod · 0.45
initValuesMethod · 0.45
initValuesMethod · 0.45
initValuesMethod · 0.45
initValuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected