#include <HOM_ChannelGraphSelection.h>
|
| | HOM_ChannelGraphSelection () |
| |
| | HOM_ChannelGraphSelection (const std::string &name, const std::vector< int > &flags) |
| |
| virtual | ~HOM_ChannelGraphSelection () |
| |
| std::string | __repr__ () |
| |
| bool | operator== (const HOM_ChannelGraphSelection &p) const |
| |
| bool | operator== (HOM_PtrOrNull< HOM_ChannelGraphSelection > p) |
| |
| bool | operator!= (HOM_PtrOrNull< HOM_ChannelGraphSelection > p) |
| |
| HOM_Parm * | parm () |
| |
| std::string | path () |
| |
std::vector< HOM_ElemPtr
< HOM_BaseKeyframe > > | keyframes () |
| |
| std::vector< int > | flags () |
| |
| void | setFlags (const std::vector< int > &flags) |
| |
| std::vector< int > | values () |
| |
| std::vector< int > | timeMarks () |
| |
| std::vector< int > | slopes () |
| |
| std::vector< int > | accelerations () |
| |
| std::vector< int > | segments () |
| |
| std::vector< int > | inValues () |
| |
| std::vector< int > | inSlopes () |
| |
| std::vector< int > | inAccelerations () |
| |
| std::vector< int > | outValues () |
| |
| std::vector< int > | outSlopes () |
| |
| std::vector< int > | outAccelerations () |
| |
| void | selectValues (const std::vector< int > &sel, bool in=true, bool out=true) |
| |
| void | selectTimeMarks (const std::vector< int > &sel) |
| |
| void | selectSlopes (const std::vector< int > &sel, bool in=true, bool out=true) |
| |
| void | selectAccelerations (const std::vector< int > &sel, bool in=true, bool out=true) |
| |
| void | selectSegments (const std::vector< int > &sel) |
| |
| void | deselectValues (const std::vector< int > &sel, bool in=true, bool out=true) |
| |
| void | deselectTimeMarks (const std::vector< int > &sel) |
| |
| void | deselectSlopes (const std::vector< int > &sel, bool in=true, bool out=true) |
| |
| void | deselectAccelerations (const std::vector< int > &sel, bool in=true, bool out=true) |
| |
| void | deselectSegments (const std::vector< int > &sel) |
| |
Definition at line 25 of file HOM_ChannelGraphSelection.h.
| HOM_ChannelGraphSelection::HOM_ChannelGraphSelection |
( |
| ) |
|
| HOM_ChannelGraphSelection::HOM_ChannelGraphSelection |
( |
const std::string & |
name, |
|
|
const std::vector< int > & |
flags |
|
) |
| |
| virtual HOM_ChannelGraphSelection::~HOM_ChannelGraphSelection |
( |
| ) |
|
|
virtual |
| std::string HOM_ChannelGraphSelection::__repr__ |
( |
| ) |
|
| std::vector<int> HOM_ChannelGraphSelection::accelerations |
( |
| ) |
|
| void HOM_ChannelGraphSelection::deselectAccelerations |
( |
const std::vector< int > & |
sel, |
|
|
bool |
in = true, |
|
|
bool |
out = true |
|
) |
| |
| void HOM_ChannelGraphSelection::deselectSegments |
( |
const std::vector< int > & |
sel | ) |
|
| void HOM_ChannelGraphSelection::deselectSlopes |
( |
const std::vector< int > & |
sel, |
|
|
bool |
in = true, |
|
|
bool |
out = true |
|
) |
| |
| void HOM_ChannelGraphSelection::deselectTimeMarks |
( |
const std::vector< int > & |
sel | ) |
|
| void HOM_ChannelGraphSelection::deselectValues |
( |
const std::vector< int > & |
sel, |
|
|
bool |
in = true, |
|
|
bool |
out = true |
|
) |
| |
| std::vector<int> HOM_ChannelGraphSelection::flags |
( |
| ) |
|
| std::vector<int> HOM_ChannelGraphSelection::inAccelerations |
( |
| ) |
|
| std::vector<int> HOM_ChannelGraphSelection::inSlopes |
( |
| ) |
|
| std::vector<int> HOM_ChannelGraphSelection::inValues |
( |
| ) |
|
| std::vector<int> HOM_ChannelGraphSelection::outAccelerations |
( |
| ) |
|
| std::vector<int> HOM_ChannelGraphSelection::outSlopes |
( |
| ) |
|
| std::vector<int> HOM_ChannelGraphSelection::outValues |
( |
| ) |
|
| HOM_Parm* HOM_ChannelGraphSelection::parm |
( |
| ) |
|
| std::string HOM_ChannelGraphSelection::path |
( |
| ) |
|
| std::vector<int> HOM_ChannelGraphSelection::segments |
( |
| ) |
|
| void HOM_ChannelGraphSelection::selectAccelerations |
( |
const std::vector< int > & |
sel, |
|
|
bool |
in = true, |
|
|
bool |
out = true |
|
) |
| |
| void HOM_ChannelGraphSelection::selectSegments |
( |
const std::vector< int > & |
sel | ) |
|
| void HOM_ChannelGraphSelection::selectSlopes |
( |
const std::vector< int > & |
sel, |
|
|
bool |
in = true, |
|
|
bool |
out = true |
|
) |
| |
| void HOM_ChannelGraphSelection::selectTimeMarks |
( |
const std::vector< int > & |
sel | ) |
|
| void HOM_ChannelGraphSelection::selectValues |
( |
const std::vector< int > & |
sel, |
|
|
bool |
in = true, |
|
|
bool |
out = true |
|
) |
| |
| void HOM_ChannelGraphSelection::setFlags |
( |
const std::vector< int > & |
flags | ) |
|
| std::vector<int> HOM_ChannelGraphSelection::slopes |
( |
| ) |
|
| std::vector<int> HOM_ChannelGraphSelection::timeMarks |
( |
| ) |
|
| std::vector<int> HOM_ChannelGraphSelection::values |
( |
| ) |
|
The documentation for this class was generated from the following file: