Salome HOME
WIP
[modules/yacs.git] / src / engine / AbstractPoint.hxx
index 522acae909ca008745bd3d3e6696c045ca539b68..5c0f54b0b9023eaa411ea71a14a5454a6acae416 100644 (file)
@@ -62,11 +62,13 @@ namespace YACS
       bool isSimplyLinkedBeforeAfter(BlocPoint *sop);
       bool isSimplyLinkedAfterNullBefore(BlocPoint *sop);
       bool isSimplyLinkedBeforeNullAfter(BlocPoint *sop);
+      bool isNullBeforeNullAfter(BlocPoint *sop);
       //
       LinkedBlocPoint *tryAsLink(BlocPoint *sop);
       ForkBlocPoint *tryAsFork(BlocPoint *sop);
       ForkBlocPoint *tryAsForkBis(BlocPoint *sop);
       ForkBlocPoint *tryAsForkTer(BlocPoint *sop);
+      ForkBlocPoint *tryAsForkQuatro(BlocPoint *sop);
       //void tryAsNotSimpleCase(BlocPoint *sop, std::list<AbstractPoint *>& nodes, bool& somethingDone);
       static void TryAsNotSimpleCase(AbstractPoint *father, const std::vector<AbstractPoint *>& ptsToKill, std::list<AbstractPoint *>& nodes, bool& somethingDone);
       //