GetTransform is a beta function
virtual const OETrans &GetTransform() const = 0
Returns an OETrans, which is a container of all the transformations which have been applied to the OEConfBaseT. This function is particularly useful when the internal representation of coordinates may not be Cartesian.
virtual void Transform(const OETransBase *) = 0 virtual void Transform(const OETrans &) = 0
Applies the geometric transformation specified in the OETransBase* object or the series of geometric transformations specified in the OETran container to the OEConfBaseT. These functions permanently change the coordinates of the OEConfBaseT.