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

Method Initialize

Web/Core/vtkDataEncoder.cxx:270–273  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

268
269//------------------------------------------------------------------------------
270void vtkDataEncoder::Initialize()
271{
272 this->Internals.reset(new vtkDataEncoder::vtkInternals(this->MaxThreads));
273}
274
275//------------------------------------------------------------------------------
276void vtkDataEncoder::Push(vtkTypeUInt32 key, vtkImageData* data, int quality, int encoding)

Callers 3

__init__Method · 0.45
TestFlushFunction · 0.45

Calls 1

resetMethod · 0.45

Tested by 2

__init__Method · 0.36
TestFlushFunction · 0.36