Home
last modified time | relevance | path

Searched refs:get_metric_type (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/py-opencensus/opencensus-0.7.13/opencensus/stats/
H A Daggregation.py38 self.get_metric_type(measure))
43 def get_metric_type(measure): member in SumAggregation
70 def get_metric_type(measure): member in CountAggregation
110 def get_metric_type(measure): member in DistributionAggregation
131 self.get_metric_type(measure))
136 def get_metric_type(measure): member in LastValueAggregation
H A Dview.py103 self.aggregation.get_metric_type(self.measure),
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityMetric/
H A DScalarAddQualityMetric.hpp53 MetricType get_metric_type() const in get_metric_type() function in MBMesquite::ScalarAddQualityMetric
54 { return mMetric->get_metric_type(); } in get_metric_type()
H A DScalarMultiplyQualityMetric.hpp60 MetricType get_metric_type() const in get_metric_type() function in MBMesquite::ScalarMultiplyQualityMetric
61 { return mMetric->get_metric_type(); } in get_metric_type()
H A DPowerQualityMetric.hpp69 MetricType get_metric_type() const in get_metric_type() function in MBMesquite::PowerQualityMetric
70 { return mMetric.get_metric_type(); } in get_metric_type()
H A DAddQualityMetric.cpp47 if (qm1->get_metric_type() != qm2->get_metric_type() || in AddQualityMetric()
56 QualityMetric::MetricType AddQualityMetric::get_metric_type() const in get_metric_type() function in MBMesquite::AddQualityMetric
58 return metric1.get_metric_type(); in get_metric_type()
H A DMultiplyQualityMetric.cpp45 if (qm1->get_metric_type() != qm2->get_metric_type() || in MultiplyQualityMetric()
54 QualityMetric::MetricType MultiplyQualityMetric::get_metric_type() const in get_metric_type() function in MultiplyQualityMetric
56 return metric1.get_metric_type(); in get_metric_type()
H A DVertexQM.hpp48 MESQUITE_EXPORT virtual MetricType get_metric_type() const in get_metric_type() function in MBMesquite::VertexQM
H A DElementQM.hpp48 MESQUITE_EXPORT virtual MetricType get_metric_type() const in get_metric_type() function in MBMesquite::ElementQM
H A DElemSampleQM.hpp56 MESQUITE_EXPORT virtual MetricType get_metric_type() const in get_metric_type() function in MBMesquite::ElemSampleQM
H A DEdgeQM.hpp48 MESQUITE_EXPORT virtual MetricType get_metric_type() const in get_metric_type() function in MBMesquite::EdgeQM
H A DMultiplyQualityMetric.hpp76 MetricType get_metric_type() const;
H A DAddQualityMetric.hpp49 MetricType get_metric_type() const;
H A DQualityMetric.hpp91 MESQUITE_EXPORT virtual MetricType get_metric_type() const = 0;
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/ObjectiveFunction/
H A DObjectiveFunctionTemplate.cpp61 switch (get_quality_metric()->get_metric_type()) in initialize_block_coordinate_descent()
103 else if (get_quality_metric()->get_metric_type() == QualityMetric::VERTEX_BASED) in min_patch_layers()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityMetric/Debug/
H A DNumericalQM.cpp48 QualityMetric::MetricType NumericalQM::get_metric_type() const in get_metric_type() function in MBMesquite::NumericalQM
49 { return realMetric->get_metric_type(); } in get_metric_type()
H A DNumericalQM.hpp61 MetricType get_metric_type() const;
H A DCompareQM.hpp81 MetricType get_metric_type() const;
H A DCompareQM.cpp73 QualityMetric::MetricType CompareQM::get_metric_type() const in get_metric_type() function in MBMesquite::CompareQM
76 type1 = primaryMetric->get_metric_type(); in get_metric_type()
77 type2 = otherMetric->get_metric_type(); in get_metric_type()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/
H A Didft_time_test.cpp114 virtual MetricType get_metric_type() const;
131 QualityMetric::MetricType NumericQM::get_metric_type() const in get_metric_type() function in NumericQM
132 { return realMetric->get_metric_type(); } in get_metric_type()
160 MetricType get_metric_type() const;
448 QualityMetric::MetricType CompareMetric::get_metric_type() const in get_metric_type() function in CompareMetric
450 MetricType t1 = metric1->get_metric_type(); in get_metric_type()
451 assert(metric2->get_metric_type() == t1); in get_metric_type()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DPMeanPMetricTest.cpp91 MetricType get_metric_type() const { return ELEMENT_BASED; } in get_metric_type() function in FauxMetric
184 CPPUNIT_ASSERT( QualityMetric::ELEMENT_BASED == e.get_metric_type() ); in test_get_metric_type()
185 CPPUNIT_ASSERT( QualityMetric::VERTEX_BASED == v.get_metric_type() ); in test_get_metric_type()
H A DObjectiveFunctionTests.hpp142 virtual MetricType get_metric_type() const { return ELEMENT_BASED; } in get_metric_type() function in OFTestQM
H A DQualityAssessorTest.cpp254 MetricType get_metric_type() const in get_metric_type() function in MetricLogger
255 { return mMetric->get_metric_type(); } in get_metric_type()
270 if (get_metric_type() == QualityMetric::VERTEX_BASED) in evaluate()
H A DQualityMetricTester.cpp798 if (qm->get_metric_type() == QualityMetric::VERTEX_BASED ) in test_get_indices_fixed()
834 CPPUNIT_ASSERT(qm->get_metric_type() == QualityMetric::ELEMENT_BASED); in test_get_element_indices()
873 CPPUNIT_ASSERT(qm->get_metric_type() == QualityMetric::VERTEX_BASED); in test_get_vertex_indices()
913 CPPUNIT_ASSERT(qm->get_metric_type() == QualityMetric::VERTEX_BASED); in test_get_edge_indices()
965 CPPUNIT_ASSERT(qm->get_metric_type() == QualityMetric::ELEMENT_BASED); in test_get_sample_indices()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityAssessor/
H A DQualityAssessor.cpp299 if (qm->get_metric_type() == QualityMetric::VERTEX_BASED) in find_or_add()
554 if ((*iter)->get_metric()->get_metric_type() == QualityMetric::VERTEX_BASED) in loop_over_mesh_internal()

12