Home
last modified time | relevance | path

Searched refs:EllipseNode (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthAnnotation/
H A DEllipseNode.cpp37 EllipseNode::EllipseNode() : in EllipseNode() function in EllipseNode
44 EllipseNode::construct() in construct()
80 EllipseNode::getNumSegments() const in getNumSegments()
97 EllipseNode::getRadiusMajor() const in getRadiusMajor()
103 EllipseNode::getRadiusMinor() const in getRadiusMinor()
148 EllipseNode::getArcStart(void) const in getArcStart()
161 EllipseNode::getArcEnd(void) const in getArcEnd()
174 EllipseNode::getPie(void) const in getPie()
187 EllipseNode::buildGeometry() in buildGeometry()
216 EllipseNode::EllipseNode(const Config& conf, in EllipseNode() function in EllipseNode
[all …]
H A DEllipseNode39 class OSGEARTHANNO_EXPORT EllipseNode : public LocalGeometryNode
42 META_AnnotationNode( osgEarthAnnotation, EllipseNode );
45 EllipseNode();
143 EllipseNode(const Config& conf, const osgDB::Options* dbOptions);
149 virtual ~EllipseNode() { }
152 EllipseNode(const EllipseNode& rhs, const osg::CopyOp& op) { }
H A DAnnotationEditing.cpp212 SetEllipseRadiusCallback(EllipseNode* node, EllipseNodeEditor* editor, bool major): in SetEllipseRadiusCallback()
253 EllipseNode* _node;
262 EllipseNodeEditor::EllipseNodeEditor( EllipseNode* node ): in EllipseNodeEditor()
296 EllipseNode* ellipse = static_cast<EllipseNode*>(_node.get()); in updateDraggers()
H A DAnnotationEditing26 #include <osgEarthAnnotation/EllipseNode>
109 EllipseNodeEditor(EllipseNode* ellipseNode);
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/skynodes/
H A Ddsosymbolnode.h13 class EllipseNode; variable
70 EllipseNode *e1 { nullptr };
71 EllipseNode *e2 { nullptr };
72 EllipseNode *e3 { nullptr };
73 EllipseNode *e4 { nullptr };
74 EllipseNode *e5 { nullptr };
75 EllipseNode *e6 { nullptr };
76 EllipseNode *e7 { nullptr };
77 EllipseNode *e8 { nullptr };
87 EllipseNode *e1 { nullptr };
[all …]
H A Dfovsymbolnode.h14 class EllipseNode; variable
62 EllipseNode *el { nullptr };
73 EllipseNode *el1 { nullptr };
74 EllipseNode *el2 { nullptr };
84 EllipseNode *el1 { nullptr };
85 EllipseNode *el2 { nullptr };
86 EllipseNode *el3 { nullptr };
96 EllipseNode *el { nullptr };
H A Ddsosymbolnode.cpp40 StarSymbol::StarSymbol(const QColor &color) : m_ellipse(new EllipseNode(color)) in StarSymbol()
58 e1 = new EllipseNode(color); in AsterismSymbol()
59 e2 = new EllipseNode(color); in AsterismSymbol()
60 e3 = new EllipseNode(color); in AsterismSymbol()
61 e4 = new EllipseNode(color); in AsterismSymbol()
62 e5 = new EllipseNode(color); in AsterismSymbol()
63 e6 = new EllipseNode(color); in AsterismSymbol()
64 e7 = new EllipseNode(color); in AsterismSymbol()
65 e8 = new EllipseNode(color); in AsterismSymbol()
179 e1 = new EllipseNode(color); in PlanetaryNebulaSymbol()
[all …]
H A Dcrosshairnode.h15 class EllipseNode; variable
42 EllipseNode *el1;
43 EllipseNode *el2;
H A Dfovsymbolnode.cpp150 el = new EllipseNode(); in CircleFOV()
172 el1 = new EllipseNode; in CrosshairFOV()
175 el2 = new EllipseNode; in CrosshairFOV()
208 el1 = new EllipseNode; in BullsEyeFOV()
211 el2 = new EllipseNode; in BullsEyeFOV()
214 el3 = new EllipseNode; in BullsEyeFOV()
232 el = new EllipseNode; in SolidCircleFOV()
H A Dcrosshairnode.cpp15 : el1(new EllipseNode), el2(new EllipseNode), lines(new QSGGeometryNode), bd(baseDevice) in CrosshairNode()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/skynodes/nodes/
H A Dellipsenode.cpp14 EllipseNode::EllipseNode(const QColor &color, int width) in EllipseNode() function in EllipseNode
34 void EllipseNode::setColor(QColor color) in setColor()
43 void EllipseNode::setLineWidth(int width) in setLineWidth()
52 void EllipseNode::updateGeometry(float x, float y, int width, int height, bool filled) in updateGeometry()
H A Dellipsenode.h22 class EllipseNode : public QSGTransformNode
25 explicit EllipseNode(const QColor &color = QColor(), int width = 1);
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_annotation/
H A Dosgearth_annotation.cpp287 EllipseNode* ellipse = new EllipseNode(); in main()
305 EllipseNode* ellipse = new EllipseNode(); in main()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/PathNodes/
H A DEllipseNode.swift35 final class EllipseNode: AnimatorNode, PathNode { class
83 let cp = half * EllipseNode.ControlPointConstant in rebuildOutputs()
H A DRectNode.swift107 let controlPoint = radius * EllipseNode.ControlPointConstant in rebuildOutputs()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthQt/
H A DAnnotationDialogs27 #include <osgEarthAnnotation/EllipseNode>
224 …arth::MapNode* mapNode, const ViewVector& views, osgEarth::Annotation::EllipseNode* ellipse=0, QWi…
256 osg::ref_ptr<osgEarth::Annotation::EllipseNode> _ellipseNode;
532 …_ellipseNode = new osgEarth::Annotation::EllipseNode(_mapNode, _position, _radiusMajor, _radiusMin…
541 osg::ref_ptr<osgEarth::Annotation::EllipseNode> _ellipseNode;
H A DAnnotationListWidget.cpp339 …osgEarth::Annotation::EllipseNode* ellipse = dynamic_cast<osgEarth::Annotation::EllipseNode*>(anno… in onEditSelected()
H A DAnnotationDialogs.cpp877 …arth::MapNode* mapNode, const ViewVector& views, osgEarth::Annotation::EllipseNode* ellipse, QWidg… in AddEllipseDialog()
1031 …_ellipseNode = new osgEarth::Annotation::EllipseNode(_mapNode, position, radiusMajor, radiusMinor,… in addEllipse()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Extensions/
H A DItemsExtension.swift42 let node = EllipseNode(parentNode: nodeTree.rootNode, ellipse: ellipse) in initializeNodeTree()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Pods.xcodeproj/
H A Dproject.pbxproj853 …C4210781E5E0790B /* EllipseNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5842EE999CE8…
4163EllipseNode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode…
8594 D5842EE999CE86450A6F590DC943F2C4 /* EllipseNode.swift */,
11626 842D66B997820174C4210781E5E0790B /* EllipseNode.swift in Sources */,