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_1CPSAttribMakerBase.html | 196 +++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CPSAttribMakerBase.html (limited to 'docs/doxygen/nel/classNL3D_1_1CPSAttribMakerBase.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CPSAttribMakerBase.html b/docs/doxygen/nel/classNL3D_1_1CPSAttribMakerBase.html new file mode 100644 index 00000000..90d5f82f --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CPSAttribMakerBase.html @@ -0,0 +1,196 @@ + + + + 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::CPSAttribMakerBase Class Reference

this is the base for attribute makers. +More... +

+#include <ps_attrib_maker.h> +

+

Inheritance diagram for NL3D::CPSAttribMakerBase: +

+ +NLMISC::IStreamable +NLMISC::IClassable +NL3D::CPSAttribMaker +NL3D::CPSAttribMaker< CPlaneBasis > +NL3D::CPSAttribMaker< float > +NL3D::CPSAttribMaker< NLMISC::CRGBA > +NL3D::CPSAttribMaker< sint32 > +NL3D::CPSAttribMaker< uint32 > +NL3D::CPSAttribMakerBinOp +NL3D::CPSAttribMakerMemory +NL3D::CPSAttribMakerT +NL3D::CPSAttribMakerT< T, CPSValueBlendFunc< T > > +NL3D::CPSAttribMakerT< T, CPSValueBlendSampleFunc< T, n > > +NL3D::CPSAttribMakerT< T, CPSValueGradientFunc< T > > +NL3D::CPSAttribMakerBinOp< CPlaneBasis > +NL3D::CPSAttribMakerMemory< CPlaneBasis > +NL3D::CPSAttribMakerT< CPlaneBasis, CPSValueBlendFunc< CPlaneBasis > > +NL3D::CPSAttribMakerT< CPlaneBasis, CPSValueGradientFunc< CPlaneBasis > > +NL3D::CPSAttribMakerT< CPlaneBasis, CSpinnerFunctor > +NL3D::CPSPlaneBasisFollowSpeed +NL3D::CPSAttribMakerBinOp< float > +NL3D::CPSAttribMakerMemory< float > +NL3D::CPSAttribMakerT< float, CPSFloatCurveFunctor > +NL3D::CPSAttribMakerT< float, CPSValueBlendFunc< float > > +NL3D::CPSAttribMakerT< float, CPSValueGradientFunc< float > > +NL3D::CPSAttribMakerBinOp< NLMISC::CRGBA > +NL3D::CPSAttribMakerMemory< NLMISC::CRGBA > +NL3D::CPSAttribMakerT< NLMISC::CRGBA, CPSValueBlendFunc< NLMISC::CRGBA > > +NL3D::CPSAttribMakerT< NLMISC::CRGBA, CPSValueBlendSampleFunc< NLMISC::CRGBA, n > > +NL3D::CPSAttribMakerT< NLMISC::CRGBA, CPSValueGradientFunc< NLMISC::CRGBA > > +NL3D::CPSAttribMakerBinOp< sint32 > +NL3D::CPSAttribMakerMemory< sint32 > +NL3D::CPSAttribMakerT< sint32, CPSValueBlendFunc< sint32 > > +NL3D::CPSAttribMakerT< sint32, CPSValueGradientFunc< sint32 > > +NL3D::CPSAttribMakerBinOp< uint32 > +NL3D::CPSAttribMakerMemory< uint32 > +NL3D::CPSAttribMakerT< uint32, CPSValueBlendFunc< uint32 > > +NL3D::CPSAttribMakerT< uint32, CPSValueGradientFunc< uint32 > > + +List of all members. + + + +

Public Methods

virtual const char * getType ()=0
virtual CPSAttribMakerBase * clone () const=0
+

Detailed Description

+this is the base for attribute makers. +

+It allows to duplicate an attribute maker, and to querry its type +

+ +

+Definition at line 102 of file ps_attrib_maker.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual CPSAttribMakerBase* NL3D::CPSAttribMakerBase::clone   const [pure virtual]
+
+ + + + + +
+   + + +

+ +

+Implemented in NL3D::CPSColorBlenderExact.

+

+ + + + +
+ + + + + + + + + +
virtual const char* NL3D::CPSAttribMakerBase::getType   [pure virtual]
+
+ + + + + +
+   + + +

+ +

+Implemented in NL3D::CPSAttribMaker.

+


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