22 template<
class T=REAL>
87 return Hash(
"TPZTransform");
93 fMult.
Read(buf,context);
94 fSum.
Read(buf,context);
100 fMult.
Write(buf,withclassid);
101 fSum.
Write(buf,withclassid);
108 inline std::ostream &operator<<(std::ostream &out, const TPZTransform<T> &tr)
110 out <<
"mult = " << tr.Mult() <<
" sum = " << tr.Sum();
void Write(TPZStream &buf, int withclassid) const override
Writes this object to the TPZStream buffer. Include the classid if withclassid = true.
This class implements a simple vector storage scheme for a templated class T. Utility.
void Read(TPZStream &buf, void *context) override
read objects from the stream
virtual void Write(const bool val)
Contains TPZMatrixclass which implements full matrix (using column major representation).
int32_t Hash(std::string str)
Defines the interface for saving and reading data. Persistency.
This class defines the interface to save and restore objects from TPZStream objects. Persistency.
virtual void Read(bool &val)