29template<
class Parameter>
30class EggMorph :
public Namable {
32 INLINE EggMorph(
const std::string &name,
const Parameter &offset);
33 INLINE
void set_offset(
const Parameter &offset);
34 INLINE
const Parameter &get_offset()
const;
36 INLINE
bool operator < (
const EggMorph<Parameter> &other)
const;
37 INLINE
bool operator == (
const EggMorph<Parameter> &other)
const;
38 INLINE
bool operator != (
const EggMorph<Parameter> &other)
const;
40 INLINE
int compare_to(
const EggMorph<Parameter> &other,
double threshold)
const;
42 INLINE
void output(std::ostream &out,
const std::string &tag,
43 int num_dimensions)
const;
A single <Dxyz> or <Duv> or some such entry.
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.