From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/classNL3D_1_1CRootModelClipObs.html | 243 +++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CRootModelClipObs.html (limited to 'docs/doxygen/nel/classNL3D_1_1CRootModelClipObs.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CRootModelClipObs.html b/docs/doxygen/nel/classNL3D_1_1CRootModelClipObs.html new file mode 100644 index 00000000..2c8fd9c3 --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CRootModelClipObs.html @@ -0,0 +1,243 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CRootModelClipObs Class Reference

#include <root_model.h> +

+

Inheritance diagram for NL3D::CRootModelClipObs: +

+ +NL3D::IBaseClipObs +NL3D::IObs +NLMISC::CRefCount + +List of all members. + + + + + + + + +

Public Methods

 CRootModelClipObs ()
virtual bool clip (IBaseClipObs *caller)
 Should return true if object is visible (eg in frustum). More...

virtual void traverse (IObs *caller)
 The base doit method. More...


Static Public Methods

IObscreator ()
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CRootModelClipObs::CRootModelClipObs   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 99 of file root_model.h. +

+Referenced by creator.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
virtual bool NL3D::CRootModelClipObs::clip IBaseClipObs  caller [inline, virtual]
+
+ + + + + +
+   + + +

+Should return true if object is visible (eg in frustum). +

+

+Parameters:
+ + +
caller  +the caller obs (may NULL)
+
+

+Implements NL3D::IBaseClipObs. +

+Definition at line 101 of file root_model.h. +

+References NL3D::IBaseClipObs::IBaseClipObs.

+

+ + + + +
+ + + + + + + + + +
IObs* NL3D::CRootModelClipObs::creator   [inline, static]
+
+ + + + + +
+   + + +

+ +

+Definition at line 104 of file root_model.h. +

+References CRootModelClipObs, and NL3D::IObs::IObs.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CRootModelClipObs::traverse IObs  caller [virtual]
+
+ + + + + +
+   + + +

+The base doit method. +

+The default behavior should be:

    +
  • test if HrcObs->WorldVis is visible.
  • test if the observer is clipped with clip()
  • if visible and not clipped, set Visible=true (else false).
  • if Visible==true, add it to the post-clip traversals which need it (if renderable, animDetailable etc...)
  • always traverseSons(), to clip the sons.
+ +

+Implements NL3D::IBaseClipObs. +

+Definition at line 60 of file root_model.cpp. +

+References NL3D::IObs::traverseSons.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1