Panda3D
Loading...
Searching...
No Matches
Classes | Functions
boundingVolume.h File Reference

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

#include "pandabase.h"
#include "typedObject.h"
#include "typedReferenceCount.h"
#include "deletedChain.h"
#include "boundingVolume.I"

Go to the source code of this file.

Classes

class  BoundingVolume
 This is an abstract class for any volume in any sense which can be said to define the locality of reference of a node in a graph, along with all of its descendants. More...
 

Functions

EXPCL_PANDA_MATHUTIL std::ostream & operator<< (std::ostream &out, BoundingVolume::BoundsType type)
 
std::ostream & operator<< (std::ostream &out, const BoundingVolume &bound)
 
EXPCL_PANDA_MATHUTIL std::istream & operator>> (std::istream &in, BoundingVolume::BoundsType &type)
 

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-10-01

Definition in file boundingVolume.h.

Function Documentation

◆ operator<<() [1/2]

EXPCL_PANDA_MATHUTIL std::ostream & operator<< ( std::ostream & out,
BoundingVolume::BoundsType type )

Definition at line 426 of file boundingVolume.cxx.

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & out,
const BoundingVolume & bound )
inline

Definition at line 97 of file boundingVolume.I.

◆ operator>>()

EXPCL_PANDA_MATHUTIL std::istream & operator>> ( std::istream & in,
BoundingVolume::BoundsType & type )

Definition at line 452 of file boundingVolume.cxx.