Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
BIAS::glfUniformNotFoundException Class Reference

Class is thrown when a uniform is set but was not set active by the gl compiler. More...

#include <OpenGLFramework/Base/glfUniformNotFoundException.hh>

+ Inheritance diagram for BIAS::glfUniformNotFoundException:
+ Collaboration diagram for BIAS::glfUniformNotFoundException:

Public Member Functions

const std::string & GetFileName () const
 Returns the source code file name where the error occured. More...
 
int GetLineNumber () const
 Returns the line number in the source code file where the error occured. More...
 
const std::string & GetMessageString () const
 Returns the description of the error including the file name and line number where the error occured. More...
 
 glfUniformNotFoundException (const std::string &fileName, int lineNumber, const std::string &message, const std::string &uniformName)
 
bool NotFoundUniform (const std::string &name) const
 Returns whether the not found uniform has the specified name. More...
 

Detailed Description

Class is thrown when a uniform is set but was not set active by the gl compiler.

Author
bartczak 10/2009

Definition at line 37 of file glfUniformNotFoundException.hh.

Constructor & Destructor Documentation

glfUniformNotFoundException::glfUniformNotFoundException ( const std::string &  fileName,
int  lineNumber,
const std::string &  message,
const std::string &  uniformName 
)

Definition at line 29 of file glfUniformNotFoundException.cpp.

Member Function Documentation

const std::string & glfException::GetFileName ( ) const
inherited

Returns the source code file name where the error occured.

Definition at line 42 of file glfException.cpp.

int glfException::GetLineNumber ( ) const
inherited

Returns the line number in the source code file where the error occured.

Definition at line 47 of file glfException.cpp.

const std::string & glfException::GetMessageString ( ) const
inherited
bool glfUniformNotFoundException::NotFoundUniform ( const std::string &  name) const

Returns whether the not found uniform has the specified name.

Definition at line 38 of file glfUniformNotFoundException.cpp.

Referenced by BIAS::PlainPerPixelProcessing::Init_().


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