HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
bbox3d.h File Reference
#include "pxr/pxr.h"
#include "pxr/base/gf/matrix4d.h"
#include "pxr/base/gf/range3d.h"
#include "pxr/base/gf/api.h"
#include <iosfwd>
+ Include dependency graph for bbox3d.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GfBBox3d
 

Functions

GF_API std::ostream & operator<< (std::ostream &, const GfBBox3d &)
 

Function Documentation

GF_API std::ostream& operator<< ( std::ostream &  ,
const GfBBox3d  
)

Output a GfBBox3d using the format [(range) matrix zeroArea]

The zeroArea flag is true or false and indicates whether the bbox has zero area primitives in it.