Added doc comment and removed redundent inline keyword

This commit is contained in:
Robert Osfield
2005-11-02 11:33:10 +00:00
parent b0d19b0b66
commit a86df172f9

View File

@@ -40,10 +40,11 @@ class OSG_EXPORT NodeTrackerCallback : public NodeCallback
/** Implements the callback. */
virtual void operator()(Node* node, NodeVisitor* nv);
/** update the node to track the nodepath.*/
/** Update the node to track the nodepath.*/
void update(osg::Node& node);
inline bool validateNodePath() const;
/** Validate the NodePath by removing any unref'd nodes.*/
bool validateNodePath() const;
protected: