#include <UpdateClippingCommand.h>
Data Fields | |
QGroupBox * | m_pClipping [3] |
QCheckBox * | m_pNegative [3] |
QDoubleSpinBox * | m_pTranslate [3] |
QGroupBox* VolVis::Commands::ClippingParameters::m_pClipping[3] |
Contains the group boxes for each direction which define if a clipping plane is enabled or disabled m_pClipping[0] => xy plane m_pClipping[1] => xz plane m_pClipping[2] => yz plane
QCheckBox* VolVis::Commands::ClippingParameters::m_pNegative[3] |
The check boxes which define the direction of clipping. m_pNegative[0] => direction of xy plane m_pNegative[1] => direction of xz plane m_pNegative[2] => direction of yz plane
QDoubleSpinBox* VolVis::Commands::ClippingParameters::m_pTranslate[3] |
The fields defining the translation of the clipping planes. m_pTranslate[0] => translation of xy plane m_pTranslate[1] => translation of xz plane m_pTranslate[2] => translation of yz plane