Home
last modified time | relevance | path

Searched refs:SShape (Results 1 – 25 of 98) sorted by relevance

1234

/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/src/term/
H A DSShape.cpp21 SShape::SShape(const std::string& name, scalar start, scalar end, scalar height) in SShape() function in fl::SShape
24 SShape::~SShape() { } in ~SShape()
26 std::string SShape::className() const { in className()
67 bool SShape::isMonotonic() const { in isMonotonic()
96 scalar SShape::getStart() const { in getStart()
100 void SShape::setEnd(scalar end) { in setEnd()
104 scalar SShape::getEnd() const { in getEnd()
108 SShape* SShape::clone() const { in clone()
109 return new SShape(*this); in clone()
112 Term* SShape::constructor() { in constructor()
[all …]
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/fl/term/
H A DSShape.h35 class FL_API SShape : public Term {
40 explicit SShape(const std::string& name = "",
44 virtual ~SShape() FL_IOVERRIDE;
45 FL_DEFAULT_COPY_AND_MOVE(SShape)
103 virtual SShape* clone() const FL_IOVERRIDE;
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/view_map/
H A DSilhouette.h67 class SShape; variable
277 inline SShape *shape() in shape()
430 const SShape *shape() const;
650 inline SShape *shape() in shape()
883 const SShape *shape() const;
1418 class SShape {
1440 inline SShape() in SShape() function
1448 inline SShape(SShape &iBrother) in SShape() function
1532 virtual SShape *duplicate() in duplicate()
1534 SShape *clone = new SShape(*this); in duplicate()
[all …]
H A DSilhouette.cpp81 const SShape *SVertex::shape() const in shape()
134 const SShape *SVertex::occluded_shape() const in occluded_shape()
239 const SShape *FEdge::occluded_shape() const in occluded_shape()
288 const SShape *FEdge::shape() const in shape()
H A DViewMap.h251 class SShape; variable
1322 inline const SShape *occluded_shape() const;
1339 inline const SShape *shape() const in shape()
1412 SShape *_SShape;
1428 inline ViewShape(SShape *iSShape) in ViewShape()
1549 inline SShape *sshape() in sshape()
1555 inline const SShape *sshape() const in sshape()
1592 inline void setSShape(SShape *iSShape) in setSShape()
1688 SShape *shape = fe->shape(); in SplitEdge()
1811 inline const SShape *ViewEdge::occluded_shape() const in occluded_shape()
/dports/cad/opencascade/opencascade-7.6.0/src/BlendFunc/
H A DBlendFunc.cxx43 void BlendFunc::GetShape (const BlendFunc_SectionShape SShape, in GetShape() argument
50 switch (SShape) { in GetShape()
102 void BlendFunc::GetMinimalWeights(const BlendFunc_SectionShape SShape, in GetMinimalWeights() argument
109 switch (SShape) { in GetMinimalWeights()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/GraphViewer/
H A DLtxReader.h49 struct SShape struct
79 SShape* m_pShapes;
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/src/factory/
H A DTermFactory.cpp58 registerConstructor(SShape().className(), &(SShape::constructor)); in TermFactory()
/dports/devel/fuzzylite/fuzzylite-6.0/examples/mamdani/octave/
H A Dinvestment_portfolio.fcl17 TERM Old := SShape 30.000 90.000;
23 TERM High := SShape 2.000 8.000;
H A Dinvestment_portfolio.fll7 term: Old SShape 30.000 90.000
13 term: High SShape 2.000 8.000
H A Dinvestment_portfolio.cpp19 Age->addTerm(new SShape("Old", 30.000, 90.000)); in main()
29 RiskTolerance->addTerm(new SShape("High", 2.000, 8.000)); in main()
H A Dinvestment_portfolio.java29 Age.addTerm(new SShape("Old", 30.000, 90.000)); in main()
39 RiskTolerance.addTerm(new SShape("High", 2.000, 8.000)); in main()
/dports/devel/fuzzylite/fuzzylite-6.0/examples/original/mamdani/octave/
H A Dinvestment_portfolio.fll6 term: Old SShape 30.000 90.000
11 term: High SShape 2.000 8.000
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/stroke/
H A DCurve.h318 const SShape *shape() const;
327 const SShape *occluded_shape() const;
544 const SShape *occluded_shape() const;
548 const SShape *shape() const;
/dports/devel/fuzzylite/fuzzylite-6.0/examples/tsukamoto/
H A Dtsukamoto.fcl44 TERM a := SShape 0.000 0.250;
45 TERM c := SShape 0.700 1.000;
H A Dtsukamoto.fll40 term: a SShape 0.000 0.250
41 term: c SShape 0.700 1.000
H A Dtsukamoto.cpp64 ZSShapes->addTerm(new SShape("a", 0.000, 0.250)); in main()
65 ZSShapes->addTerm(new SShape("c", 0.700, 1.000)); in main()
H A Dtsukamoto.java74 ZSShapes.addTerm(new SShape("a", 0.000, 0.250)); in main()
75 ZSShapes.addTerm(new SShape("c", 0.700, 1.000)); in main()
/dports/devel/fuzzylite/fuzzylite-6.0/examples/original/tsukamoto/
H A Dtsukamoto.fll39 term: a SShape 0.000 0.250
40 term: c SShape 0.700 1.000
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/application/
H A DController.h45 class SShape; variable
206 std::vector<SShape *> _SShapes;
/dports/devel/fuzzylite/fuzzylite-6.0/examples/mamdani/
H A DAllTerms.cpp36 AllInputTerms->addTerm(new SShape("S", 5.500, 6.500)); in main()
68 AllOutputTerms->addTerm(new SShape("S", 5.500, 6.500)); in main()
H A DAllTerms.fcl33 TERM S := SShape 5.500 6.500;
57 TERM S := SShape 5.500 6.500;
H A DAllTerms.fll24 term: S SShape 5.500 6.500
52 term: S SShape 5.500 6.500
H A DAllTerms.java46 AllInputTerms.addTerm(new SShape("S", 5.500, 6.500)); in main()
78 AllOutputTerms.addTerm(new SShape("S", 5.500, 6.500)); in main()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/python/
H A DBPy_SShape.h43 PyObject_HEAD SShape *ss;

1234