Blender V2.61 - r43446
|
#include "BOP_Segment.h"
Go to the source code of this file.
Defines | |
#define | UNDEFINED 0 |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const BOP_Segment &c) |
Definition in file BOP_Segment.cpp.
#define UNDEFINED 0 |
Definition at line 35 of file BOP_Segment.cpp.
Referenced by BOP_Segment::BOP_Segment(), BOP_Segment::createUndefinedCfg(), BOP_Segment::isDefined(), BOP_Segment::isUndefined(), BOP_Segment::isVertex(), DocumentImporter::writeCamera(), and DocumentImporter::writeLight().
std::ostream& operator<< | ( | std::ostream & | stream, |
const BOP_Segment & | c | ||
) |
Implements operator <<
Definition at line 245 of file BOP_Segment.cpp.
References BOP_Segment::m_cfg1, BOP_Segment::m_cfg2, BOP_Segment::m_v1, and BOP_Segment::m_v2.