23 XFileDataNode(
XFile *x_file,
const std::string &name,
50 if (_template->is_standard() &&
51 _template->get_name() == template_name) {
64 return _template->get_name();
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A single node of an X file.
virtual bool is_object() const
Returns true if this node represents a data object that is the instance of some template,...
virtual std::string get_type_name() const
Returns a string that represents the type of object this data object represents.
This represents the complete contents of an X file (file.x) in memory.
A template definition in the X file.
TypeHandle is the identifier used to differentiate C++ class types.
virtual bool is_standard_object(const std::string &template_name) const
Returns true if this node represents an instance of the standard template with the indicated name,...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.