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

Method vtkVariant

Common/Core/vtkVariant.cxx:206–213  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

204
205//------------------------------------------------------------------------------
206vtkVariant::vtkVariant()
207{
208 this->Valid = false;
209 this->Type = VTK_VOID;
210
211 // Zero the Data union by setting any field.
212 this->Data.UnsignedLongLong = 0;
213}
214
215vtkVariant::vtkVariant(const vtkVariant& other)
216{

Callers 7

vtkVariantCreateFunction · 0.80
vtkVariantExtractFunction · 0.80
vtkVariantCastFunction · 0.80
vtkVariantStrictEqualityFunction · 0.80
vtkVariantLessThanFunction · 0.80
vtkVariantEqualFunction · 0.80

Calls 15

ToCharMethod · 0.80
ToSignedCharMethod · 0.80
ToUnsignedCharMethod · 0.80
ToShortMethod · 0.80
ToUnsignedShortMethod · 0.80
ToUnsignedIntMethod · 0.80
ToLongMethod · 0.80
ToUnsignedLongMethod · 0.80
ToLongLongMethod · 0.80
ToUnsignedLongLongMethod · 0.80
assertFunction · 0.50
RegisterMethod · 0.45

Tested by

no test coverage detected