15 #ifndef USERVERTEXSLIDER_H 16 #define USERVERTEXSLIDER_H 18 #include "pandabase.h" 19 #include "vertexSlider.h" 20 #include "cycleData.h" 21 #include "cycleDataReader.h" 22 #include "cycleDataWriter.h" 23 #include "pipelineCycler.h" 39 INLINE
void set_slider(PN_stdfloat slider);
40 virtual PN_stdfloat get_slider()
const;
44 class EXPCL_PANDA_GOBJ CData :
public CycleData {
47 INLINE CData(
const CData ©);
52 return UserVertexSlider::get_class_type();
63 static void register_with_read_factory();
74 static void init_type() {
75 VertexSlider::init_type();
76 register_type(_type_handle,
"UserVertexSlider",
77 VertexSlider::get_class_type());
80 return get_class_type();
82 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
88 #include "userVertexSlider.I"
This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
This is a specialization on VertexSlider that allows the user to specify any arbitrary slider valie h...
A single page of data maintained by a PipelineCycler.
Base class for objects that can be written to and read from Bam files.
virtual TypeHandle get_parent_type() const
Returns the type of the container that owns the CycleData.
This is an abstract base class that retains some slider value, which is a linear value that typically...
This is the fundamental interface for writing binary objects to a Bam file, to be extracted later by ...
This template class calls PipelineCycler::read_unlocked(), and then provides a transparent read-only ...
virtual void write_datagram(BamWriter *, Datagram &) const
Writes the contents of this object to the datagram for shipping out to a Bam file.
An instance of this class is passed to the Factory when requesting it to do its business and construc...
This template class calls PipelineCycler::write() in the constructor and PipelineCycler::release_writ...
virtual void fillin(DatagramIterator &scan, BamReader *manager)
This internal function is intended to be called by each class's make_from_bam() method to read in all...
A class to retrieve the individual data elements previously stored in a Datagram. ...
TypeHandle is the identifier used to differentiate C++ class types.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...