28#include "TColStd_HSequenceOfTransient.hxx"
29#include "TColStd_HArray1OfInteger.hxx"
52 Handle(TColStd_HSequenceOfTransient) GetShapes()
73 Handle(TColStd_HArray1OfInteger) GetIndices()
static const TopTools_IndexedMapOfShape & theIndices
Definition: GEOMImpl_ShapeDriver.cxx:127
Definition: GEOMImpl_IShapes.hxx:32
Standard_Integer GetSubShapeType()
Definition: GEOMImpl_IShapes.hxx:68
void SetIsPlanar(const Standard_Boolean isPlanarWanted)
Definition: GEOMImpl_IShapes.hxx:60
Standard_Real GetTolerance()
Definition: GEOMImpl_IShapes.hxx:79
void SetIsIntersect(const Standard_Boolean isIntersect)
Definition: GEOMImpl_IShapes.hxx:91
Standard_Integer GetWireMode()
Definition: GEOMImpl_IShapes.hxx:84
void SetTolerance(const Standard_Real theValue)
Definition: GEOMImpl_IShapes.hxx:76
GEOMImpl_IShapes(Handle(GEOM_Function) theFunction)
Definition: GEOMImpl_IShapes.hxx:47
void SetShapes(const Handle(TColStd_HSequenceOfTransient)&theShapes)
Definition: GEOMImpl_IShapes.hxx:49
Standard_Boolean GetIsPlanar()
Definition: GEOMImpl_IShapes.hxx:63
Handle(GEOM_Function) _func
@ SHAPE_ARG_INTERSECT
Definition: GEOMImpl_IShapes.hxx:39
@ SHAPE_ARG_BASE
Definition: GEOMImpl_IShapes.hxx:37
@ SHAPE_ARG_TOLERANCE
Definition: GEOMImpl_IShapes.hxx:42
@ SHAPE_ARG_SHAPES
Definition: GEOMImpl_IShapes.hxx:36
@ SHAPE_ARG_ANGLE_TOL
Definition: GEOMImpl_IShapes.hxx:43
@ SHAPE_ARG_WIRE_MODE
Definition: GEOMImpl_IShapes.hxx:44
@ SHAPE_ARG_INDICES
Definition: GEOMImpl_IShapes.hxx:41
@ SHAPE_ARG_PLANAR
Definition: GEOMImpl_IShapes.hxx:38
@ SHAPE_ARG_SUBTYPE
Definition: GEOMImpl_IShapes.hxx:40
Standard_Boolean GetIsIntersect()
Definition: GEOMImpl_IShapes.hxx:94
void SetWireMode(const Standard_Integer theValue)
Definition: GEOMImpl_IShapes.hxx:81
void SetBase(Handle(GEOM_Function) theRefBase)
Definition: GEOMImpl_IShapes.hxx:55
void SetAngularTolerance(const Standard_Real theValue)
Definition: GEOMImpl_IShapes.hxx:86
void SetSubShapeType(const Standard_Integer theType)
Definition: GEOMImpl_IShapes.hxx:65
void SetIndices(const Handle(TColStd_HArray1OfInteger)&theIndices)
Definition: GEOMImpl_IShapes.hxx:70
Handle(TColStd_HArray1OfInteger) GetIndices()
Definition: GEOMImpl_IShapes.hxx:73
Handle(GEOM_Function) GetBase()
Definition: GEOMImpl_IShapes.hxx:58
Standard_Real GetAngularTolerance()
Definition: GEOMImpl_IShapes.hxx:89
Handle(TColStd_HSequenceOfTransient) GetShapes()
Definition: GEOMImpl_IShapes.hxx:52