Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 137
    • Merge requests 137
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !20206

Merged
Created Jan 07, 2019 by Scott Snyder@ssnyderDeveloper

TileConditions, etc: Make ITileCondToolOfc::getOfcWeights const.

  • Overview 3
  • Commits 6
  • Pipelines 1
  • Changes 14

The caching mechanism in TileCondToolOfc is not actually used anywhere, and it spoils the constness of the accessor method. Remove the caching and make the getOfcWeights() method const, changing the interface to take the output object by reference instead of returning it as a pointer. Also remove getNSamples(); it's not used anywhere.

Update clients accordingly.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: constOfc.TileConditions-20190107