MIRA
Public Member Functions | Public Attributes | List of all members
TransformerBase::Chain Class Reference

Represents a chain or path through the transformation tree from a staring node to the target node containing nodes whose transforms need to be applied inverse and nodes whose transforms need to be applied forward. More...

#include <transform/Transformer.h>

Public Member Functions

bool empty () const
 returns true, if the inverse and forward chain are both empty. More...
 

Public Attributes

std::list< AbstractNodePtrinverse
 
std::list< AbstractNodePtrforward
 

Detailed Description

Represents a chain or path through the transformation tree from a staring node to the target node containing nodes whose transforms need to be applied inverse and nodes whose transforms need to be applied forward.

Member Function Documentation

◆ empty()

bool empty ( ) const
inline

returns true, if the inverse and forward chain are both empty.

Member Data Documentation

◆ inverse

std::list<AbstractNodePtr> inverse

◆ forward

std::list<AbstractNodePtr> forward

The documentation for this class was generated from the following file: