pqSuperquadricTensorGlyphPanel.h
Go to the documentation of this file.
1 // This file is part of the MercuryDPM project (https://www.mercurydpm.org).
2 // Copyright (c), The MercuryDPM Developers Team. All rights reserved.
3 // License: BSD 3-Clause License; see the LICENSE file in the root directory.
4 
5 // -*- c++ -*-
6 
7 #ifndef __pqSuperquadricTensorGlyphPanel_h
8 #define __pqSuperquadricTensorGlyphPanel_h
9 
10 // Qt Includes.
11 #include <QCheckBox>
12 #include <QComboBox>
13 #include <QLabel>
14 #include <QWidget>
15 #include <QtDebug>
16 
17 // ParaView Includes.
18 #include <pqAutoGeneratedObjectPanel.h>
19 #include <pqComboBoxDomain.h>
20 #include <vtkPVConfig.h>
21 
22 
28 {
29  Q_OBJECT;
31 
32 public:
34 
35 private:
36 
37 protected:
39  QCheckBox *ColorGlyphsWidget;
41 
50  QLabel* ColorModeLabel;
53 
54 protected slots:
55 
56 };
57 
58 #endif //__pqSuperquadricTensorGlyphPanel_h
float * p
Definition: Tutorial_Map_using.cpp:9
Definition: pqSuperquadricTensorGlyphPanel.h:28
pqSuperquadricTensorGlyphPanel(pqProxy *proxy, QWidget *p)
QLabel * MaxScaleFactorLabel
Definition: pqSuperquadricTensorGlyphPanel.h:52
QCheckBox * LimitScalingByEigenvaluesWidget
Definition: pqSuperquadricTensorGlyphPanel.h:40
QWidget * GammaRoundnessWidget
Definition: pqSuperquadricTensorGlyphPanel.h:42
QLabel * PhiRoundnessLabel
Definition: pqSuperquadricTensorGlyphPanel.h:45
QCheckBox * ColorGlyphsWidget
Definition: pqSuperquadricTensorGlyphPanel.h:39
QWidget * MaxScaleFactorWidget
Definition: pqSuperquadricTensorGlyphPanel.h:51
QWidget * InputScalarsWidget
Definition: pqSuperquadricTensorGlyphPanel.h:48
pqAutoGeneratedObjectPanel Superclass
Definition: pqSuperquadricTensorGlyphPanel.h:29
QWidget * ColorModeWidget
Definition: pqSuperquadricTensorGlyphPanel.h:49
QWidget * ThetaRoundnessWidget
Definition: pqSuperquadricTensorGlyphPanel.h:46
QCheckBox * FixedThetaPhiRoundnessWidget
Definition: pqSuperquadricTensorGlyphPanel.h:38
QWidget * PhiRoundnessWidget
Definition: pqSuperquadricTensorGlyphPanel.h:44
QLabel * GammaRoundnessLabel
Definition: pqSuperquadricTensorGlyphPanel.h:43
QLabel * ThetaRoundnessLabel
Definition: pqSuperquadricTensorGlyphPanel.h:47
QLabel * ColorModeLabel
Definition: pqSuperquadricTensorGlyphPanel.h:50