std::string toString(VertexType type)
bool storePersistently(LoadStoreComputeFlag flag)
Data is stored persistently on input/output stream.
bool loadPersistently(LoadStoreComputeFlag flag)
Data is stored persistently on input/output stream.
bool computeOnData(LoadStoreComputeFlag flag)
Data is stored persistently on input/output stream.
LoadStoreComputeFlag
Flag to control data movements.
@ CreateDummy_ProvideToCalculations_StoreToOutputStream
@ LoadFromInputStream_ProvideToCalculations_StoreToOutputStream
@ LoadFromInputStream_ProvideToCalculations_Discard
@ CreateDummy_ProvideToCalculations_Discard
LoadStoreComputeFlag constructLoadStoreComputeFlag(bool predicateForLoad, bool predicateForStore)
Constructs a data storage scheme.