Home
last modified time | relevance | path

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

12

/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_Point.cxx37 IMPLEMENT_STANDARD_RTTIEXT(AIS_Point,AIS_InteractiveObject) in IMPLEMENT_STANDARD_RTTIEXT() argument
43 AIS_Point::AIS_Point(const Handle(Geom_Point)& aComponent): in IMPLEMENT_STANDARD_RTTIEXT()
65 Handle(Geom_Point) AIS_Point::Component() in Handle()
75 void AIS_Point::SetComponent(const Handle(Geom_Point)& aComponent) in SetComponent()
84 void AIS_Point::Compute(const Handle(PrsMgr_PresentationManager)& , in Compute()
120 void AIS_Point::SetColor (const Quantity_Color& theCol) in SetColor()
131 void AIS_Point::UnsetColor() in UnsetColor()
142 TopoDS_Vertex AIS_Point::Vertex() const in Vertex()
153 void AIS_Point::SetMarker(const Aspect_TypeOfMarker aTOM) in SetMarker()
164 void AIS_Point::UnsetMarker() in UnsetMarker()
[all …]
H A DAIS_Point.hxx28 class AIS_Point : public AIS_InteractiveObject class
30 DEFINE_STANDARD_RTTIEXT(AIS_Point, AIS_InteractiveObject)
35 Standard_EXPORT AIS_Point(const Handle(Geom_Point)& aComponent);
96 DEFINE_STANDARD_HANDLE(AIS_Point, AIS_InteractiveObject)
H A DAIS_PlaneTrihedron.hxx24 class AIS_Point;
66 Standard_EXPORT Handle(AIS_Point) Position() const;
H A DAIS_PlaneTrihedron.cxx131 Handle(AIS_Point) AIS_PlaneTrihedron::Position() const in Handle() argument
135 Handle(AIS_Point) aPt = new AIS_Point (aPoint); in Handle()
H A DFILES77 AIS_Point.cxx
78 AIS_Point.hxx
H A DAIS_ViewController.hxx41 class AIS_Point;
795 …Handle(AIS_Point) myAnchorPointPrs1; //!< anchor point presentation (Graphic3d_ZLayerId…
796 …Handle(AIS_Point) myAnchorPointPrs2; //!< anchor point presentation (Graphic3d_ZLayerId…
/dports/cad/opencascade/opencascade-7.6.0/src/TPrsStd/
H A DTPrsStd_PointDriver.cxx58 Handle(AIS_Point) aistrihed; in Update()
60 aistrihed = new AIS_Point(apt); in Update()
62 aistrihed = Handle(AIS_Point)::DownCast(anAISObject); in Update()
64 aistrihed = new AIS_Point(apt); in Update()
H A DTPrsStd_GeometryDriver.cxx82 Handle(AIS_Point) ais1; in Update()
83 if( anAISObject.IsNull() ) ais1 = new AIS_Point(apt); in Update()
85 ais1 = Handle(AIS_Point)::DownCast(anAISObject); in Update()
87 ais1 = new AIS_Point(apt); in Update()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAIS_Point.hxx28 class AIS_Point : public AIS_InteractiveObject class
30 DEFINE_STANDARD_RTTIEXT(AIS_Point, AIS_InteractiveObject)
35 Standard_EXPORT AIS_Point(const Handle(Geom_Point)& aComponent);
96 DEFINE_STANDARD_HANDLE(AIS_Point, AIS_InteractiveObject)
H A DAIS_PlaneTrihedron.hxx24 class AIS_Point;
66 Standard_EXPORT Handle(AIS_Point) Position() const;
H A DAIS_ViewController.hxx41 class AIS_Point;
795 …Handle(AIS_Point) myAnchorPointPrs1; //!< anchor point presentation (Graphic3d_ZLayerId…
796 …Handle(AIS_Point) myAnchorPointPrs2; //!< anchor point presentation (Graphic3d_ZLayerId…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAIS_Point.hxx28 class AIS_Point : public AIS_InteractiveObject class
30 DEFINE_STANDARD_RTTIEXT(AIS_Point, AIS_InteractiveObject)
35 Standard_EXPORT AIS_Point(const Handle(Geom_Point)& aComponent);
105 DEFINE_STANDARD_HANDLE(AIS_Point, AIS_InteractiveObject)
H A DAIS_PlaneTrihedron.hxx24 class AIS_Point;
66 Standard_EXPORT Handle(AIS_Point) Position() const;
H A DAIS_ViewController.hxx36 class AIS_Point;
670 …Handle(AIS_Point) myAnchorPointPrs1; //!< anchor point presentation (Graphic3d_ZLayerId…
671 …Handle(AIS_Point) myAnchorPointPrs2; //!< anchor point presentation (Graphic3d_ZLayerId…
/dports/cad/opencascade/opencascade-7.6.0/doc/refman/html/
H A Dclass_a_i_s___point__inherit__graph.map1 <map id="AIS_Point" name="AIS_Point">
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/07_Triangulation/src/
H A DOCCDemo_Presentation.cpp167 Handle(AIS_Point) OCCDemo_Presentation::drawPoint in Handle() argument
172 Handle(AIS_Point) aGraphicPoint = new AIS_Point (new Geom_CartesianPoint(aPnt)); in Handle()
H A DOCCDemo_Presentation.h96 Handle(AIS_Point) drawPoint (const gp_Pnt& thePnt,
/dports/cad/opencascade/opencascade-7.6.0/samples/OCCTOverview/code/
H A DGeometrySamples.cxx258 Handle(AIS_Point) anAisPoint = new AIS_Point(aGeomPoint); in DisplayPnt()
270 Handle(AIS_Point) anAisPoint = new AIS_Point(aPoint); in DisplayPnt()
285 Handle(AIS_Point) aCoordAisPoint = new AIS_Point(aCoordGeomPoint); in ZeroDimensionObjects3dSample()
304 Handle(AIS_Point) aSumAisPoint = new AIS_Point(aXyzGeomPoint); in ZeroDimensionObjects3dSample()
1305 myObject3d.Append(new AIS_Point(new Geom_CartesianPoint(aPnt1))); in FreeStyleCurves3dSample()
1306 myObject3d.Append(new AIS_Point(new Geom_CartesianPoint(aPnt2))); in FreeStyleCurves3dSample()
1307 myObject3d.Append(new AIS_Point(new Geom_CartesianPoint(aPnt3))); in FreeStyleCurves3dSample()
1308 myObject3d.Append(new AIS_Point(new Geom_CartesianPoint(aPnt4))); in FreeStyleCurves3dSample()
1485 myObject3d.Append(new AIS_Point(new Geom_CartesianPoint(anIt.Value()))); in FreeStyleSurfaces3dSample()
1968 Handle(AIS_Point) anAisCenter = new AIS_Point(new Geom_CartesianPoint(aCirc.Location())); in DumpCircleInfoSample()
[all …]
H A DTopologySamples.cxx826 Handle(AIS_Point) anAisPnt = new AIS_Point(new Geom_CartesianPoint(aPnt)); in AssessToCurve3dSample()
885 Handle(AIS_Point) anAisPnt = new AIS_Point(new Geom_CartesianPoint(aPnt)); in AssessToCompositeCurve3dSample()
918 Handle(AIS_Point) anAisPnt = new AIS_Point(new Geom_CartesianPoint(aPnt)); in AssessToSurface3dSample()
1714 Handle(AIS_Point) anAisCOM = new AIS_Point(new Geom_CartesianPoint(aCOM)); in ComputeLinearProperties3dSample()
1792 Handle(AIS_Point) anAisCOM = new AIS_Point(new Geom_CartesianPoint(aCOM)); in ComputeSurfaceProperties3dSample()
1870 Handle(AIS_Point) anAisCOM = new AIS_Point(new Geom_CartesianPoint(aCOM)); in ComputeVolumeProperties3dSample()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DOCCDemo_Presentation.cpp166 Handle(AIS_Point) OCCDemo_Presentation::drawPoint in Handle() argument
171 Handle(AIS_Point) aGraphicPoint = new AIS_Point (new Geom_CartesianPoint(aPnt)); in Handle()
H A DOCCDemo_Presentation.h96 Handle(AIS_Point) drawPoint (const gp_Pnt& thePnt,
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/10_Convert/src/
H A DOCCDemo_Presentation.cpp168 Handle(AIS_Point) OCCDemo_Presentation::drawPoint in Handle() argument
173 Handle(AIS_Point) aGraphicPoint = new AIS_Point (new Geom_CartesianPoint(aPnt)); in Handle()
H A DOCCDemo_Presentation.h95 Handle(AIS_Point) drawPoint (const gp_Pnt& thePnt,
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_RelationCommands.cxx759 if (Handle(AIS_Point) aPntPrs = Handle(AIS_Point)::DownCast (aShapes.First())) in VDimBuilder()
768 if (Handle(AIS_Point) aPntPrs = Handle(AIS_Point)::DownCast (aShapes.Last ())) in VDimBuilder()
852 if (Handle(AIS_Point) aPoint = Handle(AIS_Point)::DownCast (aPntIter.Value())) in VDimBuilder()
877 if (Handle(AIS_Point) aPoint = Handle(AIS_Point)::DownCast(aShapeIter.Value())) in VDimBuilder()
H A DViewerTest_ObjectCommands.cxx1166 Handle(AIS_Point) aPointPrs = new AIS_Point (aGeomPoint); in VPointBuilder()
1272 Handle(AIS_Point) anAISPointA = Handle(AIS_Point)::DownCast (aShapeA); in VPlaneBuilder()
1273 Handle(AIS_Point) anAISPointB = Handle(AIS_Point)::DownCast (aShapeB); in VPlaneBuilder()
1274 Handle(AIS_Point) anAISPointC = Handle(AIS_Point)::DownCast (aShapeC); in VPlaneBuilder()
1356 Handle(AIS_Point) anAISPointB = Handle(AIS_Point)::DownCast(aShapeB); in VPlaneBuilder()
1412 Handle(AIS_Point) anAISPointB = Handle(AIS_Point)::DownCast(aShapeB); in VPlaneBuilder()
1859 Handle(AIS_Point) anAISPointA = Handle(AIS_Point)::DownCast (aShapeA); in VLineBuilder()
1860 Handle(AIS_Point) anAISPointB = Handle(AIS_Point)::DownCast (aShapeB); in VLineBuilder()
2110 Handle(AIS_Point) anAISPointA = Handle(AIS_Point)::DownCast (aShapeA); in VCircleBuilder()
2111 Handle(AIS_Point) anAISPointB = Handle(AIS_Point)::DownCast (aShapeB); in VCircleBuilder()
[all …]

12