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

class Vob::Primitives::ParametrizedPrimitiveTransform

A tag interface, implying that the transform requires floating-point parameters.

Documentation

A tag interface, implying that the transform requires floating-point parameters. Implies the following interface in the inheriting class:
	enum { NParams = ??? };
	template void setParams(Ptr p)
	
Note that combining this with DependentPrimitiveTransform adds more arguments to the setParams() call.

Inheritance:

ParametrizedPrimitiveTransform


Direct child classes:
RotateXY_Explicit
RotateXYZ_Quaternion
RotateXYZ_Explicit
Ortho_Explicit
OrthoBox_Explicit
BuoyOnCircle2_Explicit
Box_Explicit
AffineXY_Explicit
DistortPrimitiveTransform

Alphabetic index Hierarchy of classes



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