ConnectivityChecker.h
Go to the documentation of this file.
1 
18 #pragma once
19 
20 #include <boost/shared_ptr.hpp>
21 #include <iostream>
22 #include <vector>
23 
24 namespace SceneModel {
25 
30 {
31 public:
36  ConnectivityChecker(unsigned int pNumObjects);
37 
42 
48  bool isConnected(std::vector<bool> pBitvector);
49 
50 private:
54  unsigned int mNumObjects;
55 };
56 }
bool isConnected(std::vector< bool > pBitvector)
ConnectivityChecker(unsigned int pNumObjects)


asr_relation_graph_generator
Author(s): Meißner Pascal
autogenerated on Fri Nov 15 2019 03:39:19