casa
$Rev:20696$
|
A subclass of binaryPart to describe the autodata. More...
#include <SDMDataObject.h>
Public Member Functions | |
AutoDataBinaryPart () | |
An empty constructor. | |
~AutoDataBinaryPart () | |
The destructor. | |
AutoDataBinaryPart (unsigned int size, const vector< AxisName > &axes, bool normalized) | |
The full constructor. | |
virtual bool | normalized () const |
Returns true (resp.false) if auto data are normalized (resp. | |
AutoDataBinaryPart () | |
An empty constructor. | |
~AutoDataBinaryPart () | |
The destructor. | |
AutoDataBinaryPart (unsigned int size, const vector< AxisName > &axes, bool normalized) | |
The full constructor. | |
virtual bool | normalized () const |
Returns true (resp.false) if auto data are normalized (resp. | |
Protected Attributes | |
bool | normalized_ |
Friends | |
class | DataStruct |
class | SDMDataObject |
class | HeaderParser |
class | SDMDataObjectWriter |
A subclass of binaryPart to describe the autodata.
The description of autodata contains one extra information stored in a boolean which indicates if the auto data are normalized or not.
Definition at line 608 of file SDMDataObject.h.
An empty constructor.
The destructor.
asdmbinaries::SDMDataObject::AutoDataBinaryPart::AutoDataBinaryPart | ( | unsigned int | size, |
const vector< AxisName > & | axes, | ||
bool | normalized | ||
) |
The full constructor.
An empty constructor.
The destructor.
asdmbinaries::SDMDataObject::AutoDataBinaryPart::AutoDataBinaryPart | ( | unsigned int | size, |
const vector< AxisName > & | axes, | ||
bool | normalized | ||
) |
The full constructor.
virtual bool asdmbinaries::SDMDataObject::AutoDataBinaryPart::normalized | ( | ) | const [virtual] |
Returns true (resp.false) if auto data are normalized (resp.
not normalized).
virtual bool asdmbinaries::SDMDataObject::AutoDataBinaryPart::normalized | ( | ) | const [virtual] |
Returns true (resp.false) if auto data are normalized (resp.
not normalized).
DataStruct [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 609 of file SDMDataObject.h.
HeaderParser [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 611 of file SDMDataObject.h.
SDMDataObject [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 610 of file SDMDataObject.h.
SDMDataObjectWriter [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 612 of file SDMDataObject.h.
bool asdmbinaries::SDMDataObject::AutoDataBinaryPart::normalized_ [protected] |
Definition at line 615 of file SDMDataObject.h.