00001 // Filename: vector_PartGroupStar.h 00002 // Created by: drose (06Jul00) 00003 // 00004 //////////////////////////////////////////////////////////////////// 00005 // 00006 // PANDA 3D SOFTWARE 00007 // Copyright (c) Carnegie Mellon University. All rights reserved. 00008 // 00009 // All use of this software is subject to the terms of the revised BSD 00010 // license. You should have received a copy of this license along 00011 // with this source code in a file named "LICENSE." 00012 // 00013 //////////////////////////////////////////////////////////////////// 00014 00015 #ifndef VECTOR_PARTGROUPSTAR_H 00016 #define VECTOR_PARTGROUPSTAR_H 00017 00018 #include "pandabase.h" 00019 #include "partGroup.h" 00020 #include "pvector.h" 00021 00022 //////////////////////////////////////////////////////////////////// 00023 // Class : vector_PartGroupStar 00024 // Description : A vector of PartGroup pointers. This class is 00025 // defined once here, and exported to PANDA.DLL; other 00026 // packages that want to use a vector of this type 00027 // (whether they need to export it or not) should 00028 // include this header file, rather than defining the 00029 // vector again. 00030 //////////////////////////////////////////////////////////////////// 00031 00032 #define EXPCL EXPCL_PANDA_CHAN 00033 #define EXPTP EXPTP_PANDA_CHAN 00034 #define TYPE PartGroup * 00035 #define NAME vector_PartGroupStar 00036 00037 #include "vector_src.h" 00038 00039 // Tell GCC that we'll take care of the instantiation explicitly here. 00040 #ifdef __GNUC__ 00041 #pragma interface 00042 #endif 00043 00044 #endif