Blender V4.3
DNA_lattice_types.h File Reference
#include "DNA_ID.h"
#include "DNA_defs.h"

Go to the source code of this file.

Classes

struct  EditLatt
 
struct  Lattice
 

Macros

#define LT_ACTBP_NONE   -1
 

Typedefs

typedef struct EditLatt EditLatt
 
typedef struct Lattice Lattice
 

Enumerations

enum  { LT_GRID = 1 << 0 , LT_OUTSIDE = 1 << 1 , LT_DS_EXPAND = 1 << 2 }
 

Macro Definition Documentation

◆ LT_ACTBP_NONE

Typedef Documentation

◆ EditLatt

typedef struct EditLatt EditLatt

◆ Lattice

typedef struct Lattice Lattice

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Lattice::flag

Enumerator
LT_GRID 
LT_OUTSIDE 
LT_DS_EXPAND 

Definition at line 73 of file DNA_lattice_types.h.