KiCad PCB EDA Suite
|
#include <iostream>
#include <sstream>
#include <wx/log.h>
#include "plugins/3dapi/ifsg_transform.h"
#include "3d_cache/sg/scenegraph.h"
Go to the source code of this file.
Variables | |
char | BadObject [] |
char | BadOperand [] |
char | BadParent [] |
char | WrongParent [] |
char BadObject[] |
Definition at line 34 of file ifsg_node.cpp.
Referenced by IFSG_NODE::AddChildNode(), IFSG_NODE::AddRefNode(), IFSG_NODE::FindNode(), IFSG_NODE::GetName(), IFSG_NODE::GetNodeType(), IFSG_NODE::GetNodeTypeName(), IFSG_NODE::GetParent(), IFSG_TRANSFORM::SetCenter(), IFSG_NODE::SetName(), IFSG_NODE::SetParent(), IFSG_TRANSFORM::SetRotation(), IFSG_TRANSFORM::SetScale(), IFSG_TRANSFORM::SetScaleOrientation(), and IFSG_TRANSFORM::SetTranslation().
char BadOperand[] |
Definition at line 35 of file ifsg_node.cpp.
Referenced by IFSG_NODE::AddChildNode(), and IFSG_NODE::AddRefNode().
char BadParent[] |
Definition at line 36 of file ifsg_node.cpp.
Referenced by IFSG_TRANSFORM::NewNode().
char WrongParent[] |
Definition at line 37 of file ifsg_node.cpp.
Referenced by IFSG_TRANSFORM::IFSG_TRANSFORM().