Ejemplo n.º 1
0
        //--------------------------------------------------------------------------------------------------

        public SelectionSignature(AIS_KindOfInteractive kind, int signature)
        {
            Kind      = kind;
            Signature = signature;
        }
Ejemplo n.º 2
0
 public AIS_SignatureFilter(AIS_KindOfInteractive aGivenKind, int aGivenSignature)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void ObjectsByDisplayStatus(AIS_KindOfInteractive WhichKind, int WhichSignature,
                                    AIS_DisplayStatus theStatus, AIS_ListOfInteractive theL_istOfIO)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void ObjectsInside(AIS_ListOfInteractive aL_istOfIO, AIS_KindOfInteractive WhichKind)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public void Redisplay(AIS_KindOfInteractive theTypeOfObject, int theSignature, bool theToUpdateViewer)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public void ErasedObjects(AIS_KindOfInteractive theWhichKind, int theWhichSignature,
                           AIS_ListOfInteractive theL_istOfIO)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 7
0
        //--------------------------------------------------------------------------------------------------

        public SignatureSelectionFilter(AIS_KindOfInteractive kind, int signature)
        {
            _Signature = new(kind, signature);
        }
Ejemplo n.º 8
0
 public AIS_TypeFilter(AIS_KindOfInteractive aGivenKind)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 9
0
 public bool Remove(AIS_KindOfInteractive TypeToExclude, int SignatureInType)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 10
0
 public bool IsStored(AIS_KindOfInteractive aType)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 11
0
 public bool Add(AIS_KindOfInteractive TypeToExclude)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 12
0
 public AIS_ExclusionFilter(AIS_KindOfInteractive TypeToExclude, int SignatureInType)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 13
0
 public AIS_ExclusionFilter(AIS_KindOfInteractive TypeToExclude, bool ExclusionFlagOn)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 14
0
 public bool IsSignatureIn(AIS_KindOfInteractive aType, int aSignature)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 15
0
 public void ListOfSignature(AIS_KindOfInteractive aType, TColStd_ListOfInteger TheStoredL_ist)
 {
     throw new NotImplementedException();
 }