Home
last modified time | relevance | path

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

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DAppearanceRetained.java472 if (pointAttributes != null) { in setPointAttributes()
484 this.pointAttributes = null; in setPointAttributes()
486 this.pointAttributes = (PointAttributesRetained)pointAttributes.retained; in setPointAttributes()
496 return (pointAttributes == null? null : (PointAttributes)pointAttributes.source); in getPointAttributes()
820 mirrorApp.pointAttributes = (PointAttributesRetained)pointAttributes.mirror; in initMirrorObject()
956 if (pointAttributes != null) { in doSetLive()
1012 if (pointAttributes != null) { in clearLive()
1166 ((pointAttributes == app.pointAttributes) || in equals()
1168 pointAttributes.equivalent(app.pointAttributes))))); in equals()
1224 if (pointAttributes != null) in addAMirrorUser()
[all …]
H A DRenderMolecule.java395 this.pointAttributes = pointAttributes; in reset()
575 if (pointAttributes != null) { in reset()
577 definingPointAttributes = pointAttributes; in reset()
957 (pointAttributes !=null && pointAttributes.changedFrequent != 0)) in equals()
973 else if (pointAttributes != null) { in equals()
1952 cv.pointAttributes = pointAttributes; in updateAttributes()
2060 cv.pointAttributes != pointAttributes && in updateAttributes()
2068 cv.pointAttributes = pointAttributes; in updateAttributes()
2351 ((rm.pointAttributes == pointAttributes) || in checkEquivalenceWithLeftNeighbor()
2532 pointAttributes = ((AppearanceRetained)appHandle).pointAttributes; in updateNodeComponent()
[all …]
H A DRenderAtom.java209 if ((app.pointAttributes != null) && in isOpaque()
210 app.pointAttributes.pointAntialiasing) { in isOpaque()
230 (app.pointAttributes != null) && in isOpaque()
231 app.pointAttributes.pointAntialiasing) { in isOpaque()
H A DGraphicsContext3D.java549 nc = ((AppearanceRetained)appearance.retained).pointAttributes; in doSetAppearance()
626 if (app.pointAttributes != null) { in doSetAppearance()
627 app.pointAttributes.setInImmCtx(false); in doSetAppearance()
2851 if (app.pointAttributes != null) { in updateState()
2852 app.pointAttributes.updateNative(canvas3d.ctx); in updateState()
2854 canvas3d.pointAttributes = app.pointAttributes; in updateState()
2858 if (canvas3d.pointAttributes != null) { in updateState()
2861 canvas3d.pointAttributes = null; in updateState()
2997 if (canvas3d.pointAttributes != null) { in resetAppearance()
2999 canvas3d.pointAttributes = null; in resetAppearance()
H A DAppearance.java518 public void setPointAttributes(PointAttributes pointAttributes) { in setPointAttributes() argument
522 ((AppearanceRetained)this.retained).setPointAttributes(pointAttributes); in setPointAttributes()
H A DJ3dDebug.java274 static final int pointAttributes = !devPhase?NO_DEBUG:NO_DEBUG; field in J3dDebug
H A DRenderBin.java4805 PointAttributesRetained pointAttributes; in findRenderMolecule() local
4818 pointAttributes = null; in findRenderMolecule()
4827 pointAttributes = ra.app.pointAttributes; in findRenderMolecule()
4849 pointAttributes, material, in findRenderMolecule()
4868 pointAttributes, material, in findRenderMolecule()
4882 pointAttributes, in findRenderMolecule()
H A DCanvas3D.java683 PointAttributesRetained pointAttributes = null; field in Canvas3D
4024 pointAttributes = null; in reset()
H A DExceptionStrings.properties18 Appearance16=Appearance: no capability to set pointAttributes
19 Appearance17=Appearance: no capability to get pointAttributes
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DRadarChart.cs427 pointAttributes = ser.Points[secondPointIndex]; in ProcessChartType()
435 Color areaColor = pointAttributes.Color; in ProcessChartType()
436 Color borderColor = pointAttributes.BorderColor; in ProcessChartType()
437 int borderWidth = pointAttributes.BorderWidth; in ProcessChartType()
452 borderColor = pointAttributes.Color; in ProcessChartType()
522 DataPointCustomProperties pointAttributes = point; in ProcessChartType()
526 pointAttributes = ser.Points[secondPointIndex]; in ProcessChartType()
534 Color areaColor = pointAttributes.Color; in ProcessChartType()
535 Color borderColor = pointAttributes.BorderColor; in ProcessChartType()
536 int borderWidth = pointAttributes.BorderWidth; in ProcessChartType()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/scenegraph/io/state/javax/media/j3d/
H A DAppearanceState.java73 private int pointAttributes=0; field in AppearanceState
90 pointAttributes = control.getSymbolTable().addReference( app.getPointAttributes() ); in AppearanceState()
115 out.writeInt( pointAttributes ); in writeObject()
132 pointAttributes = in.readInt(); in readObject()
153 control.getSymbolTable().incNodeComponentRefCount( pointAttributes ); in addSubReference()
169 … app.setPointAttributes( (PointAttributes)control.getSymbolTable().getJ3dNode(pointAttributes) ); in buildGraph()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_From_Particles.cc772 hvdb::AttributeDetailList& pointAttributes, in transferAttributes() argument
779 hvdb::PointAttrTransfer transferOp(pointAttributes, closestPtIdxGrid, ptGeo); in transferAttributes()
783 for (size_t i = 0, N = pointAttributes.size(); i < N; ++i) { in transferAttributes()
784 hvdb::AttributeDetailBase::Ptr& attrDetail = pointAttributes[i]; in transferAttributes()
923 hvdb::AttributeDetailList pointAttributes; in convertWithAttributes() local
929 transferAttributes(pointAttributes, *closestPtIdxGrid, transform, ptGeo, *gdp); in convertWithAttributes()
946 hvdb::AttributeDetailList &pointAttributes, in constructGenericAtttributeList() argument
1007 addAttributeDetails<openvdb::Vec3i>(pointAttributes, attr, tupleAIF, in constructGenericAtttributeList()
1016 addAttributeDetails<openvdb::Int64>(pointAttributes, attr, tupleAIF, in constructGenericAtttributeList()
1025 addAttributeDetails<float>(pointAttributes, attr, tupleAIF, in constructGenericAtttributeList()
[all …]
H A DSOP_OpenVDB_From_Polygons.cc200 hvdb::AttributeDetailList &pointAttributes,
218 hvdb::AttributeDetailList &pointAttributes,
915 hvdb::AttributeDetailList pointAttributes; in cookVDBSop() local
920 constructGenericAtttributeLists(pointAttributes, vertexAttributes, in cookVDBSop()
923 transferAttributes(pointAttributes, vertexAttributes, primitiveAttributes, in cookVDBSop()
956 hvdb::AttributeDetailList &pointAttributes, in constructGenericAtttributeLists() argument
987 attributeList = &pointAttributes; in constructGenericAtttributeLists()
1159 hvdb::AttributeDetailList &pointAttributes, in transferAttributes() argument
1168 hvdb::MeshAttrTransfer transferOp(pointAttributes, vertexAttributes, primitiveAttributes, in transferAttributes()
1176 for (size_t i = 0, N = pointAttributes.size(); i < N; ++i) { in transferAttributes()
[all …]
H A DAttributeTransferUtil.h533 AttributeDetailList &pointAttributes,
563 AttributeDetailList& pointAttributes, in MeshAttrTransfer() argument
569 mPointAttributes(pointAttributes), in MeshAttrTransfer()
719 AttributeDetailList &pointAttributes,
741 AttributeDetailList& pointAttributes, in PointAttrTransfer() argument
744 mPointAttributes(pointAttributes), in PointAttrTransfer()
1380 std::vector<AttributeCopyBase::Ptr>& pointAttributes,
1395 std::vector<AttributeCopyBase::Ptr>& pointAttributes, in TransferPointAttributesOp() argument
1400 , mPointAttributes(pointAttributes) in TransferPointAttributesOp()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkHoudiniPolyDataWriter.cxx369 Attributes pointAttributes; in WriteData() local
375 vtkHoudiniTemplateMacro(pointAttributes, array); in WriteData()
377 case VTK_STRING: { AddAttribute<VTK_STRING>(pointAttributes, array); } break; in WriteData()
388 file << pointAttributes.GetHeader(); in WriteData()
400 file << " (" << pointAttributes[i] << ")"; in WriteData()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkHoudiniPolyDataWriter.cxx375 Attributes pointAttributes; in WriteData() local
381 vtkHoudiniTemplateMacro(pointAttributes, array); in WriteData()
383 case VTK_STRING: { AddAttribute<VTK_STRING>(pointAttributes, array); }; break; in WriteData()
394 file << pointAttributes.GetHeader(); in WriteData()
407 file << " (" << pointAttributes[i] << ")"; in WriteData()
/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgspointcloudclassifiedrenderer.cpp137 bool QgsPointCloudClassifiedRenderer::willRenderPoint( const QVariantMap &pointAttributes ) in willRenderPoint() argument
139 if ( !pointAttributes.contains( mAttribute ) ) in willRenderPoint()
142 int attributeInt = pointAttributes[ mAttribute ].toInt( &parsedCorrectly ); in willRenderPoint()
H A Dqgspointcloudrenderer.h320 virtual bool willRenderPoint( const QMap<QString, QVariant> &pointAttributes ) in willRenderPoint() argument
322 Q_UNUSED( pointAttributes ); in willRenderPoint()
H A Dqgspointcloudclassifiedrenderer.h131 bool willRenderPoint( const QVariantMap &pointAttributes ) override;
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/pointcloud/
H A Dqgspointcloudclassifiedrenderer.sip.in128 virtual bool willRenderPoint( const QVariantMap &pointAttributes );
H A Dqgspointcloudrenderer.sip.in226 virtual bool willRenderPoint( const QMap<QString, QVariant> &pointAttributes );
228 Checks whether the point holding ``pointAttributes`` attributes will be rendered
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ufoLib/
H A DglifLib.py1406 def _validateAndMassagePointStructures(contour, pointAttributes, openContourOffCurveLeniency=False,… argument
1423 if attr not in pointAttributes:
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ufoLib/
H A DglifLib.py1253 def _validateAndMassagePointStructures(contour, pointAttributes, openContourOffCurveLeniency=False,… argument
1270 if attr not in pointAttributes:
/dports/x11-fonts/py-ufoLib/ufoLib-2.3.2/Lib/ufoLib/
H A DglifLib.py1231 def _validateAndMassagePointStructures(contour, pointAttributes, openContourOffCurveLeniency=False,… argument
1248 if attr not in pointAttributes:
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/j3d/
H A DModelManager.java856 PointAttributes pointAttributes = appearance.getPointAttributes(); in cloneNode() local
857 if (pointAttributes != null) { in cloneNode()
858 … clonedAppearance.setPointAttributes((PointAttributes)pointAttributes.cloneNodeComponent(true)); in cloneNode()