| 
|   | ChFiDS_Stripe () | 
|   | 
| void  | Reset () | 
|   | Reset everything except Spine.  
  | 
|   | 
| const Handle< ChFiDS_HData > &  | SetOfSurfData () const | 
|   | 
| const Handle< ChFiDS_Spine > &  | Spine () const | 
|   | 
| TopAbs_Orientation  | OrientationOnFace1 () const | 
|   | 
| TopAbs_Orientation  | OrientationOnFace2 () const | 
|   | 
| Standard_Integer  | Choix () const | 
|   | 
| Handle< ChFiDS_HData > &  | ChangeSetOfSurfData () | 
|   | 
| Handle< ChFiDS_Spine > &  | ChangeSpine () | 
|   | 
| void  | OrientationOnFace1 (const TopAbs_Orientation Or1) | 
|   | 
| void  | OrientationOnFace2 (const TopAbs_Orientation Or2) | 
|   | 
| void  | Choix (const Standard_Integer C) | 
|   | 
| void  | FirstParameters (Standard_Real &Pdeb, Standard_Real &Pfin) const | 
|   | 
| void  | LastParameters (Standard_Real &Pdeb, Standard_Real &Pfin) const | 
|   | 
| void  | ChangeFirstParameters (const Standard_Real Pdeb, const Standard_Real Pfin) | 
|   | 
| void  | ChangeLastParameters (const Standard_Real Pdeb, const Standard_Real Pfin) | 
|   | 
| Standard_Integer  | FirstCurve () const | 
|   | 
| Standard_Integer  | LastCurve () const | 
|   | 
| void  | ChangeFirstCurve (const Standard_Integer Index) | 
|   | 
| void  | ChangeLastCurve (const Standard_Integer Index) | 
|   | 
| const Handle< Geom2d_Curve > &  | FirstPCurve () const | 
|   | 
| const Handle< Geom2d_Curve > &  | LastPCurve () const | 
|   | 
| Handle< Geom2d_Curve > &  | ChangeFirstPCurve () | 
|   | 
| Handle< Geom2d_Curve > &  | ChangeLastPCurve () | 
|   | 
| TopAbs_Orientation  | FirstPCurveOrientation () const | 
|   | 
| TopAbs_Orientation  | LastPCurveOrientation () const | 
|   | 
| void  | FirstPCurveOrientation (const TopAbs_Orientation O) | 
|   | 
| void  | LastPCurveOrientation (const TopAbs_Orientation O) | 
|   | 
| Standard_Integer  | IndexFirstPointOnS1 () const | 
|   | 
| Standard_Integer  | IndexFirstPointOnS2 () const | 
|   | 
| Standard_Integer  | IndexLastPointOnS1 () const | 
|   | 
| Standard_Integer  | IndexLastPointOnS2 () const | 
|   | 
| void  | ChangeIndexFirstPointOnS1 (const Standard_Integer Index) | 
|   | 
| void  | ChangeIndexFirstPointOnS2 (const Standard_Integer Index) | 
|   | 
| void  | ChangeIndexLastPointOnS1 (const Standard_Integer Index) | 
|   | 
| void  | ChangeIndexLastPointOnS2 (const Standard_Integer Index) | 
|   | 
| void  | Parameters (const Standard_Boolean First, Standard_Real &Pdeb, Standard_Real &Pfin) const | 
|   | 
| void  | SetParameters (const Standard_Boolean First, const Standard_Real Pdeb, const Standard_Real Pfin) | 
|   | 
| Standard_Integer  | Curve (const Standard_Boolean First) const | 
|   | 
| void  | SetCurve (const Standard_Integer Index, const Standard_Boolean First) | 
|   | 
| const Handle< Geom2d_Curve > &  | PCurve (const Standard_Boolean First) const | 
|   | 
| Handle< Geom2d_Curve > &  | ChangePCurve (const Standard_Boolean First) | 
|   | 
| TopAbs_Orientation  | Orientation (const Standard_Integer OnS) const | 
|   | 
| void  | SetOrientation (const TopAbs_Orientation Or, const Standard_Integer OnS) | 
|   | 
| TopAbs_Orientation  | Orientation (const Standard_Boolean First) const | 
|   | 
| void  | SetOrientation (const TopAbs_Orientation Or, const Standard_Boolean First) | 
|   | 
| Standard_Integer  | IndexPoint (const Standard_Boolean First, const Standard_Integer OnS) const | 
|   | 
| void  | SetIndexPoint (const Standard_Integer Index, const Standard_Boolean First, const Standard_Integer OnS) | 
|   | 
| Standard_Integer  | SolidIndex () const | 
|   | 
| void  | SetSolidIndex (const Standard_Integer Index) | 
|   | 
| void  | InDS (const Standard_Boolean First, const Standard_Integer Nb=1) | 
|   | Set nb of SurfData's at end put in DS.  
  | 
|   | 
| Standard_Integer  | IsInDS (const Standard_Boolean First) const | 
|   | Returns nb of SurfData's at end being in DS.  
  | 
|   | 
  Public Member Functions inherited from Standard_Transient | 
|   | Standard_Transient () | 
|   | Empty constructor.  
  | 
|   | 
|   | Standard_Transient (const Standard_Transient &) | 
|   | Copy constructor – does nothing.  
  | 
|   | 
| Standard_Transient &  | operator= (const Standard_Transient &) | 
|   | Assignment operator, needed to avoid copying reference counter.  
  | 
|   | 
| virtual  | ~Standard_Transient () | 
|   | Destructor must be virtual.  
  | 
|   | 
| virtual const opencascade::handle< Standard_Type > &  | DynamicType () const | 
|   | Returns a type descriptor about this object.  
  | 
|   | 
| Standard_Boolean  | IsInstance (const opencascade::handle< Standard_Type > &theType) const | 
|   | Returns a true value if this is an instance of Type.  
  | 
|   | 
| Standard_Boolean  | IsInstance (const Standard_CString theTypeName) const | 
|   | Returns a true value if this is an instance of TypeName.  
  | 
|   | 
| Standard_Boolean  | IsKind (const opencascade::handle< Standard_Type > &theType) const | 
|   | Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism.  
  | 
|   | 
| Standard_Boolean  | IsKind (const Standard_CString theTypeName) const | 
|   | Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism.  
  | 
|   | 
| Standard_Transient *  | This () const | 
|   | Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero.  
  | 
|   | 
| Standard_Integer  | GetRefCount () const noexcept | 
|   | Get the reference counter of this object.  
  | 
|   | 
| void  | IncrementRefCounter () noexcept | 
|   | Increments the reference counter of this object.  
  | 
|   | 
| Standard_Integer  | DecrementRefCounter () noexcept | 
|   | Decrements the reference counter of this object; returns the decremented value.  
  | 
|   | 
| virtual void  | Delete () const | 
|   | Memory deallocator for transient classes.  
  | 
|   | 
Data characterising a band of fillet.