15 #include "xFileDataNode.h" 26 XFileDataNode(
XFile *x_file,
const string &name,
61 if (_template->is_standard() &&
62 _template->get_name() == template_name) {
77 return _template->get_name();
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, or false otherwise.
virtual string get_type_name() const
Returns a string that represents the type of object this data object represents.
virtual bool is_standard_object(const string &template_name) const
Returns true if this node represents an instance of the standard template with the indicated name...
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.