Panda3D
Functions
eggBinMaker.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "eggBinMaker.h"
#include "eggGroupNode.h"
#include "eggGroup.h"
#include "eggBin.h"
#include "dcast.h"
#include "pnotify.h"

Go to the source code of this file.

Functions

 PT (EggBin) EggBinMaker
 May be overridden in derived classes to construct a new EggBin object (or some derived class, if needed), and preload some initial data into as required. More...
 

Detailed Description

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."

Author
drose
Date
1999-01-21

Definition in file eggBinMaker.cxx.

Function Documentation

◆ PT()

PT ( EggBin  )

May be overridden in derived classes to construct a new EggBin object (or some derived class, if needed), and preload some initial data into as required.

child is an arbitrary child of the bin, and collapse_from is the group the bin is being collapsed with, if any (implying collapse_group() returned true), or NULL if not.

Definition at line 129 of file eggBinMaker.cxx.