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

Method Initialize

IO/Core/vtkTextCodecFactory.cxx:166–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void vtkTextCodecFactory::Initialize()
167{
168 if (!vtkTextCodecFactory::Callbacks)
169 {
170 vtkTextCodecFactory::RegisterCreateCallback(vtkASCIITextCodecFromCallback);
171 vtkTextCodecFactory::RegisterCreateCallback(vtkUTF8TextCodecFromCallback);
172 vtkTextCodecFactory::RegisterCreateCallback(vtkUTF16TextCodecFromCallback);
173 }
174}
175
176vtkTextCodecFactory::vtkTextCodecFactory() = default;
177

Callers 15

RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
NewMoleculeMethod · 0.45
RequestDataMethod · 0.45
TestXYZMol.pyFile · 0.45
caffeine.pyFile · 0.45
TestVASPAnimationReaderFunction · 0.45
TestCMLMoleculeReaderFunction · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by 12

TestVASPAnimationReaderFunction · 0.36
TestCMLMoleculeReaderFunction · 0.36
TestDataObjectToConduitFunction · 0.36
CreatePolyhedraFunction · 0.36
CreatePolyhedraFunction · 0.36
TestConduitSourceFunction · 0.36