MCPcopy Create free account
hub / github.com/MITK/MITK / LocalStorage

Class LocalStorage

Modules/ContourModel/include/mitkContourModelMapper2DBase.h:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 private:
73 struct LocalStorage
74 {
75 vtkSmartPointer<vtkOpenGLContextDevice2D> Device;
76 vtkSmartPointer<vtkContext2D> Context;
77 };
78
79 LocalStorageHandler<LocalStorage> m_LocalStorageHandler;
80 };

Calls

no outgoing calls

Tested by

no test coverage detected