Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::DataReaderType< T > Member List

This is the complete list of members for inviwo::DataReaderType< T >, including all inherited members.

addExtension(FileExtension ext) (defined in inviwo::DataReader)inviwo::DataReader
checkExists(const std::filesystem::path &path) constinviwo::DataReaderprotected
clone() const override=0 (defined in inviwo::DataReaderType< T >)inviwo::DataReaderType< T >pure virtual
DataReader()=default (defined in inviwo::DataReader)inviwo::DataReader
DataReader(const DataReader &rhs)=default (defined in inviwo::DataReader)inviwo::DataReader
DataReader(DataReader &&rhs) noexcept=default (defined in inviwo::DataReader)inviwo::DataReader
DataReaderType()=default (defined in inviwo::DataReaderType< T >)inviwo::DataReaderType< T >
DataReaderType(const DataReaderType &rhs)=default (defined in inviwo::DataReaderType< T >)inviwo::DataReaderType< T >
DataReaderType(DataReaderType &&rhs) noexcept=default (defined in inviwo::DataReaderType< T >)inviwo::DataReaderType< T >
extensions_ (defined in inviwo::DataReader)inviwo::DataReaderprotected
getExtensions() const (defined in inviwo::DataReader)inviwo::DataReader
getOption(std::string_view key)inviwo::DataReaderinlinevirtual
open(const std::filesystem::path &path, std::ios_base::openmode mode=std::ios_base::in) constinviwo::DataReaderprotected
operator=(const DataReaderType &that)=default (defined in inviwo::DataReaderType< T >)inviwo::DataReaderType< T >
operator=(DataReaderType &&that) noexcept=default (defined in inviwo::DataReaderType< T >)inviwo::DataReaderType< T >
operator=(const DataReader &that)=default (defined in inviwo::DataReader)inviwo::DataReader
operator=(DataReader &&that) noexcept=default (defined in inviwo::DataReader)inviwo::DataReader
readData(const std::filesystem::path &filePath)=0 (defined in inviwo::DataReaderType< T >)inviwo::DataReaderType< T >pure virtual
readData(const std::filesystem::path &filePath, MetaDataOwner *)inviwo::DataReaderType< T >inlinevirtual
setOption(std::string_view key, std::any value)inviwo::DataReaderinlinevirtual
~DataReader()=default (defined in inviwo::DataReader)inviwo::DataReadervirtual
~DataReaderType() override=default (defined in inviwo::DataReaderType< T >)inviwo::DataReaderType< T >virtual