SourcePro® 2021.1 |
SourcePro® API Reference Guide |
Product Documentation: SourcePro Documentation Home |
Converts between RWGenMat types with different datatypes. More...
#include <rw/math/genmat.h>
Public Member Functions | |
RWConvertGenMat (const RWGenMat< From > &v) | |
operator RWGenMat< To > () const | |
Class RWConvertGenMat converts between RWGenMat types with different datatypes. It assumes that there is a conversion operator from From to To.
|
inline |
|
inline |
Automatic conversion operator that enables class RWConvertGenMat to be used as an RWGenMat. While the actual conversion takes place in the constructor, this operator provides a reference to that converted matrix.
Copyright © 2021 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |