Public Member Functions | |
| ConstDataChunk (int size, const Scalar *values) | |
| const Scalar * | values () const |
| int | size () const |
Private Attributes | |
| int | size_ |
| const Scalar * | values_ |
This class wraps a pointer to a single contiguous chunk of scalar data
Definition at line 55 of file PlayaDataChunk.hpp.
| Playa::ConstDataChunk< Scalar >::ConstDataChunk | ( | int | size, |
| const Scalar * | values | ||
| ) | [inline] |
Definition at line 59 of file PlayaDataChunk.hpp.
| int Playa::ConstDataChunk< Scalar >::size | ( | ) | const [inline] |
Definition at line 66 of file PlayaDataChunk.hpp.
References Playa::ConstDataChunk< Scalar >::size_.
Referenced by Playa::Vector< Scalar >::applyBinaryReductionFunctor(), Playa::Vector< Scalar >::applyUnaryReductionFunctor(), Playa::Vector< Scalar >::operator[](), and Playa::Vector< Scalar >::print().
| const Scalar* Playa::ConstDataChunk< Scalar >::values | ( | ) | const [inline] |
Definition at line 63 of file PlayaDataChunk.hpp.
References Playa::ConstDataChunk< Scalar >::values_.
Referenced by Playa::Vector< Scalar >::acceptUnaryFunctor(), Playa::Vector< Scalar >::applyBinaryFunctor(), Playa::Vector< Scalar >::applyBinaryReductionFunctor(), Playa::Vector< Scalar >::applyTernaryFunctor(), Playa::Vector< Scalar >::applyUnaryReductionFunctor(), Playa::Vector< Scalar >::operator[](), and Playa::Vector< Scalar >::print().
int Playa::ConstDataChunk< Scalar >::size_ [private] |
Definition at line 69 of file PlayaDataChunk.hpp.
Referenced by Playa::ConstDataChunk< Scalar >::size().
const Scalar* Playa::ConstDataChunk< Scalar >::values_ [private] |
Definition at line 70 of file PlayaDataChunk.hpp.
Referenced by Playa::ConstDataChunk< Scalar >::values().