MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
StructureIntrospection.cpp File Reference
+ Include dependency graph for StructureIntrospection.cpp:

Go to the source code of this file.

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Yantra
 

Functions

std::pair< std::vector< Kakshya::DataDimension >, Kakshya::DataModalityMayaFlux::Yantra::infer_from_data_variant (const Kakshya::DataVariant &data)
 Infer structure from DataVariant.
 
std::pair< std::vector< Kakshya::DataDimension >, Kakshya::DataModalityMayaFlux::Yantra::infer_from_data_variant_vector (const std::vector< Kakshya::DataVariant > &data)
 Infer structure from vector of DataVariants (NEW)
 
std::pair< std::vector< Kakshya::DataDimension >, Kakshya::DataModalityMayaFlux::Yantra::infer_from_container (const std::shared_ptr< Kakshya::SignalSourceContainer > &container)
 Infer structure from SignalSourceContainer.
 
std::pair< std::vector< Kakshya::DataDimension >, Kakshya::DataModalityMayaFlux::Yantra::infer_from_region (const Kakshya::Region &region, const std::shared_ptr< Kakshya::SignalSourceContainer > &container=nullptr)
 Infer structure from Region (placeholder since regions are markers)
 
std::pair< std::vector< Kakshya::DataDimension >, Kakshya::DataModalityMayaFlux::Yantra::infer_from_segments (const std::vector< Kakshya::RegionSegment > &segments, const std::shared_ptr< Kakshya::SignalSourceContainer > &container=nullptr)
 Infer structure from RegionSegments.
 
std::pair< std::vector< Kakshya::DataDimension >, Kakshya::DataModalityMayaFlux::Yantra::infer_from_region_group (const Kakshya::RegionGroup &group, const std::shared_ptr< Kakshya::SignalSourceContainer > &container=nullptr)
 Infer structure from RegionGroup.