@@ -47,31 +47,31 @@ class SCISHARE DataIOAlgo : public AlgorithmBase {
4747
4848#ifdef SCIRUN4_CODE_TO_BE_ENABLED_LATER
4949 bool ReadField (const std::string& filename, FieldHandle& field, const std::string& importer = " " );
50- bool WriteField (const std::string& filename, FieldHandle& field, const std::string& exporter = " " );
50+ bool WriteField (const std::string& filename, FieldHandle field, const std::string& exporter = " " );
5151
5252 bool ReadMatrix (const std::string& filename, Datatypes::MatrixHandle& matrix, const std::string& importer = " " );
53- bool WriteMatrix (const std::string& filename, Datatypes::MatrixHandle& matrix, const std::string& exporter = " " );
53+ bool WriteMatrix (const std::string& filename, Datatypes::MatrixHandle matrix, const std::string& exporter = " " );
5454#endif
5555
5656 bool ReadNrrd (const std::string& filename, NrrdDataHandle& nrrd, const std::string& importer = " " );
57- bool WriteNrrd (const std::string& filename, NrrdDataHandle& nrrd, const std::string& exporter = " " );
57+ bool WriteNrrd (const std::string& filename, NrrdDataHandle nrrd, const std::string& exporter = " " );
5858
5959#ifdef SCIRUN4_CODE_TO_BE_ENABLED_LATER
6060 bool ReadBundle (const std::string& filename, Datatypes::BundleHandle& bundle, const std::string& importer = " " );
61- bool WriteBundle (const std::string& filename, Datatypes::BundleHandle& bundle, const std::string& exporter = " " );
61+ bool WriteBundle (const std::string& filename, Datatypes::BundleHandle bundle, const std::string& exporter = " " );
6262
6363 bool ReadColorMap (const std::string& filename, Datatypes::ColorMapHandle& colorMap, const std::string& importer = " " );
64- bool WriteColorMap (const std::string& filename, Datatypes::ColorMapHandle& colorMap, const std::string& exporter = " " );
64+ bool WriteColorMap (const std::string& filename, Datatypes::ColorMapHandle colorMap, const std::string& exporter = " " );
6565#endif
6666
6767 virtual AlgorithmOutput run_generic (const AlgorithmInput& input) const override ;
6868
6969#ifdef SCIRUN4_CODE_TO_BE_ENABLED_LATER
7070 bool ReadColorMap2 (const std::string& filename, ColorMap2Handle& colorMap2, const std::string& importer = " " );
71- bool WriteColorMap2 (const std::string& filename, ColorMap2Handle& colorMap2, const std::string& exporter = " " );
71+ bool WriteColorMap2 (const std::string& filename, ColorMap2Handle colorMap2, const std::string& exporter = " " );
7272
7373 bool ReadPath (const std::string& filename, PathHandle& path, const std::string& importer = " " );
74- bool WritePath (const std::string& filename, PathHandle& path, const std::string& exporter = " " );
74+ bool WritePath (const std::string& filename, PathHandle path, const std::string& exporter = " " );
7575#endif
7676private:
7777 Core::Logging::LoggerHandle pr_;
0 commit comments