Public Member Functions

TernaryPoint Class Reference

TernaryPoint defines a point within a ternary coordinate plane. More...

#include <TernaryPoint.h>

Collaboration diagram for TernaryPoint:
Collaboration graph
[legend]

List of all members.

Public Member Functions

double a () const
double b () const
double c () const
bool isValid () const
void set (double a, double b)
 TernaryPoint ()
 TernaryPoint (double a, double b)

Detailed Description

TernaryPoint defines a point within a ternary coordinate plane.

Definition at line 33 of file TernaryPoint.h.


Constructor & Destructor Documentation

TernaryPoint::TernaryPoint (  )

Definition at line 31 of file TernaryPoint.cpp.

References isValid().

TernaryPoint::TernaryPoint ( double  a,
double  b 
)

Definition at line 38 of file TernaryPoint.cpp.

References a(), and b().


Member Function Documentation

double TernaryPoint::a (  ) const

Definition at line 39 of file TernaryPoint.h.

Referenced by operator<<(), set(), TernaryPoint(), and translate().

double TernaryPoint::b (  ) const

Definition at line 40 of file TernaryPoint.h.

Referenced by operator<<(), set(), TernaryPoint(), and translate().

double TernaryPoint::c (  ) const

Definition at line 41 of file TernaryPoint.h.

Referenced by operator<<().

bool TernaryPoint::isValid (  ) const

Definition at line 60 of file TernaryPoint.cpp.

Referenced by operator<<(), set(), TernaryPoint(), and translate().

void TernaryPoint::set ( double  a,
double  b 
)

Definition at line 45 of file TernaryPoint.cpp.

References a(), b(), and isValid().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

Klarälvdalens Datakonsult AB (KDAB)
Qt-related services and products
http://www.kdab.com/
http://www.kdab.com/products/kd-chart/