casa
5.7.0-16
|
A subclass of binaryPart to describe the autodata. More...
#include <SDMDataObject.h>
Public Member Functions | |
AutoDataBinaryPart () | |
An empty constructor. More... | |
~AutoDataBinaryPart () | |
The destructor. More... | |
AutoDataBinaryPart (unsigned int size, const std::vector< AxisNameMod::AxisName > &axes, bool normalized) | |
The full constructor. More... | |
virtual bool | normalized () const |
Returns true (resp.false) if auto data are normalized (resp. More... | |
Public Member Functions inherited from asdmbinaries::SDMDataObject::BinaryPart | |
BinaryPart () | |
An empty constructor. More... | |
virtual | ~BinaryPart () |
The destructor. More... | |
BinaryPart (unsigned int size, const std::vector< AxisNameMod::AxisName > &axes) | |
The full constructor. More... | |
virtual unsigned int | size () const |
Returns the size of a binary attachment as a number of values (e.g. More... | |
virtual const std::vector < AxisNameMod::AxisName > & | axes () const |
virtual void size (unsigned int value); More... | |
Protected Attributes | |
bool | normalized_ |
Protected Attributes inherited from asdmbinaries::SDMDataObject::BinaryPart | |
unsigned int | size_ |
std::vector < AxisNameMod::AxisName > | axes_ |
const SDMDataObject * | owner_ |
Friends | |
class | DataStruct |
class | SDMDataObject |
class | HeaderParser |
class | SDMDataObjectWriter |
Additional Inherited Members | |
Protected Member Functions inherited from asdmbinaries::SDMDataObject::BinaryPart | |
void | owner (const SDMDataObject *o) |
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 599 of file SDMDataObject.h.
asdmbinaries::SDMDataObject::AutoDataBinaryPart::AutoDataBinaryPart | ( | ) |
An empty constructor.
asdmbinaries::SDMDataObject::AutoDataBinaryPart::~AutoDataBinaryPart | ( | ) |
The destructor.
asdmbinaries::SDMDataObject::AutoDataBinaryPart::AutoDataBinaryPart | ( | unsigned int | size, |
const std::vector< AxisNameMod::AxisName > & | axes, | ||
bool | normalized | ||
) |
The full constructor.
|
virtual |
Returns true (resp.false) if auto data are normalized (resp.
not normalized).
|
friend |
Definition at line 600 of file SDMDataObject.h.
|
friend |
Definition at line 602 of file SDMDataObject.h.
|
friend |
Definition at line 601 of file SDMDataObject.h.
|
friend |
Definition at line 603 of file SDMDataObject.h.
|
protected |
Definition at line 606 of file SDMDataObject.h.