ardour
Public Member Functions | Private Member Functions | List of all members
CurveTest Class Reference

#include <CurveTest.hpp>

Inheritance diagram for CurveTest:

Public Member Functions

void twoPointLinear ()
 
void threePointLinear ()
 
void threePointDiscete ()
 
void constrainedCubic ()
 
void ctrlListEval ()
 

Private Member Functions

 CPPUNIT_TEST_SUITE (CurveTest)
 
 CPPUNIT_TEST (twoPointLinear)
 
 CPPUNIT_TEST (threePointLinear)
 
 CPPUNIT_TEST (threePointDiscete)
 
 CPPUNIT_TEST (constrainedCubic)
 
 CPPUNIT_TEST (ctrlListEval)
 
 CPPUNIT_TEST_SUITE_END ()
 
boost::shared_ptr
< Evoral::ControlList
TestCtrlList ()
 

Detailed Description

Definition at line 6 of file CurveTest.hpp.

Member Function Documentation

void CurveTest::constrainedCubic ( )

Definition at line 232 of file CurveTest.cpp.

CurveTest::CPPUNIT_TEST ( twoPointLinear  )
private
CurveTest::CPPUNIT_TEST ( threePointLinear  )
private
CurveTest::CPPUNIT_TEST ( threePointDiscete  )
private
CurveTest::CPPUNIT_TEST ( constrainedCubic  )
private
CurveTest::CPPUNIT_TEST ( ctrlListEval  )
private
CurveTest::CPPUNIT_TEST_SUITE ( CurveTest  )
private
CurveTest::CPPUNIT_TEST_SUITE_END ( )
private
void CurveTest::ctrlListEval ( )

Definition at line 156 of file CurveTest.cpp.

boost::shared_ptr<Evoral::ControlList> CurveTest::TestCtrlList ( )
inlineprivate

Definition at line 24 of file CurveTest.hpp.

void CurveTest::threePointDiscete ( )

Definition at line 134 of file CurveTest.cpp.

void CurveTest::threePointLinear ( )

Definition at line 99 of file CurveTest.cpp.

void CurveTest::twoPointLinear ( )

Definition at line 25 of file CurveTest.cpp.


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