MCPcopy Create free account
hub / github.com/Kitware/VTK / vtkWork

Function vtkWork

Web/Core/vtkDataEncoder.cxx:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 vtkWork() = default;
43 vtkWork(vtkTypeUInt32 key, vtkImageData* image, int quality, int encoding)
44 : Image(image)
45 , Quality(quality)
46 , Encoding(encoding)
47 , TimeStamp(0)
48 , Key(key)
49 {
50 }
51 vtkWork(const vtkWork&) = default;
52 vtkWork& operator=(const vtkWork&) = default;
53};

Callers 2

vtkDataEncoder.cxxFile · 0.85
PushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected