xFileDataNodeTemplate.I 1.0 KB

12345678910111213141516171819202122232425262728
  1. // Filename: xFileDataNodeTemplate.I
  2. // Created by: drose (03Oct04)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. //
  6. // PANDA 3D SOFTWARE
  7. // Copyright (c) 2001 - 2004, Disney Enterprises, Inc. All rights reserved
  8. //
  9. // All use of this software is subject to the terms of the Panda 3d
  10. // Software license. You should have received a copy of this license
  11. // along with this source code; you will also find a current copy of
  12. // the license at http://etc.cmu.edu/panda3d/docs/license/ .
  13. //
  14. // To contact the maintainers of this program write to
  15. // [email protected] .
  16. //
  17. ////////////////////////////////////////////////////////////////////
  18. ////////////////////////////////////////////////////////////////////
  19. // Function: XFileDataNodeTemplate::get_template
  20. // Access: Public
  21. // Description: Returns the template used to define this data object.
  22. ////////////////////////////////////////////////////////////////////
  23. INLINE XFileTemplate *XFileDataNodeTemplate::
  24. get_template() const {
  25. return _template;
  26. }