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