Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions | Public Attributes
vtkObservation::CallType Struct Reference

#include <Libs/MRML/Core/vtkObservation.h>

Public Member Functions

 CallType (unsigned long eventID, void *callData)
 

Public Attributes

void * CallData
 
unsigned long EventID
 

Detailed Description

Definition at line 93 of file vtkObservation.h.

Constructor & Destructor Documentation

◆ CallType()

vtkObservation::CallType::CallType ( unsigned long  eventID,
void *  callData 
)
inline

Definition at line 166 of file vtkObservation.h.

Member Data Documentation

◆ CallData

void* vtkObservation::CallType::CallData

Definition at line 97 of file vtkObservation.h.

◆ EventID

unsigned long vtkObservation::CallType::EventID

Definition at line 96 of file vtkObservation.h.


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