Free Touch Pricker
    Preparing search index...

    Class Touch

    A touch, being a set of courses

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _blocks: Grandsire.Course[] = []

    Blocks within the container

    _initialRow: Row

    Initial row for the block

    _ownership?: BlockOwnership

    Ownership of this block

    print: Print

    Accessors

    • get callNotations(): Partial<Record<Call, string[]>>

      Computes place notation for each type of lead Helper for use in templates

      Returns Partial<Record<Call, string[]>>

    • get index(): number | undefined

      Allows public access to the index

      Returns number | undefined

    • get initialRow(): Row

      Read access to the initial row

      Returns Row

    • set initialRow(initialRow: Row): void

      Write access to the initial row

      Parameters

      • initialRow: Row

      Returns void

    • get rows(): number

      Estimates the number of rows in the block The estimate doesn't take into account coming round part-way through

      Returns number

    Methods