geomc 1.0
A c++ linear algebra template library
Public Types | Public Member Functions | Public Attributes | List of all members
PerlinNoiseExpr< T, N > Class Template Reference
Inheritance diagram for PerlinNoiseExpr< T, N >:
Expr< Vec< T, N >, T >

Public Types

typedef Vec< T, N > in_type
 
typedef T out_type
 

Public Member Functions

 PerlinNoiseExpr (const PerlinNoise< T, N > &p)
 
virtual void sout (std::ostream &s)
 
virtual T eval (Vec< T, N > x)
 
virtual boost::shared_ptr< Expr< Vec< T, N >, T > > managedCopy ()
 
virtual string opname ()
 
 operator boost::shared_ptr< Expr< Vec< T, N >, T > > ()
 

Public Attributes

PerlinNoise< T, N > perlin
 

Member Function Documentation

◆ eval()

virtual T eval ( Vec< T, N >  x)
inlinevirtual

◆ managedCopy()

virtual boost::shared_ptr< Expr< Vec< T, N >, T > > managedCopy ( )
inlinevirtual

◆ opname()

virtual string opname ( )
inlinevirtual

◆ sout()

virtual void sout ( std::ostream &  s)
inlinevirtual

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