|
Tao C++ Types and Plugin: TcComplex class Reference
TcComplex Class ReferenceCorresponding to TaoComplex.
More...
#include <taoCpptype.h>
Inheritance diagram for TcComplex:
List of all members.
|
Public Member Functions |
| TcComplex (double rl=0, double ig=0) |
void | setValue (double rl, double ig) |
| Set both the real and imaginary parts.
|
void | setReal (double rl) |
| Set real part.
|
void | setImag (double ig) |
| Set imaginary part.
|
double | getReal () |
| Get real part.
|
double | getImag () |
| Get imaginary part.
|
short | type () const |
| Get object type.
|
short | rtti () const |
void | print (ostream *out=0, bool reserved=0) |
| Print with default format.
|
Detailed Description
Corresponding to TaoComplex.
Member Function Documentation
short TcComplex::rtti |
( |
|
) |
const [inline, virtual] |
|
|
Get object Running Time Type Identification. It is different from type() only for numeric arrays.
Reimplemented from TcBase. |
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
|
|