14#ifndef USERVERTEXTRANSFORM_H
15#define USERVERTEXTRANSFORM_H
35 INLINE
const std::string &get_name()
const;
37 INLINE
void set_matrix(
const LMatrix4 &matrix);
38 virtual void get_matrix(LMatrix4 &matrix)
const;
40 virtual void output(std::ostream &out)
const;
46 class EXPCL_PANDA_GOBJ CData :
public CycleData {
49 INLINE CData(
const CData ©);
54 return UserVertexTransform::get_class_type();
65 static void register_with_read_factory();
76 static void init_type() {
77 VertexTransform::init_type();
79 VertexTransform::get_class_type());
82 return get_class_type();
84 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
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 ...
This template class calls PipelineCycler::write() in the constructor and PipelineCycler::release_writ...
A single page of data maintained by a PipelineCycler.
A class to retrieve the individual data elements previously stored in a Datagram.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
An instance of this class is passed to the Factory when requesting it to do its business and construc...
TypeHandle is the identifier used to differentiate C++ class types.
Base class for objects that can be written to and read from Bam files.
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.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
This class maintains different copies of a page of data between stages of the graphics pipeline (or a...