Home
last modified time | relevance | path

Searched defs:leftPoint (Results 1 – 25 of 55) sorted by relevance

123

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkSmoothErrorMetric.cxx73 int vtkSmoothErrorMetric::RequiresEdgeSubdivision(double *leftPoint, in RequiresEdgeSubdivision()
125 double vtkSmoothErrorMetric::GetError(double *leftPoint, in GetError()
H A DvtkGenericCellTessellator.cxx85 int vtkGenericCellTessellator::RequiresEdgeSubdivision(double *leftPoint, in RequiresEdgeSubdivision()
126 void vtkGenericCellTessellator::UpdateMaxError(double *leftPoint, in UpdateMaxError()
H A DvtkGeometricErrorMetric.cxx108 int vtkGeometricErrorMetric::RequiresEdgeSubdivision(double *leftPoint, in RequiresEdgeSubdivision()
150 double vtkGeometricErrorMetric::GetError(double *leftPoint, in GetError()
H A DvtkAttributesErrorMetric.cxx74 int vtkAttributesErrorMetric::RequiresEdgeSubdivision(double *leftPoint, in RequiresEdgeSubdivision()
163 double vtkAttributesErrorMetric::GetError(double *leftPoint, in GetError()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkSmoothErrorMetric.cxx74 double* leftPoint, double* midPoint, double* rightPoint, double vtkNotUsed(alpha)) in RequiresEdgeSubdivision()
122 double* leftPoint, double* midPoint, double* rightPoint, double vtkNotUsed(alpha)) in GetError()
H A DvtkGenericCellTessellator.cxx84 double* leftPoint, double* midPoint, double* rightPoint, double alpha) in RequiresEdgeSubdivision()
122 double* leftPoint, double* midPoint, double* rightPoint, double alpha) in UpdateMaxError()
H A DvtkGeometricErrorMetric.cxx108 double* leftPoint, double* midPoint, double* rightPoint, in RequiresEdgeSubdivision()
150 double vtkGeometricErrorMetric::GetError(double* leftPoint, double* midPoint, double* rightPoint, in GetError()
H A DvtkAttributesErrorMetric.cxx78 double* leftPoint, double* midPoint, double* rightPoint, double alpha) in RequiresEdgeSubdivision()
166 double* leftPoint, double* midPoint, double* rightPoint, double alpha) in GetError()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkSmoothErrorMetric.cxx75 int vtkSmoothErrorMetric::RequiresEdgeSubdivision(double *leftPoint, in RequiresEdgeSubdivision()
127 double vtkSmoothErrorMetric::GetError(double *leftPoint, in GetError()
H A DvtkGenericCellTessellator.cxx84 int vtkGenericCellTessellator::RequiresEdgeSubdivision(double *leftPoint, in RequiresEdgeSubdivision()
125 void vtkGenericCellTessellator::UpdateMaxError(double *leftPoint, in UpdateMaxError()
H A DvtkGeometricErrorMetric.cxx110 int vtkGeometricErrorMetric::RequiresEdgeSubdivision(double *leftPoint, in RequiresEdgeSubdivision()
152 double vtkGeometricErrorMetric::GetError(double *leftPoint, in GetError()
H A DvtkAttributesErrorMetric.cxx76 int vtkAttributesErrorMetric::RequiresEdgeSubdivision(double *leftPoint, in RequiresEdgeSubdivision()
165 double vtkAttributesErrorMetric::GetError(double *leftPoint, in GetError()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkViewDependentErrorMetric.cxx75 double* leftPoint, double* midPoint, double* rightPoint, double vtkNotUsed(alpha)) in RequiresEdgeSubdivision()
134 double* leftPoint, double* midPoint, double* rightPoint, double vtkNotUsed(alpha)) in GetError()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkViewDependentErrorMetric.cxx74 int vtkViewDependentErrorMetric::RequiresEdgeSubdivision(double *leftPoint, in RequiresEdgeSubdivision()
135 double vtkViewDependentErrorMetric::GetError(double *leftPoint, in GetError()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkViewDependentErrorMetric.cxx74 int vtkViewDependentErrorMetric::RequiresEdgeSubdivision(double *leftPoint, in RequiresEdgeSubdivision()
135 double vtkViewDependentErrorMetric::GetError(double *leftPoint, in GetError()
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/lib/
H A DpeakShape.cpp269 double leftPoint = m_mz - (2 * m_config.fwhm()); in calculateGaussianPeakShape() local
340 double leftPoint = m_mz - (2 * m_config.fwhm()); in calculateLorentzianPeakShape() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dconvex-hull.h191 Point leftPoint() const { return _boundary[0]; } in leftPoint() function
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dconvex-hull.h191 Point leftPoint() const { return _boundary[0]; } in leftPoint() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/navigator/
H A Dnavigatortreeview.cpp189 … void drawIndicatorLine(const QPoint &leftPoint, const QPoint &rightPoint, QPainter *painter) const in drawIndicatorLine() argument
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DEnvelopeCallback.cpp226 boost::optional<Point_2> leftPoint, rightPoint; in updateEnvelope() local
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.cpp775 OfxRectD leftPoint = rectFromCenterPoint(left, pscale); in penMotion() local
1106 OfxRectD leftPoint = rectFromCenterPoint(left, pscale); in penDown() local
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.cpp1049 OfxRectD leftPoint = rectFromCenterPoint(left, pscale); in penMotion() local
1429 OfxRectD leftPoint = rectFromCenterPoint(left, pscale); in penDown() local
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.cpp1049 OfxRectD leftPoint = rectFromCenterPoint(left, pscale); in penMotion() local
1429 OfxRectD leftPoint = rectFromCenterPoint(left, pscale); in penDown() local
/dports/graphics/qgis/qgis-3.22.3/src/gui/processing/models/
H A Dqgsmodelcomponentgraphicitem.cpp649 const QPointF leftPoint = pos() + QPointF( -itemSize().width() / 2.0, 0 ); in calculateAutomaticLinkPoint() local
687 const QPointF leftPoint = pos() + QPointF( -itemSize().width() / 2.0, 0 ); in calculateAutomaticLinkPoint() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/processing/models/
H A Dqgsmodelcomponentgraphicitem.cpp649 const QPointF leftPoint = pos() + QPointF( -itemSize().width() / 2.0, 0 ); in calculateAutomaticLinkPoint() local
687 const QPointF leftPoint = pos() + QPointF( -itemSize().width() / 2.0, 0 ); in calculateAutomaticLinkPoint() local

123