In file ./include/vob/trans/Primitives.hxx:

class Vob::Primitives::PrimitiveTransform

A primitive transform, implying an interface used by the templates for building up transforms.

Documentation

A primitive transform, implying an interface used by the templates for building up transforms. Deriving from this class implies the following method:
	void tr(const ZPt &from, ZPt &to) const 
	typedef InverseType ???;
	void inverse(InverseType &into) ;
      

Inheritance:

PrimitiveTransform


Direct child classes:
Unit
TranslateXYZ
ScaleXYZ
RotateXYZ
RotateXY
RotateCenteredXY
Rational1D_2_2
Power1D_2
Power1D
Ortho
Box
AffineXY
DistortPrimitiveTransform

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.