#include <ising.h>

Public Member Functions | |
| CNFile (int t) | |
| virtual char * | describe () |
| CNFile (int t) | |
| virtual char * | describe () |
Private Member Functions | |
| virtual int | writeblock (void *p) |
| virtual int | readblock (void *p) |
| virtual int | writeblock (void *p) |
| virtual int | readblock (void *p) |
Definition at line 40 of file ising.h.
| virtual char* CNFile::describe | ( | ) | [virtual] |
Reimplemented from AUXFile.
| virtual char* CNFile::describe | ( | ) | [virtual] |
Reimplemented from AUXFile.
| virtual int CNFile::readblock | ( | void * | p | ) | [private, virtual] |
Reimplemented from AUXFile.
| virtual int CNFile::readblock | ( | void * | p | ) | [private, virtual] |
Reimplemented from AUXFile.
| virtual int CNFile::writeblock | ( | void * | p | ) | [private, virtual] |
Reimplemented from AUXFile.
| virtual int CNFile::writeblock | ( | void * | p | ) | [private, virtual] |
Reimplemented from AUXFile.
1.5.7.1