# 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::CPSPlaneBasisGradient Class Reference

This is a PlaneBasis gradient class. More...

#include <ps_plane_basis_maker.h>

Inheritance diagram for NL3D::CPSPlaneBasisGradient:

NL3D::CPSValueGradient< CPlaneBasis > NL3D::CPSAttribMakerT< CPlaneBasis, CPSValueGradientFunc< CPlaneBasis > > NL3D::CPSAttribMaker< CPlaneBasis > NL3D::CPSAttribMakerBase NLMISC::IStreamable NLMISC::IClassable List of all members.

Public Methods

 NLMISC_DECLARE_CLASS (CPSPlaneBasisGradient)
 CPSPlaneBasisGradient (const CPlaneBasis *basisTab=CPSPlaneBasisGradient::DefaultPlaneBasisTab, uint32 nbValues=2, uint32 nbStages=16, float nbCycles=1.0f)
 Construct the value gradient blender by passing a pointer to a float table. More...

CPSAttribMakerBaseclone () const

Static Public Attributes

CPlaneBasis DefaultPlaneBasisTab [] = { CPlaneBasis(NLMISC::CVector::I), CPlaneBasis(NLMISC::CVector::J) }

Detailed Description

This is a PlaneBasis gradient class.

Definition at line 59 of file ps_plane_basis_maker.h.


Constructor & Destructor Documentation

NL3D::CPSPlaneBasisGradient::CPSPlaneBasisGradient const CPlaneBasis   basisTab = CPSPlaneBasisGradient::DefaultPlaneBasisTab,
uint32    nbValues = 2,
uint32    nbStages = 16,
float    nbCycles = 1.0f
[inline]
 

Construct the value gradient blender by passing a pointer to a float table.

Parameters:
nbStages  The result is sampled into a table by linearly interpolating values. This give the number of step between each value
nbCycles  : The nb of time the pattern is repeated during particle life. see ps_attrib_maker.h

Definition at line 70 of file ps_plane_basis_maker.h.

References NL3D::CPSAttribMakerT< CPlaneBasis, CPSValueGradientFunc< CPlaneBasis > >::_F, and NL3D::CPSValueGradient< CPlaneBasis >::CPSValueGradient.

Referenced by clone.


Member Function Documentation

CPSAttribMakerBase* NL3D::CPSPlaneBasisGradient::clone void    const [inline, virtual]
 

Implements NL3D::CPSAttribMakerBase.

Definition at line 75 of file ps_plane_basis_maker.h.

References CPSPlaneBasisGradient.

NL3D::CPSPlaneBasisGradient::NLMISC_DECLARE_CLASS CPSPlaneBasisGradient   
 


Member Data Documentation

CPlaneBasis NL3D::CPSPlaneBasisGradient::DefaultPlaneBasisTab = { CPlaneBasis(NLMISC::CVector::I), CPlaneBasis(NLMISC::CVector::J) } [static]
 

Definition at line 36 of file ps_plane_basis_maker.cpp.


The documentation for this class was generated from the following files: