#include <valuenode_segcalctangent.h>
Inheritance diagram for synfig::ValueNode_SegCalcTangent:
Public Types | |
typedef etl::handle< ValueNode_SegCalcTangent > | Handle |
typedef etl::handle< const ValueNode_SegCalcTangent > | ConstHandle |
Public Member Functions | |
virtual ValueBase | operator() (Time t) const |
Returns the value of the ValueNode at time t. | |
virtual | ~ValueNode_SegCalcTangent () |
virtual String | get_name () const |
Returns the name of the ValueNode type. | |
virtual String | get_local_name () const |
Returns the localized name of the ValueNode type. | |
virtual ValueNode::LooseHandle | get_link_vfunc (int i) const |
virtual int | link_count () const |
virtual String | link_name (int i) const |
virtual String | link_local_name (int i) const |
virtual int | get_link_index_from_name (const String &name) const |
Static Public Member Functions | |
static bool | check_type (ValueBase::Type type) |
static ValueNode_SegCalcTangent * | create (const ValueBase &x=ValueBase::TYPE_VECTOR) |
Protected Member Functions | |
virtual bool | set_link_vfunc (int i, ValueNode::Handle x) |
LinkableValueNode * | create_new () const |
|
Reimplemented from synfig::LinkableValueNode. |
|
Reimplemented from synfig::LinkableValueNode. |
|
|
|
Returns the value of the ValueNode at time t.
Reimplemented from synfig::ValueNode. |
|
Returns the name of the ValueNode type.
Implements synfig::ValueNode. |
|
Returns the localized name of the ValueNode type.
Implements synfig::ValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
Implements synfig::LinkableValueNode. |
|
|
|
|