Home
last modified time | relevance | path

Searched refs:User_Cylinder (Results 1 – 5 of 5) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/Common/
H A DUser_Cylinder.hxx13 class User_Cylinder;
14 DEFINE_STANDARD_HANDLE(User_Cylinder,AIS_InteractiveObject)
16 class User_Cylinder: public AIS_InteractiveObject { class
18 Standard_EXPORT User_Cylinder(const Standard_Real R, const Standard_Real H);
19 Standard_EXPORT User_Cylinder(const gp_Ax2 CylAx2, const Standard_Real R, const Standard_Real H);
21 ~User_Cylinder(){}; in ~User_Cylinder()
39 DEFINE_STANDARD_RTTIEXT(User_Cylinder,AIS_InteractiveObject)
H A DUser_Cylinder.cxx8 IMPLEMENT_STANDARD_RTTIEXT(User_Cylinder,AIS_InteractiveObject) in IMPLEMENT_STANDARD_RTTIEXT() argument
30 User_Cylinder::User_Cylinder(const Standard_Real R, const Standard_Real H) : in IMPLEMENT_STANDARD_RTTIEXT()
40 User_Cylinder::User_Cylinder(const gp_Ax2 CylAx2, const Standard_Real R, const Standard_Real H) : in User_Cylinder() function in User_Cylinder
52 void User_Cylinder::Compute(const Handle(PrsMgr_PresentationManager)& /*aPresentationManager*/, in Compute()
291 void User_Cylinder::computeHLR (const Handle(Graphic3d_Camera)& aProjector, in computeHLR()
304 void User_Cylinder::ComputeSelection(const Handle(SelectMgr_Selection)& aSelection, in ComputeSelection()
318 Standard_Integer User_Cylinder::NbPossibleSelection() const in NbPossibleSelection()
323 Standard_Boolean User_Cylinder::AcceptShapeDecomposition() const in AcceptShapeDecomposition()
328 Standard_Boolean User_Cylinder::TriangleIsValid(const gp_Pnt& P1, const gp_Pnt& P2, const gp_Pnt& P… in TriangleIsValid()
346 Quantity_Color User_Cylinder::Color(gp_Pnt& thePoint,Standard_Real AltMin,Standard_Real AltMax, in Color()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DViewer3dDoc.h39 Handle(User_Cylinder) GetCylinder();
140 Handle(User_Cylinder) myCylinder;
H A DViewer3dDoc.cpp173 myCylinder = new User_Cylinder(CylAx2, 80.,200.); in OnCylinder()
455 Handle(User_Cylinder) CViewer3dDoc::GetCylinder() in Handle() argument
538 Handle(User_Cylinder)::DownCast (aSelectedObject)->SetColor (CSFColor); in InputEvent()
588 if (myAISContext->SelectedInteractive()->IsKind(STANDARD_TYPE(User_Cylinder))) in OnObjectColoredMesh()
602 if(myAISContext->SelectedInteractive()->IsKind(STANDARD_TYPE(User_Cylinder))) in OnUpdateObjectColoredMesh()
672 if (myAISContext->SelectedInteractive()->IsKind(STANDARD_TYPE(User_Cylinder))) in Popup()
H A DOffsetDlg.cpp126 Handle(User_Cylinder) aCylinder = myDoc->GetCylinder(); in SetOffsets()
214 Handle(User_Cylinder) aCylinder = myDoc->GetCylinder(); in UpdateValues()