Skip to content

Commit

Permalink
Add GraphicsMolecularSurfaceItem class
Browse files Browse the repository at this point in the history
This adds a new class called GraphicsMolecularSurfaceItem
to the chemkit-graphics library. This class allows for
visualization of molecular surfaces. So far, only Van Der
Waals and solvent accessible surfaces are supported.
  • Loading branch information
kylelutz committed Mar 15, 2011
1 parent 48c049c commit e0da6b4
Show file tree
Hide file tree
Showing 4 changed files with 549 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/chemkit/graphicsmolecularsurfaceitem.h
@@ -0,0 +1 @@
#include "../../src/graphics/graphicsmolecularsurfaceitem.h"
2 changes: 2 additions & 0 deletions src/graphics/graphics.pro
Expand Up @@ -18,6 +18,7 @@ SOURCES += graphics.cpp \
graphicsitem.cpp \
graphicslight.cpp \
graphicsmaterial.cpp \
graphicsmolecularsurfaceitem.cpp \
graphicsmoleculeitem.cpp \
graphicsnavigationtool.cpp \
graphicsnucleicaciditem.cpp \
Expand Down Expand Up @@ -46,6 +47,7 @@ HEADERS += graphics.h \
graphicsitem.h \
graphicslight.h \
graphicsmaterial.h \
graphicsmolecularsurfaceitem.h \
graphicsmoleculeitem.h \
graphicsnavigationtool.h \
graphicsnucleicaciditem.h \
Expand Down

0 comments on commit e0da6b4

Please sign in to comment.