Developer Documentation
Loading...
Searching...
No Matches
TexParameters Class Reference

Public Member Functions

bool operator== (const TexParameters &_comp) const
 
bool operator!= (const TexParameters &_comp) const
 

Public Attributes

bool abs
 
bool scale
 
bool clamp
 
double clampMin
 
double clampMax
 
bool repeat
 
double repeatMax
 
double repeatMin
 
bool center
 

Detailed Description

Definition at line 47 of file TextureParameters.hh.

Constructor & Destructor Documentation

◆ TexParameters()

TexParameters::TexParameters ( )

Definition at line 47 of file TextureParameters.cc.

Member Function Documentation

◆ operator!=()

bool TexParameters::operator!= ( const TexParameters _comp) const

Definition at line 73 of file TextureParameters.cc.

◆ operator==()

bool TexParameters::operator== ( const TexParameters _comp) const

Definition at line 61 of file TextureParameters.cc.

Member Data Documentation

◆ abs

bool TexParameters::abs

Definition at line 55 of file TextureParameters.hh.

◆ center

bool TexParameters::center

Definition at line 67 of file TextureParameters.hh.

◆ clamp

bool TexParameters::clamp

Definition at line 59 of file TextureParameters.hh.

◆ clampMax

double TexParameters::clampMax

Definition at line 61 of file TextureParameters.hh.

◆ clampMin

double TexParameters::clampMin

Definition at line 60 of file TextureParameters.hh.

◆ repeat

bool TexParameters::repeat

Definition at line 63 of file TextureParameters.hh.

◆ repeatMax

double TexParameters::repeatMax

Definition at line 64 of file TextureParameters.hh.

◆ repeatMin

double TexParameters::repeatMin

Definition at line 65 of file TextureParameters.hh.

◆ scale

bool TexParameters::scale

Definition at line 57 of file TextureParameters.hh.


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