ezod / adolphus

Multi-camera system coverage modeling suite.
http://github.com/ezod/adolphus
Other
7 stars 5 forks source link

Posable class refers to its own subclass #1

Closed ezod closed 13 years ago

ezod commented 13 years ago

The Posable class allows specification of a set of Plane objects (for occlusion). Classes should not reference their own subclasses in good object-oriented design.

Recommendation is to create a new subclass of Posable called Occluder, since the Posable base class does not intrinsically rely on the planes.