Describes primitive.
You can find more information in comments below.
class IPrimitive :public virtual IModel { public: virtual bool Render() = 0; // Render primitive };