58 #ifndef BSPLINESURFACEOBJECT_HH 59 #define BSPLINESURFACEOBJECT_HH 63 #include <ACG/Scenegraph/ShaderNode.hh> 64 #include <ACG/Scenegraph/EnvMapNode.hh> 71 #include "BSplineSurfaceNodeT.hh" 193 bool picked( uint _node_idx );
206 #endif // BSPLINESURFACEOBJECT_HH defined virtual QString getObjectinfo()
Get all Info for the Object as a string.
virtual bool picked(uint _node_idx)
detect if the node has been picked
virtual void setName(QString _name) override
path to the file from which the object is loaded ( defaults to "." )
const UpdateType UPDATE_ALL(UpdateTypeSet(1))
Identifier for all updates.
BSplineSurface * splineSurface_
return a pointer to the spline curve
virtual void enablePicking(bool _enable)
virtual void cleanup() override
ACG::SceneGraph::BSplineSurfaceNodeT< BSplineSurface > * splineSurfaceNode_
Scenegraph BSplineSurface Node.
virtual void update(UpdateType _type=UPDATE_ALL) override
This function is called to update the object.
ACG::SceneGraph::ShaderNode * shaderNode_
Scenegraph ShaderNode.
virtual ACG::SceneGraph::ShaderNode * shaderNode()
ACG::SceneGraph::EnvMapNode * textureNode_
Scenegraph TextureNode (whoch is actually an environment node)
virtual BaseObject * copy()
Returns a full copy of the object.
virtual bool pickingEnabled()