vtk-m/vtkm/cont/internal
Kenneth Moreland 5250c28ff2 Swap call pattern of ArrayHandle::DeepCopy
The new method `ArrayHandle::DeepCopy` had the pattern such that the
data in the `this` array was pushed to the provided destination array.
However, this is the opposite pattern used in the equivalent method in
VTK, which takes the data from the provided array and copies it to
`this` array.

So, swap the pattern to match that of VTK. Also, make the method name
more descriptive by renaming it to `DeepCopyFrom`. Hopefully, users will
read that to mean given the `ArrayHandle`, you copy data from the other
provided `ArrayHandle`.
2020-09-01 10:08:06 -06:00
..
testing Swap call pattern of ArrayHandle::DeepCopy 2020-09-01 10:08:06 -06:00
ArrayHandleExecutionManager.h Support using Token calling PrepareForExecution in ExecutionObject 2020-02-25 07:41:39 -07:00
ArrayManagerExecution.h Replace basic ArrayHandle implementation to use Buffers 2020-06-25 14:02:26 -06:00
ArrayManagerExecutionShareWithControl.h Replace basic ArrayHandle implementation to use Buffers 2020-06-25 14:02:26 -06:00
ArrayPortalCheck.h Fix warnings 2020-08-12 13:55:24 -04:00
ArrayPortalFromIterators.h Remove Set method from const ArrayPortalFromIterators specialization... 2020-05-05 13:55:54 -04:00
ArrayTransfer.h Support using Token calling PrepareForExecution in ExecutionObject 2020-02-25 07:41:39 -07:00
AtomicInterfaceControl.h Deprecate AtomicInterfaceControl and AtomicInterfaceExecution 2020-08-20 13:40:44 -06:00
AtomicInterfaceExecution.h Deprecate AtomicInterfaceControl and AtomicInterfaceExecution 2020-08-20 13:40:44 -06:00
Buffer.cxx Swap call pattern of ArrayHandle::DeepCopy 2020-09-01 10:08:06 -06:00
Buffer.h Swap call pattern of ArrayHandle::DeepCopy 2020-09-01 10:08:06 -06:00
CastInvalidValue.h Enable setting invalid value in probe filter 2020-06-03 15:29:37 -06:00
CMakeLists.txt Add Kokkos backend 2020-08-12 13:55:24 -04:00
ConnectivityExplicitInternals.h Convert execution preparation to use tokens 2020-02-25 09:39:19 -07:00
DefaultTypesVTK.h.in adding CellSetExtrude to DefaultTypesVTK 2020-07-08 14:51:41 -04:00
DeviceAdapterAlgorithmGeneral.h Store the number of bits of a BitField in the Buffer's metadata 2020-08-24 17:09:30 -06:00
DeviceAdapterListHelpers.h Remove instances of ListTag in favor of List 2019-12-06 21:32:36 -07:00
DeviceAdapterMemoryManager.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
DeviceAdapterMemoryManager.h Allow VTK-m Buffer to have ownership transferred 2020-08-06 10:31:57 -04:00
DeviceAdapterMemoryManagerShared.cxx Pin user provided memory in ArrayHandle 2020-06-25 14:02:46 -06:00
DeviceAdapterMemoryManagerShared.h Pin user provided memory in ArrayHandle 2020-06-25 14:02:46 -06:00
FunctorsGeneral.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
IteratorFromArrayPortal.h Make ArrayPortalWrapper more tolerant of host objects 2020-02-26 13:10:51 -07:00
KXSort.h conslidate the license statement 2019-04-17 10:57:13 -06:00
OptionParser.h silenced doxygen unsupported c++ syntax 2020-03-23 19:55:46 -04:00
ParallelRadixSort.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
ParallelRadixSortInterface.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
ReverseConnectivityBuilder.h Convert execution preparation to use tokens 2020-02-25 09:39:19 -07:00
StorageError.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TransferInfo.cxx TransferInfo doesn't leak when holding VirtualObjectTransferShareWithControl 2019-04-29 15:51:19 -04:00
TransferInfo.h Release locks in ArrayHandleVirtual control portals 2020-03-09 15:53:38 -06:00
VariantArrayHandleContainer.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
VariantArrayHandleContainer.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
VirtualObjectTransfer.cxx Some classes should be exported 2019-04-25 09:50:49 -04:00
VirtualObjectTransfer.h Back out of passing a token when transfering virtual objects 2020-02-25 09:39:29 -07:00
VirtualObjectTransferInstantiate.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
VirtualObjectTransferShareWithControl.h conslidate the license statement 2019-04-17 10:57:13 -06:00