ug4
object.h File Reference

Go to the source code of this file.

Classes

class  ug::node_tree::Object
 An Object serves as the base-class for most of the polymorphic node-tree objects. More...
 

Namespaces

 ug
 the ug namespace
 
 ug::node_tree
 

Enumerations

enum  ug::node_tree::ObjectCode {
  ug::node_tree::OC_INVALID = 0xFFFFFFFF , ug::node_tree::OC_OBJECT = 0 , ug::node_tree::OC_NODE = 1 , ug::node_tree::OC_GROUP_NODE ,
  ug::node_tree::OC_BOXED_GROUP_NODE , ug::node_tree::OC_COLLISION_TREE_ROOT_NODE , ug::node_tree::OC_COLLISION_EDGES_NODE , ug::node_tree::OC_COLLISION_TRIANGLES_NODE ,
  ug::node_tree::OC_NODES_END , ug::node_tree::OC_CUSTOM_OBJECT
}
 ids associated with objects. Values shouldn't be unnessesarily high. More...