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

Method IsInsideSurface

Filters/Modeling/vtkSelectEnclosedPoints.cxx:295–302  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

293
294//------------------------------------------------------------------------------
295int vtkSelectEnclosedPoints::IsInsideSurface(double x, double y, double z)
296{
297 double xyz[3];
298 xyz[0] = x;
299 xyz[1] = y;
300 xyz[2] = z;
301 return this->IsInsideSurface(xyz);
302}
303
304//------------------------------------------------------------------------------
305// This is done to preserve backward compatibility. However it is not thread

Callers

nothing calls this directly

Calls 9

FindCellsAlongLineMethod · 0.80
NormEnum · 0.50
absFunction · 0.50
GetValueMethod · 0.45
GetNumberOfIdsMethod · 0.45
ResetMethod · 0.45
GetCellMethod · 0.45
GetIdMethod · 0.45
IntersectWithLineMethod · 0.45

Tested by

no test coverage detected