#include <VMDDisplayList.h>
Public Methods | |
VMDClipPlane () | |
default constructor. More... | |
Public Attributes | |
float | center [3] |
origin point in the clipping plane. More... | |
float | normal [3] |
normal for orienting the clipping plane. More... | |
float | color [3] |
color to use when doing solid/CSG clipping. More... | |
int | mode |
whether the clipping plane is on and what type. More... |
Definition at line 30 of file VMDDisplayList.h.
|
default constructor.
Definition at line 37 of file VMDDisplayList.h. |
|
origin point in the clipping plane.
Definition at line 31 of file VMDDisplayList.h. Referenced by VMDApp::molrep_get_clipplane, DisplayDevice::pick, FileRenderer::render, VMDDisplayList::set_clip_center, and VMDClipPlane. |
|
color to use when doing solid/CSG clipping.
Definition at line 33 of file VMDDisplayList.h. Referenced by VMDApp::molrep_get_clipplane, FileRenderer::render, VMDDisplayList::set_clip_color, and VMDClipPlane. |
|
whether the clipping plane is on and what type.
Definition at line 34 of file VMDDisplayList.h. Referenced by VMDDisplayList::get_clip_status, VMDApp::molrep_get_clipplane, DisplayDevice::pick, FileRenderer::render, VMDDisplayList::set_clip_status, and VMDClipPlane. |
|
normal for orienting the clipping plane.
Definition at line 32 of file VMDDisplayList.h. Referenced by VMDApp::molrep_get_clipplane, DisplayDevice::pick, FileRenderer::render, VMDDisplayList::set_clip_normal, and VMDClipPlane. |