#include <memory>#include <optional>#include <string>#include <vector>#include "io/BaseIO.hpp"#include "io/ReadIO.hpp"#include "nwb/RegisteredType.hpp"#include "nwb/hdmf/table/VectorData.hpp"#include "nwb/hdmf/base/Data.hpp"#include "spec/hdmf_common.hpp"Go to the source code of this file.
Classes | |
| class | AQNWB::NWB::VectorIndex |
| Used with VectorData to encode a ragged array. An array of indices into the first dimension of the target VectorData, and forming a map between the rows of a DynamicTable and the indices of the VectorData. The name of the VectorIndex is expected to be the name of the target VectorData object followed by "_index". More... | |
| struct | AQNWB::NWB::VectorIndex::DataSpec |
| Runtime configuration for creating and initializing a VectorIndex column. More... | |
Namespaces | |
| namespace | AQNWB |
| The main namespace for AqNWB. | |
| namespace | AQNWB::NWB |
| Namespace for all classes related to the NWB data standard. | |