Inherits TimeVaryingTransform

Base class for Transforms that aggregate subtransforms.

See:

CompositeTransforms are the base class for Transforms that have a list of child transforms. It is used internally for plugins like pipes and forks. It inherits from TimeVaryingTransform so that it can properly handle having children (one or many) that are time varying.