An item from a list holding AlTM and AlCluster items.
#include <AlClusterPreTMItem.h>
class AlClusterPreTMItem : public AlLinkItem
~AlClusterPreTMItem();
AlClusterPreTMItem* nextItem()
AlClusterPreTMItem* prevItem()
AlTM fTM;
AlTM fInvTM;
AlCluster* fAlCluster;
This class is used in a list of objects (AlList) created by the AlDagNode::clusterPreTransformationMatrices() method. It is derived from AlLinkItem.