Path Tracer
Functions
Object3D.cpp File Reference
#include "Object3D.h"
Include dependency graph for Object3D.cpp:

Functions

std::ostream & operator<< (std::ostream &stream, const Object3D &object)
 Ostream operator. More...
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  stream,
const Object3D object 
)

Ostream operator.

Calls the Object3D::getDescription() method.

Parameters
streamThe ostream before.
objectThe object that will be added to the stream.
Returns
The stream with the object added.
See also
Object3D::getDescription()