mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 02:30:35 +03:00
findMinWidth, findMaxWidth: width for a given top
Currently only implemented for Castle suffixes.
This commit is contained in:
committed by
Matthew Barr
parent
03953f34b1
commit
8dac64d1dc
@@ -85,6 +85,8 @@ struct CastleProto {
|
||||
std::set<ReportID> all_reports(const CastleProto &proto);
|
||||
depth findMinWidth(const CastleProto &proto);
|
||||
depth findMaxWidth(const CastleProto &proto);
|
||||
depth findMinWidth(const CastleProto &proto, u32 top);
|
||||
depth findMaxWidth(const CastleProto &proto, u32 top);
|
||||
|
||||
/**
|
||||
* \brief Remap tops to be contiguous.
|
||||
|
||||
Reference in New Issue
Block a user