Public Member Functions | |
| NonConstDataChunk (int size, Scalar *values) | |
| const Scalar * | values () const | 
| Scalar * | values () | 
| int | size () const | 
Private Attributes | |
| int | size_ | 
| Scalar * | values_ | 
Definition at line 42 of file PlayaDataChunk.hpp.
| Playa::NonConstDataChunk< Scalar >::NonConstDataChunk | ( | int | size, | |
| Scalar * | values | |||
| ) |  [inline] | 
        
Definition at line 46 of file PlayaDataChunk.hpp.
| int Playa::NonConstDataChunk< Scalar >::size | ( | ) |  const [inline] | 
        
Definition at line 56 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[]().
| Scalar* Playa::NonConstDataChunk< Scalar >::values | ( | ) |  [inline] | 
        
Definition at line 53 of file PlayaDataChunk.hpp.
References Playa::NonConstDataChunk< Scalar >::values_.
| const Scalar* Playa::NonConstDataChunk< Scalar >::values | ( | ) |  const [inline] | 
        
Definition at line 50 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[]().
int Playa::NonConstDataChunk< Scalar >::size_ [private]           | 
        
Definition at line 58 of file PlayaDataChunk.hpp.
Referenced by Playa::NonConstDataChunk< Scalar >::size().
Scalar* Playa::NonConstDataChunk< Scalar >::values_ [private]           | 
        
Definition at line 59 of file PlayaDataChunk.hpp.
Referenced by Playa::NonConstDataChunk< Scalar >::values().