Esempio n. 1
0
 void read(NIFStream *nif)
 {
     Controller::read(nif);
     data.read(nif);
 }
Esempio n. 2
0
 void post(NIFFile *nif)
 {
     Controller::post(nif);
     data.post(nif);
 }
Esempio n. 3
0
 void read(NIFFile *nif)
 {
   Controller::read(nif);
   data.read(nif);
 }