Classes | Namespaces | Defines | Functions
stoc.h File Reference
#include <sensor_msgs/PointCloud.h>
#include <deprecated_msgs/ImageArray.h>
#include <deprecated_msgs/Image.h>
#include <stdexcept>
#include <string>
#include <SVS/svsclass.h>
#include <opencv/cv.h>
Include dependency graph for stoc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stoc::STOC

Namespaces

namespace  stoc

Defines

#define DEF_EXCEPTION(name, parent)
 Macro for defining an exception with a given parent (std::runtime_error should be top parent)

Functions

 stoc::DEF_EXCEPTION (Exception, std::runtime_error)
 A standard STOC exception.

Define Documentation

#define DEF_EXCEPTION (   name,
  parent 
)
Value:
class name  : public parent { \
  public: \
    name (const char* msg) : parent (msg) {} \
  }

Macro for defining an exception with a given parent (std::runtime_error should be top parent)

Definition at line 50 of file stoc.h.



stoc_driver
Author(s): Radu Bogdan Rusu (rusu@cs.tum.edu)
autogenerated on Mon Oct 6 2014 08:31:39