| 
    KiCad PCB EDA Suite
    
   | 
 
#include <iostream>#include <sstream>#include <wx/log.h>#include "plugins/3dapi/ifsg_node.h"#include "3d_cache/sg/sg_node.h"#include "plugins/3dapi/ifsg_api.h"Go to the source code of this file.
Variables | |
| char | BadObject [] = " * [BUG] operating on an invalid wrapper (object may have been deleted)" | 
| char | BadOperand [] = " * [BUG] parameter aNode is an invalid wrapper; its data may have been deleted" | 
| char | BadParent [] = " * [BUG] invalid parent node (data may have been deleted)" | 
| char | WrongParent [] = " * [BUG] parent node type is incompatible" | 
| char BadObject[] = " * [BUG] operating on an invalid wrapper (object may have been deleted)" | 
Definition at line 36 of file ifsg_node.cpp.
| char BadOperand[] = " * [BUG] parameter aNode is an invalid wrapper; its data may have been deleted" | 
Definition at line 37 of file ifsg_node.cpp.
| char BadParent[] = " * [BUG] invalid parent node (data may have been deleted)" | 
Definition at line 38 of file ifsg_node.cpp.
Referenced by IFSG_APPEARANCE::IFSG_APPEARANCE(), IFSG_COLORS::IFSG_COLORS(), IFSG_COORDINDEX::IFSG_COORDINDEX(), IFSG_COORDS::IFSG_COORDS(), IFSG_FACESET::IFSG_FACESET(), IFSG_NORMALS::IFSG_NORMALS(), and IFSG_SHAPE::IFSG_SHAPE().
| char WrongParent[] = " * [BUG] parent node type is incompatible" | 
Definition at line 39 of file ifsg_node.cpp.
Referenced by IFSG_APPEARANCE::IFSG_APPEARANCE(), IFSG_APPEARANCE::IFSG_APPEARANCE(), IFSG_COLORS::IFSG_COLORS(), IFSG_COORDINDEX::IFSG_COORDINDEX(), IFSG_COORDINDEX::IFSG_COORDINDEX(), IFSG_COORDS::IFSG_COORDS(), IFSG_COORDS::IFSG_COORDS(), IFSG_FACESET::IFSG_FACESET(), IFSG_FACESET::IFSG_FACESET(), IFSG_NORMALS::IFSG_NORMALS(), IFSG_NORMALS::IFSG_NORMALS(), IFSG_SHAPE::IFSG_SHAPE(), IFSG_SHAPE::IFSG_SHAPE(), and IFSG_TRANSFORM::IFSG_TRANSFORM().