computeFeature
open fun <F : StructureFeature> computeFeature(structure: Matrix<T>, type: KClass<out F>): F?
Content copied to clipboard
Compute a feature of the structure in this scope. Structure features take precedence other context features.
Return
a feature object or null
if it isn't present.
Parameters
Sources
common source
Link copied to clipboard