Blender V2.61 - r43446
Classes | Typedefs | Enumerations

RAS_ListRasterizer.h File Reference

#include "RAS_MaterialBucket.h"
#include "RAS_VAOpenGLRasterizer.h"
#include <vector>
#include <map>

Go to the source code of this file.

Classes

class  RAS_ListSlot
class  RAS_ListRasterizer

Typedefs

typedef std::map
< RAS_DisplayArrayList,
RAS_ListSlot * > 
RAS_ArrayLists
typedef std::vector
< RAS_ListSlot * > 
RAS_ListSlots
typedef std::map< DerivedMesh
*, RAS_ListSlots * > 
RAS_DerivedMeshLists

Enumerations

enum  RAS_ListSlotFlags {
  LIST_CREATE = 1, LIST_MODIFY = 2, LIST_STREAM = 4, LIST_NOCREATE = 8,
  LIST_BEGIN = 16, LIST_END = 32, LIST_REGEN = 64, LIST_DERIVEDMESH = 128
}

Detailed Description

Definition in file RAS_ListRasterizer.h.


Typedef Documentation

Definition at line 46 of file RAS_ListRasterizer.h.

Definition at line 50 of file RAS_ListRasterizer.h.

typedef std::vector<RAS_ListSlot*> RAS_ListSlots

Definition at line 49 of file RAS_ListRasterizer.h.


Enumeration Type Documentation

Enumerator:
LIST_CREATE 
LIST_MODIFY 
LIST_STREAM 
LIST_NOCREATE 
LIST_BEGIN 
LIST_END 
LIST_REGEN 
LIST_DERIVEDMESH 

Definition at line 35 of file RAS_ListRasterizer.h.