126 std::cout<<"IVP12DViewTransformation::paintItem: WARNING - does not presently draw QGraphicsPixmapItems"<<std::endl;
127//Pixmap: construct matrix transformation from the corners, and hope that the transformation is linear enough that it works.
128//Perhaps test the assumption on a few other points within the pixmap.
129return;
130 }
131
132 std::cout<<"IVP12DViewTransformation::paintItem: Can not paint graphics item in transformed view."
133 <<" Please only use items derived from either QAbstractGraphicsShapeItem, QGraphicsLineItem, QGraphicsGroupItem or QGraphicsPixmapItem."<<std::endl;