All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Output For Debugging

Functions

GF_API std::ostream & operator<< (std::ostream &, const GfBBox3d &)
 Output a GfBBox3d using the format [(range) matrix zeroArea]. More...
 
GF_API std::ostream & operator<< (std::ostream &out, const GfFrustum &f)
 Output a GfFrustum using the format [(position) (rotation) [window] [nearFar] viewDistance type]. More...
 
GF_API std::ostream & operator<< (std::ostream &, const GfInterval &)
 Output a GfInterval using the format (x, y). More...
 
GF_API std::ostream & operator<< (std::ostream &, const GfLine &)
 Output a GfLine. More...
 
GF_API std::ostream & operator<< (std::ostream &, const GfLineSeg &)
 Output a GfLineSeg. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfMatrix2d const &)
 Output a GfMatrix2d. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfMatrix2f const &)
 Output a GfMatrix2f. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfMatrix3d const &)
 Output a GfMatrix3d. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfMatrix3f const &)
 Output a GfMatrix3f. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfMatrix4d const &)
 Output a GfMatrix4d. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfMatrix4f const &)
 Output a GfMatrix4f. More...
 
GF_API std::ostream & operator<< (std::ostream &out, const GfMultiInterval &s)
 Output a GfMultiInterval. More...
 
GF_API std::ostream & operator<< (std::ostream &, const GfPlane &)
 Output a GfPlane using the format [(nx ny nz) distance]. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfQuatd const &)
 Output a GfQuatd using the format (re, i, j, k) More...
 
GF_API std::ostream & operator<< (std::ostream &out, const GfQuaternion &q)
 Output a GfQuaternion using the format (r + (x, y, z)). More...
 
GF_API std::ostream & operator<< (std::ostream &, GfQuatf const &)
 Output a GfQuatd using the format (re, i, j, k) More...
 
GF_API std::ostream & operator<< (std::ostream &, GfQuath const &)
 Output a GfQuatd using the format (re, i, j, k) More...
 
GF_API std::ostream & operator<< (std::ostream &, GfRange1d const &)
 Output a GfRange1d. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfRange1f const &)
 Output a GfRange1f. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfRange2d const &)
 Output a GfRange2d. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfRange2f const &)
 Output a GfRange2f. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfRange3d const &)
 Output a GfRange3d. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfRange3f const &)
 Output a GfRange3f. More...
 
GF_API std::ostream & operator<< (std::ostream &, const GfRay &)
 Output a GfRay using the format [(x y z) >> (x y z)]. More...
 
GF_API std::ostream & operator<< (std::ostream &, const GfRect2i &)
 Output a GfRect2i using the format [(x y):(x y)]. More...
 
GF_API std::ostream & operator<< (std::ostream &, const GfRotation &)
 Output a GfRotation using the format [(x y z) a]. More...
 
GF_API std::ostream & operator<< (std::ostream &, const GfTransform &)
 Output a GfTransform using the format [scale, scaleorientation, rotation, center, translation]. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec2d const &)
 Output a GfVec2d. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec2f const &)
 Output a GfVec2f. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec2h const &)
 Output a GfVec2h. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec2i const &)
 Output a GfVec2i. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec3d const &)
 Output a GfVec3d. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec3f const &)
 Output a GfVec3f. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec3h const &)
 Output a GfVec3h. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec3i const &)
 Output a GfVec3i. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec4d const &)
 Output a GfVec4d. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec4f const &)
 Output a GfVec4f. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec4h const &)
 Output a GfVec4h. More...
 
GF_API std::ostream & operator<< (std::ostream &, GfVec4i const &)
 Output a GfVec4i. More...
 

Detailed Description

Function Documentation

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

Output a GfLine.

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

Output a GfLineSeg.

GF_API std::ostream& operator<< ( std::ostream &  out,
const GfMultiInterval s 
)

Output a GfMultiInterval.

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

Output a GfPlane using the format [(nx ny nz) distance].

GF_API std::ostream& operator<< ( std::ostream &  out,
const GfQuaternion q 
)

Output a GfQuaternion using the format (r + (x, y, z)).

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

Output a GfVec2i.

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

Output a GfTransform using the format [scale, scaleorientation, rotation, center, translation].

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

Output a GfVec3i.

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.

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

Output a GfVec4i.

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

Output a GfVec2d.

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

Output a GfVec2f.

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

Output a GfQuatd using the format (re, i, j, k)

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

Output a GfQuatd using the format (re, i, j, k)

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

Output a GfVec2h.

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

Output a GfQuatd using the format (re, i, j, k)

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

Output a GfRotation using the format [(x y z) a].

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

Output a GfRay using the format [(x y z) >> (x y z)].

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

Output a GfRect2i using the format [(x y):(x y)].

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

Output a GfVec4f.

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

Output a GfVec4d.

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

Output a GfVec4h.

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

Output a GfVec3d.

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

Output a GfVec3f.

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

Output a GfVec3h.

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

Output a GfRange1f.

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

Output a GfRange1d.

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

Output a GfRange2f.

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

Output a GfRange2d.

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

Output a GfRange3d.

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

Output a GfRange3f.

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

Output a GfMatrix2f.

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

Output a GfMatrix2d.

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

Output a GfInterval using the format (x, y).

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

Output a GfMatrix3f.

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

Output a GfMatrix3d.

GF_API std::ostream& operator<< ( std::ostream &  out,
const GfFrustum f 
)

Output a GfFrustum using the format [(position) (rotation) [window] [nearFar] viewDistance type].

The "type" is "perspective", or "orthographic, depending on the projection type of the frustum.

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

Output a GfMatrix4f.

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

Output a GfMatrix4d.