Blender  V3.3
Classes | Typedefs | Enumerations
film.h File Reference
#include "scene/pass.h"
#include "util/string.h"
#include "util/vector.h"
#include "kernel/types.h"
#include "graph/node.h"

Go to the source code of this file.

Classes

class  Film
 

Typedefs

typedef enum FilterType FilterType
 

Enumerations

enum  FilterType { FILTER_BOX , FILTER_GAUSSIAN , FILTER_BLACKMAN_HARRIS , FILTER_NUM_TYPES }
 

Typedef Documentation

◆ FilterType

typedef enum FilterType FilterType

Enumeration Type Documentation

◆ FilterType

enum FilterType
Enumerator
FILTER_BOX 
FILTER_GAUSSIAN 
FILTER_BLACKMAN_HARRIS 
FILTER_NUM_TYPES 

Definition at line 21 of file film.h.