brainrat-private
5.1.2
|
The descriptor class of the header. More...
#include <brainrat/io/dpyheader.h>
Public Member Functions | |
DpyHeader (const string &name="", const string &type="PYTHON", int x=1, int y=1, int z=1, int t=1, float sx=1, float sy=1, float sz=1, float st=1) | |
virtual | ~DpyHeader () |
int | dimX () const |
int | dimY () const |
int | dimZ () const |
int | dimT () const |
float | sizeX () const |
float | sizeY () const |
float | sizeZ () const |
float | sizeT () const |
string | dataType () const |
Get type of items ("Dictionary") More... | |
void | setType (const string &t) |
string | name () |
Get the file name of the header. More... | |
void | setName (string name) |
vector< string > | possibleDataTypes () const |
virtual string | extension () const |
virtual set< string > | extensions () const |
void | read () |
The descriptor class of the header.
The programmer can either read an existing header, or write a new one.
Definition at line 27 of file dpyheader.h.
|
inline |
Definition at line 30 of file dpyheader.h.
|
inlinevirtual |
Definition at line 37 of file dpyheader.h.
|
inline |
Get type of items ("Dictionary")
Definition at line 50 of file dpyheader.h.
|
inline |
Definition at line 42 of file dpyheader.h.
|
inline |
Definition at line 39 of file dpyheader.h.
|
inline |
Definition at line 40 of file dpyheader.h.
|
inline |
Definition at line 41 of file dpyheader.h.
|
inlinevirtual |
Definition at line 57 of file dpyheader.h.
Referenced by bio::DpyWriter::write().
|
virtual |
|
inline |
Get the file name of the header.
Definition at line 53 of file dpyheader.h.
vector<string> bio::DpyHeader::possibleDataTypes | ( | ) | const |
void bio::DpyHeader::read | ( | ) |
Referenced by bio::DpyReader::read().
|
inline |
Definition at line 54 of file dpyheader.h.
Referenced by bio::DpyWriter::write().
void bio::DpyHeader::setType | ( | const string & | t | ) |
|
inline |
Definition at line 47 of file dpyheader.h.
|
inline |
Definition at line 44 of file dpyheader.h.
|
inline |
Definition at line 45 of file dpyheader.h.
|
inline |
Definition at line 46 of file dpyheader.h.