Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

VMDDisplayList.C File Reference

VMDDisplayList holds all of the display commands VMD generates and interprets to render the molecular scene. More...

#include "VMDDisplayList.h"
#include "VMDApp.h"
#include "Matrix4.h"
#include "Inform.h"

Go to the source code of this file.

Defines

#define ALLOC_ALIGNMENT   16
#define ALLOC_ALIGNMASK   (ALLOC_ALIGNMENT - 1)
#define BASE_DISPLAYLIST_SIZE   64
#define GROWN_DISPLAYLIST_SIZE   16384


Detailed Description

VMDDisplayList holds all of the display commands VMD generates and interprets to render the molecular scene.

Definition in file VMDDisplayList.C.


Define Documentation

#define ALLOC_ALIGNMASK   (ALLOC_ALIGNMENT - 1)
 

Definition at line 30 of file VMDDisplayList.C.

Referenced by VMDDisplayList::append.

#define ALLOC_ALIGNMENT   16
 

Definition at line 29 of file VMDDisplayList.C.

#define BASE_DISPLAYLIST_SIZE   64
 

Definition at line 37 of file VMDDisplayList.C.

Referenced by VMDDisplayList::append, and VMDDisplayList::reset_and_free.

#define GROWN_DISPLAYLIST_SIZE   16384
 

Definition at line 43 of file VMDDisplayList.C.

Referenced by VMDDisplayList::append.


Generated on Thu Mar 28 02:44:53 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002