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

class Vob::Primitives::DependentPrimitiveTransform

A tag interface, for a transform which depends on some transform(s).

Documentation

A tag interface, for a transform which depends on some transform(s). This class unfortunately shows some abstraction through, because sometimes you want the transformation to depend on the real parent (UnitSqBox, Nadir), and sometimes not (cull). Thus, this class will know about the "first parent". Implies the following interface:
	enum { NDepends = ??? }; // Number of parent coordsyses
	template void setParams(SPtr depends) ;
	
Note that combining this with ParametrizedPrimitiveTransform adds more arguments to the setParams() call.

Inheritance:

DependentPrimitiveTransform


Direct child classes:
UnitSqBox
NadirUnitSq
Cull

Alphabetic index Hierarchy of classes



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