/[libvob]/libvob/include/vob/trans/FunctionalPrimitives.hxx
ViewVC logotype

Diff of /libvob/include/vob/trans/FunctionalPrimitives.hxx

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

revision 1.1 by tjl, Tue Apr 1 11:03:54 2003 UTC revision 1.2 by tjl, Fri Apr 25 12:30:14 2003 UTC
# Line 46  namespace Primitives { Line 46  namespace Primitives {
46      struct Concat :      struct Concat :
47              public PrimitiveTransform,              public PrimitiveTransform,
48              public PotentiallyGLPerformablePrimitiveTransform,              public PotentiallyGLPerformablePrimitiveTransform,
49              public DependentPrimitiveTransform              public DependentPrimitiveTransform,
50                public BoxPrimitiveTransform
51      {      {
52          const Transform *it;          const Transform *it;
53          enum { NDepends = 2 };          enum { NDepends = 2 };
# Line 62  namespace Primitives { Line 63  namespace Primitives {
63          void tr(const ZPt &from, ZPt &to) const {          void tr(const ZPt &from, ZPt &to) const {
64              to = it->transform(from);              to = it->transform(from);
65          }          }
66            Pt getSqSize() const { return it->getSqSize(); }
67    
68          typedef Concat InverseType;          typedef Concat InverseType;
69          void inverse(InverseType &inv) const {          void inverse(InverseType &inv) const {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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