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

Function copy

Filters/ParallelFlowPaths/Testing/Cxx/TestPStreamGeometry.cxx:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace Vec3
22{
23void copy(double* src, double* dst)
24{
25 src[0] = dst[0];
26 src[1] = dst[1];
27 src[2] = dst[2];
28}
29};
30
31inline double ComputeLength(vtkIdList* poly, vtkPoints* pts)

Callers 15

ComputeLengthFunction · 0.70
operator()Method · 0.50
GetTimeStepValuesMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50
StructuredExecuteMethod · 0.50
RequestDataMethod · 0.50
RequestInformationMethod · 0.50
ReduceMethod · 0.50
CentroidMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected