|
Index
C++ Code Documentation
lab::kernel::Rectangular
Derived from: lab::kernel::PlanarDomain
File: LAB/lab/kernel/Rectangular.H
public:
- Rectangular( base::String const & );
 | constructor | |
- Rectangular( Complex const &base, Complex const &a0, uint count0, Complex const &a1, uint count1 );
- Rectangular( Rectangular const & );
 | copy constructor | |
- virtual ~Rectangular();
 | destructor | |
- Rectangular &operator=( Rectangular const & );
 | assignment operator | |
- void set( Complex const &base, Complex const &a0, uint count0, Complex const &a1, uint count1 );
- void set( base::String const & );
- void get( Complex &base, Complex &a0, uint &count0, Complex &a1, uint &count1 ) const;
- virtual Complex z( uint i, uint j ) const;
protected:
private:
- class Exception : public base::Exception;
- Exception( ErrorCode code ) throw() : base::Exception( _message0[code] );
- static char const *const _message0[];
- };
- Complex _base;
- Complex _a0;
- Complex _a1;
- Complex _delta0;
- Complex _delta1;
|