#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::CylinderSensor:


Public Member Functions | |
| double | getDiskAngle () |
| void | setDiskAngle (double v) |
| double | getMaxAngle () |
| void | setMaxAngle (double v) |
| double | getMinAngle () |
| void | setMinAngle (double v) |
| double | getOffset () |
| void | setOffset (double v) |
| Rotation3 | getRotation_changed () |
Static Public Member Functions | |
| static Ref< CylinderSensor > | create (Ref< ExecutionContext > c) |
| static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
| InputOutput< SFFloat > | diskAngle |
| InputOutput< SFFloat > | maxAngle |
| InputOutput< SFFloat > | minAngle |
| InputOutput< SFFloat > | offset |
| OutputOnly< SFRotation > | rotation_changed |
Definition at line 3970 of file node.autogen.H.
1.4.4