18 #include "pandabase.h" 32 template<
class Parameter>
35 INLINE
EggMorph(
const string &name,
const Parameter &offset);
36 INLINE
void set_offset(
const Parameter &offset);
37 INLINE
const Parameter &get_offset()
const;
39 INLINE
bool operator < (const EggMorph<Parameter> &other)
const;
45 INLINE
void output(ostream &out,
const string &tag,
46 int num_dimensions)
const;
int compare_to(const EggMorph< Parameter > &other, double threshold) const
compare_to() compares a different space than the operator methods, which only check the name...
A single <Dxyz> or <Duv> or some such entry.
A base class for all things which can have a name.