Skip to content

ArrayHandleMultiplexer

Kenneth Moreland requested to merge kmorel/vtk-m:array-handle-multiplexer into master

Add the ArrayHandleMultiplexer class. This class allows you to use an ArrayHandle of an unknown storage. It does not require any virtual methods and when 2 are used together you do not need to compile in every possible combination.

Edited by Kenneth Moreland

Merge request reports