MCPcopy Create free account
hub / github.com/Kitware/VTK / InBB

Function InBB

Filters/ParallelFlowPaths/vtkPStreamTracer.cxx:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184inline bool InBB(const double* x, const double* bounds)
185{
186 constexpr double delta[3] = { 1e-6, 1e-6, 1e-6 };
187 return vtkMath::PointIsWithinBounds(x, bounds, delta);
188}
189
190inline void UpdateBB(double* a, const double* b)
191{

Callers 3

InCurrentProcessMethod · 0.85
FindNextProcessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected