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

Function MakeVectorMatchingProcessor

Testing/Core/vtkTestUtilities.cxx:333–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331//----------------------------------------------------------------------------
332template <class DeciderT, class AborterT>
333VectorMatchingProcessor<DeciderT&, AborterT&> MakeVectorMatchingProcessor(
334 double toleranceFactor, DeciderT& decider, AborterT& aborter)
335{
336 return VectorMatchingProcessor<DeciderT&, AborterT&>(toleranceFactor, decider, aborter);
337}
338
339//============================================================================
340template <int N, class ArrayT1, class ArrayT2, class ArrayMapperT1, class ArrayMapperT2,

Callers 3

operator()Method · 0.85
TestAbstractArrayFunction · 0.85
DataSetPointMapperMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected