X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsinfg%2Fvaluenode_segcalctangent.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fsinfg%2Fvaluenode_segcalctangent.h;h=0000000000000000000000000000000000000000;hb=e3acc0b267b14fda5db3c7bbb2f218b993ef84b3;hp=38ab1ffa780bd6b7639937ed7bc59b48eeccd03a;hpb=ced68168d8518aac837f20e73bcd1e84a6bd6178;p=synfig.git diff --git a/synfig-core/trunk/src/sinfg/valuenode_segcalctangent.h b/synfig-core/trunk/src/sinfg/valuenode_segcalctangent.h deleted file mode 100644 index 38ab1ff..0000000 --- a/synfig-core/trunk/src/sinfg/valuenode_segcalctangent.h +++ /dev/null @@ -1,82 +0,0 @@ -/* === S I N F G =========================================================== */ -/*! \file valuenode_segcalctangent.h -** \brief Template Header -** -** $Id: valuenode_segcalctangent.h,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $ -** -** \legal -** Copyright (c) 2002 Robert B. Quattlebaum Jr. -** -** This software and associated documentation -** are CONFIDENTIAL and PROPRIETARY property of -** the above-mentioned copyright holder. -** -** You may not copy, print, publish, or in any -** other way distribute this software without -** a prior written agreement with -** the copyright holder. -** \endlegal -*/ -/* ========================================================================= */ - -/* === S T A R T =========================================================== */ - -#ifndef __SINFG_VALUENODE_SEGCALCTANGENT_H -#define __SINFG_VALUENODE_SEGCALCTANGENT_H - -/* === H E A D E R S ======================================================= */ - -#include "valuenode.h" - -/* === M A C R O S ========================================================= */ - -/* === C L A S S E S & S T R U C T S ======================================= */ - -namespace sinfg { - -class ValueNode_SegCalcTangent : public LinkableValueNode -{ - ValueNode::RHandle segment_; - ValueNode::RHandle amount_; - - ValueNode_SegCalcTangent(const ValueBase::Type &x=ValueBase::TYPE_VECTOR); - -public: - - typedef etl::handle Handle; - typedef etl::handle ConstHandle; - - //static Handle create(const ValueBase::Type &x=ValueBase::TYPE_VECTOR); - - - virtual ValueBase operator()(Time t)const; - - virtual ~ValueNode_SegCalcTangent(); - - virtual String get_name()const; - virtual String get_local_name()const; - - - 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; - -protected: - virtual bool set_link_vfunc(int i,ValueNode::Handle x); - LinkableValueNode* create_new()const; - -public: - using sinfg::LinkableValueNode::get_link_vfunc; - using sinfg::LinkableValueNode::set_link_vfunc; - static bool check_type(ValueBase::Type type); - static ValueNode_SegCalcTangent* create(const ValueBase &x=ValueBase::TYPE_VECTOR); -}; // END of class ValueNode_SegCalcTangent - -}; // END of namespace sinfg - -/* === E N D =============================================================== */ - -#endif