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

Method Get

IO/XMLParser/vtkXMLDataHeaderPrivate.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42 void Resize(size_t count) override { this->Header.resize(count, 0); }
43 vtkTypeUInt64 Get(size_t index) const override { return this->Header[index]; }
44 bool Set(size_t index, vtkTypeUInt64 value) override
45 {
46 this->Header[index] = T(value);

Callers 15

WriteDataObjectMethod · 0.45
RequestUpdateExtentMethod · 0.45
RequestDataMethod · 0.45
WriteDataInternalMethod · 0.45
RequestDataMethod · 0.45
RunTestFunction · 0.45
SetInputUpdateExtentMethod · 0.45
WriteInlineModeMethod · 0.45
WriteCompositeMethod · 0.45
ReadXMLDataMethod · 0.45

Calls

no outgoing calls

Tested by 4

CompareDataCommonFunction · 0.36
TestStaticMeshFunction · 0.36