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

VMDClipPlane Struct Reference

data structure describing user specified clipping planes. More...

#include <VMDDisplayList.h>

List of all members.

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...


Detailed Description

data structure describing user specified clipping planes.

Definition at line 30 of file VMDDisplayList.h.


Constructor & Destructor Documentation

VMDClipPlane::VMDClipPlane   [inline]
 

default constructor.

Definition at line 37 of file VMDDisplayList.h.

References center, color, mode, and normal.


Member Data Documentation

float VMDClipPlane::center[3]
 

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.

float VMDClipPlane::color[3]
 

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.

int VMDClipPlane::mode
 

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.

float VMDClipPlane::normal[3]
 

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.


The documentation for this struct was generated from the following file:
Generated on Sat Apr 20 02:45:37 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002