Added write(ostream&) method to allow one to print out the current state

This commit is contained in:
Robert Osfield
2008-04-18 13:57:08 +00:00
parent 648199cb2b
commit 196a550cda
2 changed files with 26 additions and 1 deletions

View File

@@ -235,7 +235,8 @@ class OSG_EXPORT CullSettings
const ClampProjectionMatrixCallback* getClampProjectionMatrixCallback() const { return _clampProjectionMatrixCallback.get(); }
/** Write out internal settings of CullSettings. */
void write(std::ostream& out);
protected: