takane
Validators for ArtifactDB file formats
Loading...
Searching...
No Matches
delayed_array.hpp File Reference

Validation for delayed arrays. More...

#include "ritsuko/hdf5/hdf5.hpp"
#include "ritsuko/ritsuko.hpp"
#include "chihaya/chihaya.hpp"
#include "utils_public.hpp"
#include "utils_other.hpp"
#include <vector>
#include <string>
#include <stdexcept>
#include <filesystem>
#include <cstdint>
Include dependency graph for delayed_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  takane
 takane validation functions.
 
namespace  takane::delayed_array
 Definitions for delayed arrays.
 

Functions

void takane::delayed_array::validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options)
 
size_t takane::delayed_array::height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options)
 
std::vector< size_t > takane::delayed_array::dimensions (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options)
 

Detailed Description

Validation for delayed arrays.