gcode-preview - v3.0.0-alpha.3
    Preparing search index...

    Class IndexerAbstract

    Base class for path indexers

    Indexers organize paths into different structures (layers, tools, etc.)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates a new Indexer instance

      Parameters

      • indexes: unknown

        The indexes to manage

      Returns Indexer

    Properties

    indexes: unknown

    The indexes being managed by this indexer

    Methods

    • Sorts a path into the appropriate index

      Parameters

      • path: Path

        Path to sort

      Returns void

      Error if not implemented in subclass