#include <PlayaDataChunk.hpp>
Public Member Functions | |
| NonConstDataChunk (int size, Scalar *values) | |
| const Scalar * | values () const |
| Scalar * | values () |
| int | size () const |
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.
| const Scalar* Playa::NonConstDataChunk< Scalar >::values | ( | ) | const [inline] |
Definition at line 50 of file PlayaDataChunk.hpp.
| Scalar* Playa::NonConstDataChunk< Scalar >::values | ( | ) | [inline] |
Definition at line 53 of file PlayaDataChunk.hpp.
| int Playa::NonConstDataChunk< Scalar >::size | ( | ) | const [inline] |
Definition at line 56 of file PlayaDataChunk.hpp.