Tao Language for Scripting and Computing

Documentation for Tao C++ Types and Plugin
Home Page
Documents
Downloads
Licensing
MailLists
Forums
FAQ



SourceForge Logo

Support This Project
Tao C++ Types and Plugin: TcFloatArray class Reference

TcFloatArray Class Reference

Corresponding to TaoFloatArray. More...

#include <taoCpptype.h>

Inheritance diagram for TcFloatArray:

TcNumArray TcBase List of all members.

Public Member Functions

 ~TcFloatArray ()
float & element (int id)
 Get "id"-th element as in a vector.

float & element (int *index)
 Get element specified by a subindex.

float * getAsVector ()
 Get as vector.

float ** getAsMatrix (int nR=-1)
 Get as matrix.

void setFloatArray (float *vals, int *dm, int nd)
 See comments in TcByteArray.

short rtti () const

Detailed Description

Corresponding to TaoFloatArray.


Constructor & Destructor Documentation

TcFloatArray::~TcFloatArray  )  [inline]
 

"values" are not freed! See comments in TcByteArray.


Member Function Documentation

short TcFloatArray::rtti  )  const [inline, virtual]
 

Get object Running Time Type Identification. It is different from type() only for numeric arrays.

Reimplemented from TcNumArray.


The documentation for this class was generated from the following file:
Generated on Sun Apr 24 23:42:18 2005 for Tao C++ Types and Plugin by doxygen 1.3.6
This website is maintained by Fu Limin.
Copyright(C) 2004-2005, Fu Limin.
Email: fu [dot] limin [dot] tao [at] gmail [dot] com