|
MorphoGraphX
2.0-1-227
|
#include <ClipRegion.hpp>
Public Member Functions | |
| ClipRegion () | |
| ~ClipRegion () | |
| void | setClip (Clip *c) |
| void | readParms (Parms &parms, QString section) |
| Read clipping plane parameters. More... | |
| void | writeParms (QTextStream &pout, QString section) |
| write parms to file More... | |
| void | disable () |
| Draw (use) clipping place (ax + by + cz + d = 0) More... | |
| void | drawClip () |
| Draw (use) clipping place (ax + by + cz + d = 0) More... | |
| void | drawGrid (float width) |
| Draw (use) clipping place (ax + by + cz + d = 0) More... | |
Public Attributes | |
| Clip * | clip |
| GLenum | clip0 |
| OpenGL identifier for the first clipping plane. More... | |
| GLenum | clip1 |
| OpenGL identifier for the second clipping plane. More... | |
| Colors::ColorType | GridColor |
| Color used to draw the grid. More... | |
Class to handle rotatable pair of clipping planes.
Definition at line 39 of file ClipRegion.hpp.
| mgx::ClipRegion::ClipRegion | ( | ) |
|
inline |
Definition at line 42 of file ClipRegion.hpp.
|
inline |
Draw (use) clipping place (ax + by + cz + d = 0)
Definition at line 67 of file ClipRegion.hpp.
| void mgx::ClipRegion::drawClip | ( | ) |
Draw (use) clipping place (ax + by + cz + d = 0)
| void mgx::ClipRegion::drawGrid | ( | float | width | ) |
Draw (use) clipping place (ax + by + cz + d = 0)
| void mgx::ClipRegion::readParms | ( | Parms & | parms, |
| QString | section | ||
| ) |
Read clipping plane parameters.
| void mgx::ClipRegion::setClip | ( | Clip * | c | ) |
| void mgx::ClipRegion::writeParms | ( | QTextStream & | pout, |
| QString | section | ||
| ) |
write parms to file
| Clip* mgx::ClipRegion::clip |
Definition at line 43 of file ClipRegion.hpp.
| GLenum mgx::ClipRegion::clip0 |
OpenGL identifier for the first clipping plane.
Definition at line 52 of file ClipRegion.hpp.
| GLenum mgx::ClipRegion::clip1 |
OpenGL identifier for the second clipping plane.
Definition at line 56 of file ClipRegion.hpp.
| Colors::ColorType mgx::ClipRegion::GridColor |
Color used to draw the grid.
Definition at line 58 of file ClipRegion.hpp.
1.8.17