Public Types | Public Attributes | List of all members
vtkProcessModuleInternals Class Reference

#include <vtkProcessModuleInternals.h>

Collaboration diagram for vtkProcessModuleInternals:
Collaboration graph
[legend]

Public Types

typedef std::map< vtkIdType, vtkSmartPointer< vtkSession > > MapOfSessions
 
typedef std::vector< vtkWeakPointer< vtkSession > > ActiveSessionStackType
 

Public Attributes

MapOfSessions Sessions
 
ActiveSessionStackType ActiveSessionStack
 
vtkNew< vtkThreadedCallbackQueue > CallbackQueue
 

Detailed Description

Definition at line 15 of file vtkProcessModuleInternals.h.

Member Typedef Documentation

◆ MapOfSessions

Definition at line 18 of file vtkProcessModuleInternals.h.

◆ ActiveSessionStackType

Definition at line 21 of file vtkProcessModuleInternals.h.

Member Data Documentation

◆ Sessions

MapOfSessions vtkProcessModuleInternals::Sessions

Definition at line 19 of file vtkProcessModuleInternals.h.

◆ ActiveSessionStack

ActiveSessionStackType vtkProcessModuleInternals::ActiveSessionStack

Definition at line 22 of file vtkProcessModuleInternals.h.

◆ CallbackQueue

vtkNew<vtkThreadedCallbackQueue> vtkProcessModuleInternals::CallbackQueue

Definition at line 24 of file vtkProcessModuleInternals.h.


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