|
Tao C++ Types and Plugin: TcComplexArray class Reference
TcComplexArray Class ReferenceCorresponding to TaoCompArray<double>.
More...
#include <taoCpptype.h>
Inheritance diagram for TcComplexArray:
List of all members.
|
Public Member Functions |
double & | real (int id) |
double & | imag (int id) |
double & | real (int *index) |
double & | imag (int *index) |
double * | getAsVector (bool r=1) |
| Get as vector. If r=TRUE, get the real part.
|
double ** | getAsMatrix (int nR=-1, bool getreal=1) |
| Get as matrix. If r=TRUE, get the real part.
|
short | rtti () const |
Detailed Description
Corresponding to TaoCompArray<double>.
Member Function Documentation
short TcComplexArray::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
1.3.6
|
|