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

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

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

revision 1.5 by tjl, Fri Mar 14 15:10:59 2003 UTC revision 1.6 by humppake, Mon Mar 17 10:07:36 2003 UTC
# Line 52  DBGVAR(dbg_cull, "Vob.Primitives.Cull"); Line 52  DBGVAR(dbg_cull, "Vob.Primitives.Cull");
52        DisablableIdentity() : Box(Pt(1,1)) { }        DisablableIdentity() : Box(Pt(1,1)) { }
53    
54        bool shouldBeDrawn() const {        bool shouldBeDrawn() const {
55          if (dbg_cull) printf("\nCull.shouldBeDrawn() called;");          if (dbg_cull) printf("\nCull.shouldBeDrawn() called");
56          return enabled;          return enabled;
57        }        }
58    
# Line 76  DBGVAR(dbg_cull, "Vob.Primitives.Cull"); Line 76  DBGVAR(dbg_cull, "Vob.Primitives.Cull");
76    
77          if (dbg_cull) {          if (dbg_cull) {
78            if (enabled) printf("\nCull.enabled: true");            if (enabled) printf("\nCull.enabled: true");
79            else printf("\nCull.enagled: false");            else printf("\nCull.enabled: false");
80          }          }
81        }        }
82    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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