Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

panda/src/egg/eggCoordinateSystem.I

Go to the documentation of this file.
00001 // Filename: eggCoordinateSystem.I
00002 // Created by:  drose (20Jan99)
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) 2001, Disney Enterprises, Inc.  All rights reserved
00008 //
00009 // All use of this software is subject to the terms of the Panda 3d
00010 // Software license.  You should have received a copy of this license
00011 // along with this source code; you will also find a current copy of
00012 // the license at http://www.panda3d.org/license.txt .
00013 //
00014 // To contact the maintainers of this program write to
00015 // panda3d@yahoogroups.com .
00016 //
00017 ////////////////////////////////////////////////////////////////////
00018 
00019 
00020 
00021 ////////////////////////////////////////////////////////////////////
00022 //     Function: EggCoordinateSystem::Constructor
00023 //       Access: Public
00024 //  Description:
00025 ////////////////////////////////////////////////////////////////////
00026 INLINE EggCoordinateSystem::
00027 EggCoordinateSystem(CoordinateSystem value) {
00028   _value = value;
00029 }
00030 
00031 
00032 ////////////////////////////////////////////////////////////////////
00033 //     Function: EggCoordinateSystem::Copy Constructor
00034 //       Access: Public
00035 //  Description:
00036 ////////////////////////////////////////////////////////////////////
00037 INLINE EggCoordinateSystem::
00038 EggCoordinateSystem(const EggCoordinateSystem &copy)
00039   : EggNode(copy), _value(copy._value) { }
00040 
00041 
00042 ////////////////////////////////////////////////////////////////////
00043 //     Function: EggCoordinateSystem::set_value
00044 //       Access: Public
00045 //  Description:
00046 ////////////////////////////////////////////////////////////////////
00047 INLINE void EggCoordinateSystem::
00048 set_value(CoordinateSystem value) {
00049   _value = value;
00050 }
00051 
00052 
00053 ////////////////////////////////////////////////////////////////////
00054 //     Function: EggCoordinateSystem::set_value
00055 //       Access: Public
00056 //  Description:
00057 ////////////////////////////////////////////////////////////////////
00058 INLINE CoordinateSystem EggCoordinateSystem::
00059 get_value() const {
00060   return _value;
00061 }
00062 

Generated on Fri May 2 00:37:30 2003 for Panda by doxygen1.3