From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classNL3D_1_1CSpinnerFunctor.html | 459 +++++++++++++++++++++ 1 file changed, 459 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CSpinnerFunctor.html (limited to 'docs/doxygen/nel/classNL3D_1_1CSpinnerFunctor.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CSpinnerFunctor.html b/docs/doxygen/nel/classNL3D_1_1CSpinnerFunctor.html new file mode 100644 index 00000000..551cb729 --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CSpinnerFunctor.html @@ -0,0 +1,459 @@ + + + + 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::CSpinnerFunctor Class Reference

#include <ps_plane_basis_maker.h> +

+List of all members. + + + + + + + + + + + + + + + + + + + + + +

Public Methods

 CSpinnerFunctor ()
 ============================================================================. More...

const CPlaneBasisoperator() (float date) const
void setAxis (const NLMISC::CVector &axis)
 ============================================================================. More...

const NLMISC::CVector getAxis (void) const
 get the rotation axis. More...

const void setNumSamples (uint32 nbSamples)
 ============================================================================. More...

const uint32 getNumSamples (void) const
 ============================================================================. More...

void serial (NLMISC::IStream &f) throw (NLMISC::EStream)
 ============================================================================. More...


Protected Methods

void updateSamples (void)
 ============================================================================. More...


Protected Attributes

std::vector< CPlaneBasis_PBTab
uint32 _NbSamples
NLMISC::CVector _Axis
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CSpinnerFunctor::CSpinnerFunctor  
+
+ + + + + +
+   + + +

+============================================================================. +

+ +

+Definition at line 203 of file ps_plane_basis_maker.cpp. +

+References updateSamples.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
const NLMISC::CVector NL3D::CSpinnerFunctor::getAxis void   const [inline]
+
+ + + + + +
+   + + +

+get the rotation axis. +

+ +

+Definition at line 179 of file ps_plane_basis_maker.h. +

+References _Axis.

+

+ + + + +
+ + + + + + + + + + +
const uint32 NL3D::CSpinnerFunctor::getNumSamples void   const
+
+ + + + + +
+   + + +

+============================================================================. +

+ +

+Definition at line 224 of file ps_plane_basis_maker.cpp. +

+References _NbSamples.

+

+ + + + +
+ + + + + + + + + + +
const CPlaneBasis& NL3D::CSpinnerFunctor::operator() float   date const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 175 of file ps_plane_basis_maker.h. +

+References _NbSamples, _PBTab, and NL3D::OptFastFloor.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CSpinnerFunctor::serial NLMISC::IStream  f throw (NLMISC::EStream)
+
+ + + + + +
+   + + +

+============================================================================. +

+ +

+Definition at line 230 of file ps_plane_basis_maker.cpp.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CSpinnerFunctor::setAxis const NLMISC::CVector  axis
+
+ + + + + +
+   + + +

+============================================================================. +

+ +

+Definition at line 209 of file ps_plane_basis_maker.cpp. +

+References _Axis, and updateSamples.

+

+ + + + +
+ + + + + + + + + + +
const void NL3D::CSpinnerFunctor::setNumSamples uint32   nbSamples
+
+ + + + + +
+   + + +

+============================================================================. +

+ +

+Definition at line 216 of file ps_plane_basis_maker.cpp. +

+References _NbSamples, nlassert, and updateSamples.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CSpinnerFunctor::updateSamples void   [protected]
+
+ + + + + +
+   + + +

+============================================================================. +

+ +

+Definition at line 238 of file ps_plane_basis_maker.cpp. +

+References _Axis, _NbSamples, _PBTab, NLMISC::CMatrix::getI, NLMISC::CMatrix::getJ, and NLMISC::CMatrix::setRot. +

+Referenced by CSpinnerFunctor, setAxis, and setNumSamples.

+


Member Data Documentation

+

+ + + + +
+ + +
NLMISC::CVector NL3D::CSpinnerFunctor::_Axis [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 189 of file ps_plane_basis_maker.h. +

+Referenced by getAxis, setAxis, and updateSamples.

+

+ + + + +
+ + +
uint32 NL3D::CSpinnerFunctor::_NbSamples [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 188 of file ps_plane_basis_maker.h. +

+Referenced by getNumSamples, operator(), setNumSamples, and updateSamples.

+

+ + + + +
+ + +
std::vector<CPlaneBasis> NL3D::CSpinnerFunctor::_PBTab [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 187 of file ps_plane_basis_maker.h. +

+Referenced by operator(), and updateSamples.

+


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