Playa::ConstDataChunk< Scalar > Class Template Reference

#include <PlayaDataChunk.hpp>

List of all members.

Public Member Functions

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


Detailed Description

template<class Scalar>
class Playa::ConstDataChunk< Scalar >

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

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

Definition at line 18 of file PlayaDataChunk.hpp.


Constructor & Destructor Documentation

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

Definition at line 22 of file PlayaDataChunk.hpp.


Member Function Documentation

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

Definition at line 26 of file PlayaDataChunk.hpp.

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

Definition at line 29 of file PlayaDataChunk.hpp.


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

doxygen