Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • iMSTK iMSTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 71
    • Issues 71
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • iMSTK
  • iMSTKiMSTK
  • Merge requests
  • !297

ENH: added Entity class

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nicholas Milef requested to merge NickMilef/iMSTK:imstkObject into master Apr 29, 2019
  • Overview 28
  • Commits 1
  • Pipelines 5
  • Changes 5

I added the imstk::Entity class. This class will be the base class for all entities (scene objects, lights, etc.) in iMSTK. It contains an atomic counter for generating unique IDs.

Why it's called Entity rather than Object: https://stackoverflow.com/questions/27897714/whats-the-distinction-between-an-entity-and-a-game-object

Closes #218 (closed)

Edited Apr 30, 2019 by Nicholas Milef
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: imstkObject