casa::TBArrayDataBool Class Reference

Implementation of TBArrayData for boolean array data. More...

#include <TBData.h>

Inheritance diagram for casa::TBArrayDataBool:
casa::TBArrayData casa::TBData

List of all members.

Public Member Functions

 TBArrayDataBool ()
 Default constructor.
 TBArrayDataBool (const Array< Bool > &value, bool full=false)
 Constructor that takes the value and whether or not to load (copy) the given data or not.
 TBArrayDataBool (TBData &data)
 Constructor that copies the given data if it is the correct type.
 ~TBArrayDataBool ()
TBDatadataAt (std::vector< int > d)
 See TBArrayData::dataAt().
Array< Bool > & data ()
 Returns the value.
String asString ()
 Returns the String representation of this array.
void load (const Array< Bool > &value)
 Loads the given data into the array.
bool release ()
 Releases the loaded data, if any.
void setDataAt (std::vector< int > d, TBData &value)
 If the array is loaded, sets the value at the given coordinates (if valid) to the given data.
String getType ()
 Returns the boolean array type.
bool contains (TBData *data)
 See TBArrayData::contains().
bool containsBetween (TBData *data, TBData *data2)
 See TBArrayData::containsBetween().
bool containsLessThan (TBData *data)
 See TBArrayData::containsLessThan().
bool containsGreaterThan (TBData *data)
 See TBArrayData::containsGreaterThan().
String to1DString ()
 See TBArrayData::to1DString().

Private Attributes

Array< Bool > value
 Value.

Detailed Description

Implementation of TBArrayData for boolean array data.

Definition at line 1451 of file TBData.h.


Constructor & Destructor Documentation

casa::TBArrayDataBool::TBArrayDataBool (  ) 

Default constructor.

Builds an empty, unloaded array.

casa::TBArrayDataBool::TBArrayDataBool ( const Array< Bool > &  value,
bool  full = false 
)

Constructor that takes the value and whether or not to load (copy) the given data or not.

Note: data is always loaded for one-dimensional arrays.

casa::TBArrayDataBool::TBArrayDataBool ( TBData data  ) 

Constructor that copies the given data if it is the correct type.

casa::TBArrayDataBool::~TBArrayDataBool (  ) 

Member Function Documentation

String casa::TBArrayDataBool::asString (  )  [virtual]

Returns the String representation of this array.

For one-dimensional, loaded arrays returns the values; otherwise returns the shape and type.

Implements casa::TBArrayData.

bool casa::TBArrayDataBool::contains ( TBData data  )  [virtual]

See TBArrayData::contains().

Returns false if the given data is not of type boolean.

Implements casa::TBArrayData.

bool casa::TBArrayDataBool::containsBetween ( TBData data,
TBData data2 
) [virtual]

See TBArrayData::containsBetween().

Returns false if either data is not of type boolean.

Implements casa::TBArrayData.

bool casa::TBArrayDataBool::containsGreaterThan ( TBData data  )  [virtual]

See TBArrayData::containsGreaterThan().

Returns false if either data is not of type boolean.

Implements casa::TBArrayData.

bool casa::TBArrayDataBool::containsLessThan ( TBData data  )  [virtual]

See TBArrayData::containsLessThan().

Returns false if either data is not of type boolean.

Implements casa::TBArrayData.

Array<Bool>& casa::TBArrayDataBool::data (  )  [inline]

Returns the value.

Definition at line 1471 of file TBData.h.

TBData* casa::TBArrayDataBool::dataAt ( std::vector< int >  d  )  [virtual]

See TBArrayData::dataAt().

Returns data of type boolean.

Implements casa::TBArrayData.

String casa::TBArrayDataBool::getType (  )  [inline, virtual]

Returns the boolean array type.

Implements casa::TBData.

Definition at line 1491 of file TBData.h.

References casa::TBConstants::TYPE_ARRAY_BOOL.

void casa::TBArrayDataBool::load ( const Array< Bool > &  value  ) 

Loads the given data into the array.

bool casa::TBArrayDataBool::release (  )  [virtual]

Releases the loaded data, if any.

Returns whether the release was successful or not.

Implements casa::TBArrayData.

void casa::TBArrayDataBool::setDataAt ( std::vector< int >  d,
TBData value 
) [virtual]

If the array is loaded, sets the value at the given coordinates (if valid) to the given data.

This method is not defined if the given value is not of the correct type.

Implements casa::TBArrayData.

String casa::TBArrayDataBool::to1DString (  )  [virtual]

Member Data Documentation

Array<Bool> casa::TBArrayDataBool::value [private]

Value.

Definition at line 1514 of file TBData.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1