V-ART
|
A modifier controls how one DOF influences other DOF. More...
#include <modifier.h>
Public Member Functions | |
Modifier () | |
Modifier (Dof **dofs, Curve *mins, Curve *maxs, int numD) | |
~Modifier () | |
void | SetMaxList (Curve *list) |
void | SetMinList (Curve *list) |
void | SetDofList (Dof **list) |
Curve * | GetMinPonderatorList () |
Curve * | GetMaxPonderatorList () |
float | GetMin () |
float | GetMax () |
A modifier controls how one DOF influences other DOF.
FixMe: Put a detailed description here.
Definition at line 16 of file modifier.h.
VART::Modifier::Modifier | ( | ) |
Definition at line 8 of file modifier.cpp.
VART::Modifier::Modifier | ( | VART::Dof ** | dofs, |
VART::Curve * | mins, | ||
VART::Curve * | maxs, | ||
int | numD | ||
) |
Definition at line 15 of file modifier.cpp.
VART::Modifier::~Modifier | ( | ) |
Definition at line 22 of file modifier.cpp.
float VART::Modifier::GetMax | ( | ) |
Definition at line 50 of file modifier.cpp.
References VART::Bezier::GetPoint(), and VART::Point4D::GetY().
VART::Curve * VART::Modifier::GetMaxPonderatorList | ( | ) |
Definition at line 32 of file modifier.cpp.
float VART::Modifier::GetMin | ( | ) |
Definition at line 36 of file modifier.cpp.
References VART::Bezier::GetPoint(), and VART::Point4D::GetY().
VART::Curve * VART::Modifier::GetMinPonderatorList | ( | ) |
Definition at line 28 of file modifier.cpp.
void VART::Modifier::SetDofList | ( | Dof ** | list | ) |
void VART::Modifier::SetMaxList | ( | Curve * | list | ) |
void VART::Modifier::SetMinList | ( | Curve * | list | ) |