/[libvob]/libvob/include/vob/Primitives.hxx
ViewVC logotype

Diff of /libvob/include/vob/Primitives.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by humppake, Fri Mar 14 11:46:01 2003 UTC revision 1.15 by humppake, Mon Mar 17 10:07:36 2003 UTC
# Line 164  namespace Primitives { Line 164  namespace Primitives {
164              return false;              return false;
165          }          }
166    
167            bool shouldBeDrawn(const DisablablePrimitiveTransform *_) const {
168                return t.shouldBeDrawn();
169            }
170            bool shouldBeDrawn(const void *_) const {
171                return true;
172            }
173    
174          float selfNonlinearity(NonlinearPrimitiveTransform &t,          float selfNonlinearity(NonlinearPrimitiveTransform &t,
175                      const ZPt &p, float radius) const {                      const ZPt &p, float radius) const {
176              return t.nonlinearity(p, radius);              return t.nonlinearity(p, radius);
# Line 210  namespace Primitives { Line 217  namespace Primitives {
217              return s + su; // XXX !!!              return s + su; // XXX !!!
218          }          }
219    
220          virtual bool shouldBeDrawn() const {          virtual bool shouldBeDrawn() const { return shouldBeDrawn(&t); }
             return true;  
         }  
221    
222          virtual const Transform &getInverse() const {          virtual const Transform &getInverse() const {
223              return *original; // XXX              return *original; // XXX

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26