#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::Cone:
Public Member Functions | |
double | getBottomRadius () |
void | setBottomRadius (double v) |
double | getHeight () |
void | setHeight (double v) |
bool | getSide () |
void | setSide (bool v) |
bool | getBottom () |
void | setBottom (bool v) |
Static Public Member Functions | |
static Ref< Cone > | create (Ref< ExecutionContext > c) |
static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
InitializeOnly< SFFloat > | bottomRadius |
InitializeOnly< SFFloat > | height |
InitializeOnly< SFBool > | side |
InitializeOnly< SFBool > | bottom |
Definition at line 1842 of file node.autogen.H.