#include <unimodal.h>
Inheritance diagram for vu161:
Public Member Functions | |
const char * | getDataName (void) const |
Returns the name of the data set. | |
Protected Member Functions | |
virtual bool | read (FILE *file) |
virtual bool | write (FILE *file) |
Writes the general unimodal data information to the file. | |
Protected Attributes | |
vuString | m_DataName |
The name of the data set. |
|
Returns the name of the data set. This is a short name to describe the data set, such as temperature or opacity. It serves to differentiate different types of data within the same file. Definition at line 8 of file Lightfield/Unimodal/unimodal.cpp. References vuString::c_str(), and m_DataName. |
Here is the call graph for this function:
|
This method reads in the general information for all unimodal data sets. It also asserts whether the data is indeed unimodal or not.
Reimplemented from vu16. Reimplemented in vu1611< SIZE, TYPE >, vu1611< SIZE, float >, and vu1611< SIZE, byte >. Definition at line 17 of file Lightfield/Unimodal/unimodal.cpp. References vu1::read(), and vu1::setInvalidFormatError(). |
Here is the call graph for this function:
|
Writes the general unimodal data information to the file.
Reimplemented from vu16. Reimplemented in vu1611< SIZE, TYPE >, vu1611< SIZE, float >, and vu1611< SIZE, byte >. Definition at line 36 of file Lightfield/Unimodal/unimodal.cpp. References vu1::setWriteError(), and vu1::write(). |
Here is the call graph for this function:
|
The name of the data set.
Definition at line 41 of file Lightfield/Unimodal/unimodal.h. Referenced by getDataName(). |