#include <TdkPointSetEvent.h>
Inheritance diagram for TdkPointSetEvent:
Public Member Functions | |
TdkPointSetEvent (TePointSet &points) | |
virtual | ~TdkPointSetEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual TePointSet & | getPoints () |
Protected Attributes | |
TePointSet | points_ |
TdkPointSetEvent::TdkPointSetEvent | ( | TePointSet & | points | ) | [inline] |
virtual TdkPointSetEvent::~TdkPointSetEvent | ( | ) | [inline, virtual] |
std::string TdkPointSetEvent::name | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
std::string TdkPointSetEvent::title | ( | ) | [inline, virtual] |
Reimplemented from TdkEvent.
TePointSet & TdkPointSetEvent::getPoints | ( | ) | [inline, virtual] |
TePointSet TdkPointSetEvent::points_ [protected] |