Playa::NonConstDataChunk< Scalar > Class Template Reference

#include <PlayaDataChunk.hpp>

List of all members.

Public Member Functions

 NonConstDataChunk (int size, Scalar *values)
const Scalar * values () const
Scalar * values ()
int size () const


Detailed Description

template<class Scalar>
class Playa::NonConstDataChunk< Scalar >

This class wraps a pointer to a single contiguous chunk of scalar data

Author:
Kevin Long (kevin.long@ttu.edu)

Definition at line 42 of file PlayaDataChunk.hpp.


Constructor & Destructor Documentation

template<class Scalar>
Playa::NonConstDataChunk< Scalar >::NonConstDataChunk ( int  size,
Scalar *  values 
) [inline]

Definition at line 46 of file PlayaDataChunk.hpp.


Member Function Documentation

template<class Scalar>
const Scalar* Playa::NonConstDataChunk< Scalar >::values (  )  const [inline]

Definition at line 50 of file PlayaDataChunk.hpp.

template<class Scalar>
Scalar* Playa::NonConstDataChunk< Scalar >::values (  )  [inline]

Definition at line 53 of file PlayaDataChunk.hpp.

template<class Scalar>
int Playa::NonConstDataChunk< Scalar >::size (  )  const [inline]

Definition at line 56 of file PlayaDataChunk.hpp.


The documentation for this class was generated from the following file:

doxygen