IOLink 1.16.1
Loading...
Searching...
No Matches
Deprecated List
Member iolink::ExtensionProvider::toParallelAccess (std::shared_ptr< Extension > extension)
Deprecated in 1.14, will be dropped in 2.0. Use instead std::shared_ptr<ParallelAccessExtension> View::extension<ParallelAccessExtension>()
Member iolink::ExtensionProvider::toTilingInfo (std::shared_ptr< Extension > extension)
Deprecated in 1.14, will be dropped in 2.0. Use instead std::shared_ptr<TilingInfoExtension> View::extension<TilingInfoExtension>()
Member iolink::ExtensionProvider::toViewOrigin (std::shared_ptr< Extension > extension)
Deprecated in 1.14, will be dropped in 2.0. Use instead std::shared_ptr<ViewOriginExtension> View::extension<ViewOriginExtension>()
Member iolink::Indexer::Indexer (const VectorXu64 &shape, const VectorXu64 &stride, const VectorXu64 &layout)
Deprecated in 1.8, will be dropped in 2.0, you should use a constructor that specifies the data type instead. e.g. Indexer(const VectorXu64& shape, DataType dtype, const VectorXu64& byteStride, const VectorXu64& layout)
Member iolink::Indexer::Indexer (const VectorXu64 &shape, const VectorXu64 &stride, MemoryLayout standardLayout)
Deprecated in 1.8, will be dropped in 2.0, you should use a constructor that specifies the data type instead. e.g. Indexer(const VectorXu64& shape, DataType dtype, const VectorXu64& byteStride, const VectorXu64& layout)
Member iolink::Indexer::Indexer (const VectorXu64 &shape, const VectorXu64 &layout)
Deprecated in 1.8, will be dropped in 2.0, you should use a constructor that specifies the data type instead. e.g. Indexer(const VectorXu64& shape, DataType dtype, const VectorXu64& byteStride, const VectorXu64& layout)
Member iolink::Indexer::Indexer (const VectorXu64 &shape, MemoryLayout standardLayout)
Deprecated in 1.8, will be dropped in 2.0, you should use a constructor that specifies the data type instead. e.g. Indexer(const VectorXu64& shape, DataType dtype, MemoryLayout standardLayout)
Member iolink::Indexer::Indexer (const VectorXu64 &shape)
Deprecated in 1.8, will be dropped in 2.0, you should use a constructor that specifies the data type instead. e.g. Indexer(const VectorXu64& shape, DataType dtype)
Member iolink::Indexer::offset (const VectorXu64 &index) const
Deprecated in 1.8, will be dropped in 2.0, you should use the byteOffset method instead.
Member iolink::Indexer::stride () const
Deprecated in 1.8, will be dropped in 2.0, you should use the byteStride method instead.
Member iolink::Indexer::stride (size_t index) const
Deprecated in 1.8, will be dropped in 2.0, you should use the byteStride method instead.
Member iolink::RegionCopier::RegionCopier (const Indexer &srcIndexer, const Indexer &dstIndexer, const VectorXu64 &srcOrigin, const VectorXu64 &dstOrigin, const VectorXu64 &regionSize, DataType dataType)
Deprecated in 1.14, will be dropped in 2.0. Use instead RegionCopier(const Indexer& srcIndexer, const Indexer & dstIndexer, const VectorXu64 & srcOrigin, const VectorXu64 & dstOrigin, const VectorXu64 & regionSize)
Member iolink::RegionCopier::RegionCopier (const Indexer &srcindexer, const RegionXu64 &srcRegion, DataType dataType)
Deprecated in 1.14, will be dropped in 2.0. Use instead RegionCopier(const Indexer& srcindexer, const RegionXu64& srcRegion)
Member iolink::RegionCopier::RegionCopier (const RegionXu64 &dstRegion, const Indexer &dstIndexer, DataType dataType)
Deprecated in 1.14, will be dropped in 2.0. Use instead RegionCopier(const RegionXu64& dstRegion, const Indexer& dstIndexer)