This is a Landscape object that is part of a MICRO microsimulation Tile object, defined in MicroTile.

Landscape

Format

An R6Class generator object

Methods

  • Constructor

    • new: initialize a new Landscape object

  • Getters & Setters

    • get_FeedingSites: get private$FeedingSites

      • Arguments:

        • ixS: if NULL return all sites, otherwise return site indexed by ixS

    • set_FeedingSites: set private$FeedingSites

      • Arguments:

        • FeedingSites: replacement object (see below)

        • ixS: if NULL replace all sites, otherwise replace site indexed by ixS

    • get_AquaSites: get private$AquaSites

      • Arguments:

        • ixS: if NULL return all sites, otherwise return site indexed by ixS

    • set_AquaSites: set private$AquaSites

      • Arguments:

        • AquaSites: replacement object (see below)

        • ixS: if NULL replace all sites, otherwise replace site indexed by ixS

    • get_SugarSites: get private$SugarSites

    • set_SugarSites: set private$SugarSites

    • get_MatingSites: get private$MatingSites

    • set_MatingSites: set private$MatingSites

  • Pointers

    • get_TilePointer: get MicroTile pointer

    • set_TilePointer: set MicroTile pointer

    • get_MosquitoPopFemalePointer:

    • set_MosquitoPopFemalePointer:

    • get_MosquitoPopMalePointer:

    • set_MosquitoPopMalePointer:

    • get_HumansPointer: get HumanPop pointer

    • set_HumansPointer: set HumanPop pointer