KiCad PCB EDA Suite
Loading...
Searching...
No Matches
x3d_base.h File Reference

declares base class of X3D tree More...

#include <list>
#include <map>
#include <string>
#include <vector>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  X3D_DICT
 
class  X3DNODE
 The base class of all X3D nodes. More...
 

Typedefs

typedef std::vector< wxXmlNode * > NODE_LIST
 

Enumerations

enum  X3DNODES {
  X3D_TRANSFORM = 0 , X3D_SWITCH , X3D_SHAPE , X3D_APPEARANCE ,
  X3D_INDEXED_FACE_SET , X3D_COORDINATE , X3D_INVALID , X3D_END = X3D_INVALID
}
 

Detailed Description

declares base class of X3D tree

Definition in file x3d_base.h.

Typedef Documentation

◆ NODE_LIST

typedef std::vector< wxXmlNode* > NODE_LIST

Definition at line 44 of file x3d_base.h.

Enumeration Type Documentation

◆ X3DNODES

enum X3DNODES
Enumerator
X3D_TRANSFORM 
X3D_SWITCH 
X3D_SHAPE 
X3D_APPEARANCE 
X3D_INDEXED_FACE_SET 
X3D_COORDINATE 
X3D_INVALID 
X3D_END 

Definition at line 59 of file x3d_base.h.