OpenVDB 12.0.0
 
Loading...
Searching...
No Matches
MatteShader< Film::RGBA, SamplerType > Class Template Reference

#include <openvdb/tools/RayTracer.h>

Inheritance diagram for MatteShader< Film::RGBA, SamplerType >:
BaseShader BaseShader

Public Types

using RayT
 

Public Member Functions

 MatteShader (const Film::RGBA &c=Film::RGBA(1.0f))
 
 MatteShader (const MatteShader &)=default
 
 ~MatteShader () override=default
 
Film::RGBA operator() (const Vec3R &, const Vec3R &, const Vec3R &) const override
 Defines the interface of the virtual function that returns a RGB color.
 
BaseShadercopy () const override
 
 MatteShader (const Film::RGBA &grid)
 
 MatteShader (const MatteShader &)=default
 
 ~MatteShader () override=default
 
Film::RGBA operator() (const Vec3R &xyz, const Vec3R &, const Vec3R &) const override
 Defines the interface of the virtual function that returns a RGB color.
 
BaseShadercopy () const override
 

Member Typedef Documentation

◆ RayT

using RayT

Constructor & Destructor Documentation

◆ MatteShader() [1/4]

template<typename SamplerType>
MatteShader ( const Film::RGBA & c = Film::RGBA(1.0f))
inline

◆ MatteShader() [2/4]

template<typename SamplerType>
MatteShader ( const MatteShader< Film::RGBA, SamplerType > & )
default

◆ ~MatteShader() [1/2]

template<typename SamplerType>
~MatteShader ( )
overridedefault

◆ MatteShader() [3/4]

MatteShader ( const Film::RGBA & grid)
inline

◆ MatteShader() [4/4]

MatteShader ( const MatteShader< Film::RGBA, SamplerType > & )
default

◆ ~MatteShader() [2/2]

~MatteShader ( )
overridedefault

Member Function Documentation

◆ copy() [1/2]

BaseShader * copy ( ) const
inlineoverridevirtual

Implements BaseShader.

◆ copy() [2/2]

template<typename SamplerType>
BaseShader * copy ( ) const
inlineoverridevirtual

Implements BaseShader.

◆ operator()() [1/2]

template<typename SamplerType>
Film::RGBA operator() ( const Vec3R & xyz,
const Vec3R & nml,
const Vec3R & dir ) const
inlineoverridevirtual

Defines the interface of the virtual function that returns a RGB color.

Parameters
xyzWorld position of the intersection point.
nmlNormal in world space at the intersection point.
dirDirection of the ray in world space.

Implements BaseShader.

◆ operator()() [2/2]

Film::RGBA operator() ( const Vec3R & xyz,
const Vec3R & ,
const Vec3R &  ) const
inlineoverridevirtual

Defines the interface of the virtual function that returns a RGB color.

Parameters
xyzWorld position of the intersection point.
nmlNormal in world space at the intersection point.
dirDirection of the ray in world space.

Implements BaseShader.