Multivariate Point Process Package  0.1
Public Attributes | List of all members
Event Class Reference

Event contains simple attributes of an event point. More...

#include "include/Event.h"

Public Attributes

int EventID
 The unique ID in the current sequence. More...
 
int SequenceID
 The unique ID of the sequence this event is associated with. More...
 
int DimentionID
 The unique ID of the dimension this event is associated with. More...
 
double time
 The time when this event occurs. More...
 
int marker
 The marker ID associated with this event. More...
 

Detailed Description

Event contains simple attributes of an event point.

Defines a simple structure for describing an event point.

Definition at line 12 of file Event.h.

Member Data Documentation

int Event::DimentionID

The unique ID of the dimension this event is associated with.

Definition at line 30 of file Event.h.

int Event::EventID

The unique ID in the current sequence.

Definition at line 20 of file Event.h.

int Event::marker

The marker ID associated with this event.

Definition at line 40 of file Event.h.

int Event::SequenceID

The unique ID of the sequence this event is associated with.

Definition at line 25 of file Event.h.

double Event::time

The time when this event occurs.

Definition at line 35 of file Event.h.


The documentation for this class was generated from the following file: