#include "eggVertex.h"
#include "eggVertexPool.h"
#include "eggParameters.h"
#include "eggGroup.h"
#include "eggMiscFuncs.h"
#include "eggPrimitive.h"
#include <indent.h>
#include <luse.h>
#include <lmatrix.h>
#include <pandabase.h>
#include <math.h>
#include <algorithm>
Go to the source code of this file.
Compounds | |
class | GroupRefEntry |
A temporary class used in EggVertex::write(), below, to hold the groups that reference each vertex prior to outputting them as a formatted list. More... | |
Functions | |
ostream & | operator<< (ostream &out, const GroupRefEntry &gre) |
Definition in file eggVertex.cxx.
|
Definition at line 156 of file eggVertex.cxx. |