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

Method GetElementComponentSize

Common/Core/vtkVariantArray.cxx:203–206  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

201
202//------------------------------------------------------------------------------
203int vtkVariantArray::GetElementComponentSize() const
204{
205 return this->GetDataTypeSize();
206}
207
208//------------------------------------------------------------------------------
209void vtkVariantArray::SetNumberOfTuples(vtkIdType number)

Callers 10

WriteBufferAndViewFunction · 0.80
operator()Function · 0.80
WriteBufferAndViewMethod · 0.80
Is64BitArrayFunction · 0.80
MatchArrayTypesFunction · 0.80
ConvertVToXArrayMethod · 0.80
TestVariantArrayFunction · 0.80
GatherVMethod · 0.80
AllGatherVMethod · 0.80

Calls 1

GetDataTypeSizeMethod · 0.95

Tested by 1

TestVariantArrayFunction · 0.64