Ciolink::ArrayX< T > | A multi dimensionnal array |
Ciolink::ConstMetadataNodeIterator | Class represents a const iterator on a list of Metadata nodes |
▼Ciolink::DataAccess | Parent interface of interfaces used to manipulate raw bytes |
Ciolink::RandomAccess | Interface representing a generic array-like accessor |
Ciolink::StreamAccess | Mother interface for all stream-like data accessors |
Ciolink::DataConverter | Handle conversion of data buffers described by an IOLink DataType |
Ciolink::DataFrameViewFactory | |
Ciolink::DataFrameViewProvider | |
Ciolink::DataStorage | Describes a data source, that manages and opens DataAccess instances |
Ciolink::DataType | Stores information about a data type |
Ciolink::DataTypeTraits< T > | |
Ciolink::DataTypeTraits< const char * > | |
Ciolink::DataTypeTraits< double > | |
Ciolink::DataTypeTraits< float > | |
Ciolink::DataTypeTraits< int16_t > | |
Ciolink::DataTypeTraits< int32_t > | |
Ciolink::DataTypeTraits< int64_t > | |
Ciolink::DataTypeTraits< int8_t > | |
Ciolink::DataTypeTraits< std::string > | |
Ciolink::DataTypeTraits< std::u16string > | |
Ciolink::DataTypeTraits< std::u32string > | |
Ciolink::DataTypeTraits< uint16_t > | |
Ciolink::DataTypeTraits< uint32_t > | |
Ciolink::DataTypeTraits< uint64_t > | |
Ciolink::DataTypeTraits< uint8_t > | |
Ciolink::DataTypeTraits< Vector< T, N > > | |
Ciolink::DependencyGraph | Algorithms on the dependency graph |
Ciolink::HTTPHeaders::Entry | An entry of the HTTP header set |
▼Cexception | |
▼Ciolink::Error | Error base class |
Ciolink::InvalidArgument | 'Invalid argument' error raised when an argument is not the one expected in a public method |
Ciolink::NotImplemented | 'Not implemented' error raised when a 'not available' method is called |
▼Ciolink::Extension | Parent class for all views extensions |
Ciolink::ParallelAccessExtension | ImageView extension to give information about how to efficiently access it in a multi-threaded environment |
Ciolink::TilingInfoExtension | ImageView extension to describe how an image is tiled |
Ciolink::ViewOriginExtension | Extension used to access view's origins if it exists |
Ciolink::ExtensionProvider | |
Ciolink::FlagSet< EnumType > | Template class to handle a flags system from an enum |
Ciolink::HTTPHeaders | A class used to pass HTTP headers as input of factories methods |
Ciolink::ImageInfoProperty | This property describes the way the axes must be interpreted (IMAGE, VOLUME, SEQUENCE...) and also the composition of the image by providing : |
Ciolink::ImageProperties | Hold additionnal info for ImageView data interpretation |
Ciolink::ImageType | A flag system that describes the dimensions of an image |
Ciolink::ImageTypeId | Enum for the image type (see ImageType) |
Ciolink::ImageViewFactory | This factory is aimed at creating dataset views |
Ciolink::ImageViewProvider | Utility class to check and convert a View into an ImagevView |
Ciolink::Indexer | This class is used to index a classic array into a multi dimensional array |
Ciolink::LodImageViewProvider | Utility class for LodImageView support |
Ciolink::Logger | Manage IOLink logging |
Ciolink::Matrix< ValueType, N > | An arithmetic square matrix |
Ciolink::MetadataNode | Class which represents one node from a metadata tree |
Ciolink::MetadataNodeFactory | A factory to build MetadataNode instances |
Ciolink::MetadataNodeHelper | A collection of functions to handle paths on MetadataNode instances |
Ciolink::MetadataNodeIterator | Class represents an iterator on a list of Metadata nodes |
Ciolink::MultiImageViewFactory | This factory is aimed at creating stack of ImageViews |
Ciolink::MultiImageViewProvider | Utility class to check and convert a View into a MultiImagevView |
Ciolink::RandomAccessFactory | A factory to create RandomAccess instances from various ressources |
Ciolink::RandomAccessProvider | Utility class to check and convert a DataAccess into a RandomAccess |
Ciolink::Region< T, N > | A multi-dimensional region defined by its origin and its size |
Ciolink::RegionCopier | This class contains the algorithms used to copy data beetween two regions of N dimensionnal data |
Ciolink::RegionX< T > | A Region using dynamic vectors |
Ciolink::Serialization | Serialization class which provides methods to serialize and unserialize most of IOLink objects |
Ciolink::SpatialCalibrationProperty | This Property is used to represent the image properties in world space |
Ciolink::SpatialDirections | Describes a spatial axis system, with direction vectors describing the three axes |
Ciolink::StreamAccessFactory | A factory to create StreamAccess instances from various ressources |
Ciolink::StreamAccessProvider | Utility class to check and convert a DataAccess into a StreamAccess |
Ciolink::Uri | Class modeling universal resource identifier |
Ciolink::VariantDataValue | Stores metadata heterogeneous type value |
Ciolink::VariantDataValueConverter | Converter contains a set of method allowing to interpret a VariantDataValue as a determined type |
Ciolink::VariantDataValueFactory | A factory to create VariantDataValue instances from a great variety of types |
Ciolink::Vector< T, N > | An arithmetic vector |
Ciolink::Vector< double, 3 > | |
Ciolink::VectorX< T > | A dynamically sized arithmetic vector |
Ciolink::VersionInfo | Simple structure to hold version info |
Ciolink::Versioning | Versioning tool to check library infos |
▼Ciolink::View | Interface representing a generic view on data |
Ciolink::DataFrameView | View to model tabular data |
Ciolink::ImageView | Interface representing an N dimensional image |
Ciolink::LodImageView | A view on an image with multiple levels of detail (LOD) |
Ciolink::MultiImageView | Interface representing a multi-image view, i.e |
Ciolink::Writer | Interface to use in order to output a view to another medium |