Public Member Functions | |
| NonConstDataChunk (int size, Scalar *values) | |
| const Scalar * | values () const |
| Scalar * | values () |
| int | size () const |
Private Attributes | |
| int | size_ |
| Scalar * | values_ |
This class wraps a pointer to a single contiguous chunk of scalar data
Definition at line 79 of file PlayaDataChunk.hpp.
| Playa::NonConstDataChunk< Scalar >::NonConstDataChunk | ( | int | size, |
| Scalar * | values | ||
| ) | [inline] |
Definition at line 83 of file PlayaDataChunk.hpp.
| int Playa::NonConstDataChunk< Scalar >::size | ( | ) | const [inline] |
Definition at line 93 of file PlayaDataChunk.hpp.
References Playa::NonConstDataChunk< Scalar >::size_.
Referenced by Playa::Vector< Scalar >::acceptUnaryFunctor(), Playa::Vector< Scalar >::applyBinaryFunctor(), Playa::Vector< Scalar >::applyTernaryFunctor(), Playa::Vector< Scalar >::applyUnaryFunctor(), and Playa::Vector< Scalar >::operator[]().
| const Scalar* Playa::NonConstDataChunk< Scalar >::values | ( | ) | const [inline] |
Definition at line 87 of file PlayaDataChunk.hpp.
References Playa::NonConstDataChunk< Scalar >::values_.
Referenced by Playa::Vector< Scalar >::acceptUnaryFunctor(), Playa::Vector< Scalar >::applyBinaryFunctor(), Playa::Vector< Scalar >::applyTernaryFunctor(), Playa::Vector< Scalar >::applyUnaryFunctor(), and Playa::Vector< Scalar >::operator[]().
| Scalar* Playa::NonConstDataChunk< Scalar >::values | ( | ) | [inline] |
Definition at line 90 of file PlayaDataChunk.hpp.
References Playa::NonConstDataChunk< Scalar >::values_.
int Playa::NonConstDataChunk< Scalar >::size_ [private] |
Definition at line 95 of file PlayaDataChunk.hpp.
Referenced by Playa::NonConstDataChunk< Scalar >::size().
Scalar* Playa::NonConstDataChunk< Scalar >::values_ [private] |
Definition at line 96 of file PlayaDataChunk.hpp.
Referenced by Playa::NonConstDataChunk< Scalar >::values().