PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"
#include "internalName.h"
#include "datagram.h"
#include "datagramIterator.h"
#include "bamReader.h"
#include "preparedGraphicsObjects.h"
Go to the source code of this file.
Functions | |
PT (InternalName) InternalName | |
Constructs a new InternalName based on this name, with the indicated string following it. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file internalName.cxx.
PT | ( | InternalName | ) |
Constructs a new InternalName based on this name, with the indicated string following it.
Make using a string and an integer.
This is a cheaper way to construct a hierarchical name than InternalName::make(parent->get_name() + ".basename").
Concatenates the two.
Definition at line 111 of file internalName.cxx.