BIE::TypedBuffer_RealArray Class Reference

For CLI to handle arrays (real). More...

#include <TypedBuffer.h>

Inheritance diagram for BIE::TypedBuffer_RealArray:
Collaboration diagram for BIE::TypedBuffer_RealArray:

List of all members.

Public Member Functions

 TypedBuffer_RealArray (BasicType *)
 Constructor with no value.
 TypedBuffer_RealArray (BasicType *, vector< double >)
 Constructor with an initial array.
vector< double > getRealArrayValue ()
 Get the array in the buffer.
double getRealArrayValue (int offset)
 Get the value of the array at offset.
void setRealArrayValue (vector< double > vd)
 Set the buffer's array.
void setRealArrayValue (double dv)
 Add a value to the array.
void setRealArrayValue (int offset, double dv)
 Add a value at a particular offset.
string toString ()
 Convert the array to a string for output.

Friends

class boost::serialization::access


Detailed Description

For CLI to handle arrays (real).
The documentation for this class was generated from the following file:

Send suggestions, questions, and feedback to WEINBERG at ASTRO dot UMASS dot EDU.
Documentation generated at Fri Mar 26 00:35:13 2010 by doxygen