nux-0.9.46

nux::SplineKnot::Knot Class Reference

#include <Nux/SplineCurveEditor.h>

Public Member Functions

 Knot (double kX, double kY, bool selected=false, bool excluded=false)
bool operator== (const Knot &knot)
bool operator!= (const Knot &knot)
bool operator> (const Knot &knot) const
bool operator< (const Knot &knot) const
double GetX () const
double GetY () const
void SetX (double d)
void SetY (double d)

Friends

class SplineKnot

Constructor & Destructor Documentation

nux::SplineKnot::Knot::Knot ( double  kX,
double  kY,
bool  selected = false,
bool  excluded = false 
) [inline]

Member Function Documentation

double nux::SplineKnot::Knot::GetX ( ) const [inline]
double nux::SplineKnot::Knot::GetY ( ) const [inline]
bool nux::SplineKnot::Knot::operator!= ( const Knot knot) [inline]
bool nux::SplineKnot::Knot::operator< ( const Knot knot) const [inline]
bool nux::SplineKnot::Knot::operator== ( const Knot knot) [inline]
bool nux::SplineKnot::Knot::operator> ( const Knot knot) const [inline]
void nux::SplineKnot::Knot::SetX ( double  d) [inline]
void nux::SplineKnot::Knot::SetY ( double  d) [inline]

Friends And Related Function Documentation

friend class SplineKnot [friend]

The documentation for this class was generated from the following file: