MCPcopy Create free account
hub / github.com/MapServer/MapServer / clipperException

Class clipperException

renderers/agg/include/clipper.hpp:227–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225//------------------------------------------------------------------------------
226
227class clipperException : public std::exception
228{
229 public:
230 clipperException(const char* description)
231 throw(): std::exception(), m_description (description) {}
232 virtual ~clipperException() throw() {}
233 virtual const char* what() const throw() {return m_description.c_str();}
234 private:
235 std::string m_description;
236};
237//------------------------------------------------------------------------------
238//------------------------------------------------------------------------------
239

Callers 6

AddPolygonMethod · 0.85
ProcessHorizontalMethod · 0.85
UpdateEdgeIntoAELMethod · 0.85
ProcessIntersectionsMethod · 0.85
DoMaximaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected