Skip to content
  • Andy Bauer's avatar
    STYLE: Taking out unnecessary using GetValue and using SetValue statements... · b56c3cbd
    Andy Bauer authored
    STYLE: Taking out unnecessary using GetValue and using SetValue statements since they are not necessary.  They are virtual functions that are all overridden in the derived classes so they do not get hidden in the base class (in vtkTypedArray.h the using statements are necessary otherwise some of the overloaded Get/SetVariantValue() methods will be hidden in the derived classes).
    b56c3cbd