Hide vector of pointers and related methods from the SWIG Python API
The methods which produce a std::vector<const INode*>, std::vector<const Layer*> and std::vector<const IReParticle*> are hidden from the SWIG-produced Python API.
These methods are not needed for the Python interface.
Related to #127 (closed)