#include <TdkPolygonSetEvent.h>
Inheritance diagram for TdkPolygonSetEvent:
Public Member Functions | |
TdkPolygonSetEvent (TePolygonSet &polygons) | |
virtual | ~TdkPolygonSetEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual TePolygonSet & | getPolygons () |
Protected Attributes | |
TePolygonSet | polygons_ |
TdkPolygonSetEvent::TdkPolygonSetEvent | ( | TePolygonSet & | polygons | ) | [inline] |
virtual TdkPolygonSetEvent::~TdkPolygonSetEvent | ( | ) | [inline, virtual] |
std::string TdkPolygonSetEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
std::string TdkPolygonSetEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
TePolygonSet & TdkPolygonSetEvent::getPolygons | ( | ) | [inline, virtual] |
TePolygonSet TdkPolygonSetEvent::polygons_ [protected] |