casa
$Rev:20696$
|
Public Member Functions | |
Data (const IPosition &shape, int dtype) | |
~Data () | |
void | clear (int dtype) |
const IPosition & | shape () const |
void * | data () |
Private Member Functions | |
Data (const Data &) | |
Data & | operator= (const Data &) |
Private Attributes | |
IPosition | shape_p |
void * | data_p |
Definition at line 199 of file MSMIndColumn.h.
casa::MSMIndColumn::Data::Data | ( | const IPosition & | shape, |
int | dtype | ||
) |
casa::MSMIndColumn::Data::Data | ( | const Data & | ) | [private] |
void casa::MSMIndColumn::Data::clear | ( | int | dtype | ) |
void* casa::MSMIndColumn::Data::data | ( | ) | [inline] |
Definition at line 205 of file MSMIndColumn.h.
References data_p.
const IPosition& casa::MSMIndColumn::Data::shape | ( | ) | const [inline] |
Definition at line 204 of file MSMIndColumn.h.
References shape_p.
void* casa::MSMIndColumn::Data::data_p [private] |
Definition at line 210 of file MSMIndColumn.h.
Referenced by data().
IPosition casa::MSMIndColumn::Data::shape_p [private] |
Definition at line 209 of file MSMIndColumn.h.
Referenced by shape().