Skip to content
  • David Gobbi's avatar
    Use VTK_NEWINSTANCE hint for factory methods · b342b394
    David Gobbi authored
    The wrapper-generators used to have a hard-coded list of methods that
    returned new vtkObject instances, so that the wrappers could properly
    manage the reference counts.  This patch replaces the hard-coded list
    with a hint macro that can be used anywhere.
    b342b394