#include <bcc.h>
Inheritance diagram for vu15:
Protected Member Functions | |
virtual bool | read (FILE *file) |
Asserts that the file is regular data and reads the associated information. | |
virtual bool | write (FILE *file) |
Writes the general regular data information to the file. |
Definition at line 10 of file bcc.h.
|
Asserts that the file is regular data and reads the associated information. This method reads in the general information for all regular data sets. It also asserts whether the data is indeed regular or not.
Reimplemented from vu1. Reimplemented in vu15121, vu1512, and vu151. Definition at line 8 of file bcc.cpp. References vu1::read(), and vu1::setInvalidFormatError(). |
Here is the call graph for this function:
|
Writes the general regular data information to the file.
Reimplemented from vu1. Reimplemented in vu15121, vu1512, and vu151. Definition at line 27 of file bcc.cpp. References vu1::setWriteError(), and vu1::write(). |
Here is the call graph for this function: