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

Method getKernel

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

Source from the content-addressed store, hash-verified

370 void setBoundaryHandlingMethod(BoundaryHandlingMethods val) { m_boundaryHandlingMethod = (int) val; }
371
372 int getKernel() const { return m_kernelMethod; }
373 void setKernel(int val);
374 int getGradKernel() const { return m_gradKernelMethod; }
375 void setGradKernel(int val);

Callers 1

initDensityMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected