From 33693f32b6171e51a5171b110dae4a4460468a34 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 4 May 2022 18:39:59 +0200 Subject: [PATCH] ENH: wrapped IOField, IOList, IOmapDistributePolyMesh - Uses a refPtr to reference external content. Useful (for example) when writing data without copying. Reading into external locations is not implemented (no current requirement for that). * IOFieldRef -> IOField * IOListRef -> IOList * IOmapDistributePolyMeshRef -> IOmapDistributePolyMesh Eg, labelList addressing = ...; io.rename("cellProcAddressing"); IOListRef