Blender  V3.3
Public Types | Static Public Member Functions | List of all members
Freestyle::Exception Class Reference

#include <Exception.h>

Public Types

enum  exception_type { NO_EXCEPTION , UNDEFINED }
 

Static Public Member Functions

static int getException ()
 
static int raiseException (exception_type exception=UNDEFINED)
 
static void reset ()
 

Detailed Description

Definition at line 16 of file Exception.h.

Member Enumeration Documentation

◆ exception_type

Enumerator
NO_EXCEPTION 
UNDEFINED 

Definition at line 18 of file Exception.h.

Member Function Documentation

◆ getException()

static int Freestyle::Exception::getException ( )
inlinestatic

Definition at line 23 of file Exception.h.

References e, and NO_EXCEPTION.

Referenced by Freestyle::CurvePoint::normal().

◆ raiseException()

static int Freestyle::Exception::raiseException ( exception_type  exception = UNDEFINED)
inlinestatic

◆ reset()

static void Freestyle::Exception::reset ( )
inlinestatic

Definition at line 36 of file Exception.h.

References NO_EXCEPTION.


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