Share

AlClusterPreTMItem

An item from a list holding AlTM and AlCluster items.

Synopsis

#include <AlClusterPreTMItem.h>
class AlClusterPreTMItem : public AlLinkItem
~AlClusterPreTMItem();
AlClusterPreTMItem*    nextItem()
AlClusterPreTMItem*    prevItem()
AlTM    fTM;
AlTM    fInvTM;
AlCluster*    fAlCluster;

Description

This class is used in a list of objects (AlList) created by the AlDagNode::clusterPreTransformationMatrices() method. It is derived from AlLinkItem.

AlClusterPreTMItem::~AlClusterPreTMItem()

Description

Deletes the AlClusterPreTMItem. This method will also delete the fAlCluster wrapper.

Was this information helpful?