17 INLINE EggFilenameNode::
24 INLINE EggFilenameNode::
25 EggFilenameNode(
const std::string &node_name,
const Filename &filename) :
35 INLINE EggFilenameNode::
38 _filename(copy._filename),
39 _fullpath(copy._fullpath)
48 EggNode::operator = (copy);
49 _filename = copy._filename;
50 _fullpath = copy._fullpath;
65 INLINE
void EggFilenameNode::
66 set_filename(
const Filename &filename) {
void set_fullpath(const Filename &fullpath)
Records the full pathname to the file, for the benefit of get_fullpath().
const Filename & get_filename() const
Returns a nonmodifiable reference to the filename.
This is an egg node that contains a filename.
The name of a file, such as a texture file or an Egg file.
const Filename & get_fullpath() const
Returns the full pathname to the file, if it is known; otherwise, returns the same thing as get_filen...
A base class for things that may be directly added into the egg hierarchy.