1 2 3 4 5 6 7 8 9
#include <QvSFFloat.h> QV_SFIELD_SOURCE(QvSFFloat); QvBool QvSFFloat::readValue(QvInput *in) { return in->read(value); }