Template Class ChunkingPipeline
Defined in File ChunkingPipeline.hpp
Class Documentation
-
template<typename BaseVecT>
class ChunkingPipeline Public Functions
Creates a basic ChunkingPipeline instance.
- Parameters:
hdf5Path – path to the HDF5 file
configPath – path to the YAML config file
chunkManager – shared pointer to ChunkManager instance if null a new instance is created
-
bool start(const boost::filesystem::path &scanDir)
Start the chunking pipeline.
- Parameters:
scanDir – path to scan directory
- Returns:
true on success and false on failure