Functions

TransferFunction.cpp File Reference

#include "TransferFunction.hpp"
#include "TransferFunctionWindow.hpp"

Functions

bool ControlPointSort (const ControlPoint *lhs, const ControlPoint *rhs)
 Control point sort predicate.

Function Documentation

bool ControlPointSort ( const ControlPoint lhs,
const ControlPoint rhs 
)

Control point sort predicate.

Parameters:
lhsThe left hand side.
rhsThe right hand side.
Returns:
true if lhs is smaller, false if not.