Nori  23
Texture< T > Class Template Referenceabstract

Superclass of all texture. More...

#include <texture.h>

Inheritance diagram for Texture< T >:
Collaboration diagram for Texture< T >:

Public Member Functions

virtual EClassType getClassType () const override
 Return the type of object (i.e. Mesh/Emitter/etc.) provided by this instance.
 
virtual T eval (const Point2f &uv)=0
 
- Public Member Functions inherited from NoriObject
virtual ~NoriObject ()
 Virtual destructor.
 
virtual void addChild (NoriObject *child)
 Add a child object to the current instance. More...
 
virtual void setParent (NoriObject *parent)
 Set the parent object. More...
 
virtual void activate ()
 Perform some action associated with the object. More...
 
virtual std::string toString () const =0
 Return a brief string summary of the instance (for debugging purposes)
 
void setIdName (const std::string &name)
 Allow to assign a name to the object.
 
const std::string & getIdName () const
 

Additional Inherited Members

- Public Types inherited from NoriObject
enum  EClassType {
  EScene = 0 , EMesh , ETexture , EBSDF ,
  EPhaseFunction , EEmitter , EMedium , ECamera ,
  EIntegrator , ESampler , ETest , EReconstructionFilter ,
  EClassTypeCount
}
 
- Static Public Member Functions inherited from NoriObject
static std::string classTypeName (EClassType type)
 Turn a class type into a human-readable string.
 
- Protected Attributes inherited from NoriObject
std::string m_idname
 

Detailed Description

template<typename T>
class Texture< T >

Superclass of all texture.

Definition at line 30 of file texture.h.


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