39 CurveType _curve_type;
53 return get_class_type();
55 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
59 static void init_type() {
60 FltBeadID::init_type();
62 FltBeadID::get_class_type());
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly.
A base class for any of a broad family of flt beads that include an ID.
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
int get_num_control_points() const
Returns the number of control points assigned to the curve.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
const LPoint3d & get_control_point(int n) const
Returns the nth control point assigned to the curve.
TypeHandle is the identifier used to differentiate C++ class types.
A single curve, like a Bezier or B-Spline.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.