Panda3D
Functions
cullBinManager.cxx File Reference

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

#include "cullBinManager.h"
#include "renderState.h"
#include "cullResult.h"
#include "config_pgraph.h"
#include "string_utils.h"
#include "configVariableColor.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, CullBinManager::BinType bin_type)
 
 PT (CullBin) CullBinManager
 Intended to be called by CullResult when a new CullBin pointer corresponding to the indicated bin_index is 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
2002-02-28

Definition in file cullBinManager.cxx.

Function Documentation

◆ PT()

PT ( CullBin  )

Intended to be called by CullResult when a new CullBin pointer corresponding to the indicated bin_index is required.

It allocates and returns a brand new CullBin object of the appropriate type.

Definition at line 187 of file cullBinManager.cxx.