- Class ioda::detail::Variable_Base< Variable_Implementation >
- Need to add a virtual resize function.
- Member ioda::detail::Variable_Base< Variable_Implementation >::read (std::vector< DataType > &data, const Selection &mem_selection=Selection::all, const Selection &file_selection=Selection::all) const
- Resize only if needed, and resize to the proper extent depending on mem_selection and file_selection.
- Member ioda::detail::Variable_Base< Variable_Implementation >::read (std::valarray< DataType > &data, const Selection &mem_selection=Selection::all, const Selection &file_selection=Selection::all) const
- Resize only if needed, and resize to the proper extent depending on mem_selection and file_selection.
- Member ioda::detail::Variable_Base< Variable_Implementation >::readAsVector (const Selection &mem_selection=Selection::all, const Selection &file_selection=Selection::all) const
- Get correct size based on selection operands.
- Member ioda::detail::Variable_Base< Variable_Implementation >::readWithEigenRegular (EigenClass &res, const Selection &mem_selection=Selection::all, const Selection &file_selection=Selection::all) const
- Resize only if needed, and resize to the proper extent depending on mem_selection and file_selection.