MeshLib
 
Loading...
Searching...
No Matches
MR::FlowAggregator Member List

This is the complete list of members for MR::FlowAggregator, including all inherited members.

computeCatchmentDelineation() constMR::FlowAggregator
computeFlow(const std::vector< FlowOrigin > &starts, const OutputFlows &out={}) constMR::FlowAggregator
computeFlow(const std::vector< MeshTriPoint > &starts, const OutputFlows &out={}) constMR::FlowAggregator
computeFlow(size_t numStarts, const std::function< MeshTriPoint(size_t)> &startById, const std::function< float(size_t)> &amountById, const std::function< const FaceBitSet *(size_t)> &regionById, const OutputFlows &out={}) constMR::FlowAggregator
computeFlowsPerBasin(const std::vector< FlowOrigin > &starts) constMR::FlowAggregator
computeFlowsPerBasin(const std::vector< MeshTriPoint > &starts) constMR::FlowAggregator
computeFlowsPerBasin(size_t numStarts, const std::function< MeshTriPoint(size_t)> &startById, const std::function< float(size_t)> &amountById) constMR::FlowAggregator
FlowAggregator(const Mesh &mesh, const VertScalars &heights)MR::FlowAggregator