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

Function InitBB

Filters/ParallelFlowPaths/vtkPStreamTracer.cxx:174–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172};
173
174inline void InitBB(double* Bounds)
175{
176 Bounds[0] = DBL_MAX;
177 Bounds[1] = -DBL_MAX;
178 Bounds[2] = DBL_MAX;
179 Bounds[3] = -DBL_MAX;
180 Bounds[4] = DBL_MAX;
181 Bounds[5] = -DBL_MAX;
182}
183
184inline bool InBB(const double* x, const double* bounds)
185{

Callers 1

InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected