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

Validation for dense arrays. More...

#include "ritsuko/hdf5/hdf5.hpp"
#include "ritsuko/ritsuko.hpp"
#include "utils_public.hpp"
#include "utils_array.hpp"
#include <vector>
#include <string>
#include <stdexcept>
#include <filesystem>
#include <cstdint>
Include dependency graph for dense_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::dense_array
 Definitions for dense arrays.
 

Functions

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

Detailed Description

Validation for dense arrays.