20 #ifndef __BLOCPOINT_HXX__
21 #define __BLOCPOINT_HXX__
39 void deepCopyFrom(
const BlocPoint& other);
43 bool contains(
Node *node)
const override;
44 bool anyOf(
const std::set<Node *>& nodes)
const override;
45 int getNumberOfNodes()
const;
48 bool internalContinueForSimplify()
const;
49 bool presenceOfNonSimpleCase()
const;
#define YACSLIBENGINE_EXPORT
const std::list< AbstractPoint * > & getListOfPoints() const
std::list< AbstractPoint * > _nodes
Base class for all nodes.