NeoPZ
TPZYCVonMises.cpp
Go to the documentation of this file.
1 // $Id: TPZYCVonMises.cpp,v 1.3 2008-03-08 03:12:52 erick Exp $
2 
3 #include "TPZYCVonMises.h"
4 
6  return Hash("TPZYCVonMises");
7 }
8 
9 void TPZYCVonMises::Write(TPZStream& buf, int withclassid) const {
10 
11 }
12 
13 void TPZYCVonMises::Read(TPZStream& buf, void* context) {
14 
15 }
virtual int ClassId() const override
Define the class id associated with the class.
void Write(TPZStream &buf, int withclassid) const override
Writes this object to the TPZStream buffer. Include the classid if withclassid = true.
int32_t Hash(std::string str)
Definition: TPZHash.cpp:10
void Read(TPZStream &buf, void *context) override
read objects from the stream
Defines the interface for saving and reading data. Persistency.
Definition: TPZStream.h:50