#include "Iguana/Inventor/interface/config.h"
#include <Inventor/nodes/SoMaterial.h>
#include <Inventor/nodes/SoDrawStyle.h>
#include <map>
Go to the source code of this file.
Classes | |
class | IgParticleChar |
Provides a mini-database for particle characteristics. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const IgParticleChar &pc) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const IgParticleChar & | pc | |||
) | [inline] |
Definition at line 122 of file IgParticleChar.h.
References IgParticleChar::print().
00123 { 00124 pc.print (os); 00125 return os; 00126 }